Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webexposed / internal-properties-should-not-be-exposed-expected.txt
blob5aab4d90ec37db0e9482af49f339546f448dd41f
1 This test checks that -internal-* properties are not exposed to JS.
4 Testing -internal-marquee-direction
5 PASS window.getComputedStyle(element).getPropertyValue(property) is ""
6 PASS element.style[property] is undefined.
7 Value after setting -internal-marquee-direction to alternate
8 PASS element.style[property] is undefined.
10 PASS successfullyParsed is true
12 TEST COMPLETE