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

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

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 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
index 234c49caf6725ab8d963c15a8ce70aad31377c4d..5aab4d90ec37db0e9482af49f339546f448dd41f 100644
--- a/LayoutTests/webexposed/internal-properties-should-not-be-exposed-expected.txt
+++ b/LayoutTests/webexposed/internal-properties-should-not-be-exposed-expected.txt
@@ -2,7 +2,7 @@ This test checks that -internal-* properties are not exposed to JS.
Testing -internal-marquee-direction
-PASS window.getComputedStyle(element).getPropertyValue(property) is null
+PASS window.getComputedStyle(element).getPropertyValue(property) is ""
PASS element.style[property] is undefined.
Value after setting -internal-marquee-direction to alternate
PASS element.style[property] is undefined.

Powered by Google App Engine
This is Rietveld 408576698