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
1 This test checks that -internal-* properties are not exposed to JS.
2
3
4 Testing -internal-marquee-direction
5 PASS window.getComputedStyle(element).getPropertyValue(property) is null
6 PASS element.style[property] is undefined.
7 Value after setting -internal-marquee-direction to alternate
8 PASS element.style[property] is undefined.
9
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13