Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webexposed / internal-properties-should-not-be-exposed-expected.txt
index 3d71096..234c49c 100644 (file)
@@ -3,9 +3,9 @@ This test checks that -internal-* properties are not exposed to JS.
 
 Testing -internal-marquee-direction
 PASS window.getComputedStyle(element).getPropertyValue(property) is null
-PASS element.style.getPropertyCSSValue(property) is null
+PASS element.style[property] is undefined.
 Value after setting -internal-marquee-direction to alternate
-PASS element.style.getPropertyCSSValue(property) is null
+PASS element.style[property] is undefined.
 
 PASS successfullyParsed is true