Home
last modified time | relevance | path

Searched refs:hasGetComputedStyle (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js3780 var hasGetComputedStyle = !!window.getComputedStyle; variable
3847 if (!hasGetComputedStyle && this.currentStyle) return this.currentStyle[property.camelCase()];
3901 if (!hasGetComputedStyle && !this.style[property]){