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

Unified Diff: LayoutTests/fast/masking/parsing-mask.html

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/fast/masking/parsing-mask.html
diff --git a/LayoutTests/fast/masking/parsing-mask.html b/LayoutTests/fast/masking/parsing-mask.html
index c97afa74c2cb670eba4257a822d15896c6d76a8d..d458da519f18d70f71e56e7272c594d5aaee2d2e 100644
--- a/LayoutTests/fast/masking/parsing-mask.html
+++ b/LayoutTests/fast/masking/parsing-mask.html
@@ -36,7 +36,7 @@ function testInner(property, value, expected) {
}
function negativeTest(property, value) {
- testInner(property, value, null);
+ testInner(property, value, "");
// FIXME: Computed style not yet implemented.
// testComputed(property, value, 'none');
}

Powered by Google App Engine
This is Rietveld 408576698