Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: LayoutTests/webexposed/internal-properties-should-not-be-exposed-expected.txt

Issue 22849019: Unexpose -webkit-marquee-direction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+
« no previous file with comments | « LayoutTests/webexposed/internal-properties-should-not-be-exposed.html ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698