| Index: LayoutTests/webexposed/internal-properties-should-not-be-exposed-expected.txt
|
| diff --git a/LayoutTests/webexposed/internal-properties-should-not-be-exposed-expected.txt b/LayoutTests/webexposed/internal-properties-should-not-be-exposed-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3d7109612b7979ce03755d43bd93ed3cac8e1a18
|
| --- /dev/null
|
| +++ b/LayoutTests/webexposed/internal-properties-should-not-be-exposed-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +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
|
| +Value after setting -internal-marquee-direction to alternate
|
| +PASS element.style.getPropertyCSSValue(property) is null
|
| +
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|