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

Unified Diff: third_party/WebKit/LayoutTests/css3/supports-cssom.html

Issue 2428223002: Remove the trailing whitespace in CSSMediaRule::cssText (Closed)
Patch Set: Fix test case Created 4 years, 2 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: third_party/WebKit/LayoutTests/css3/supports-cssom.html
diff --git a/third_party/WebKit/LayoutTests/css3/supports-cssom.html b/third_party/WebKit/LayoutTests/css3/supports-cssom.html
index 33e7169b37eb0f2a97f85f8df60f15a124803de6..d11c7d6fe09c9af793a3c4776d15dae68d955793 100644
--- a/third_party/WebKit/LayoutTests/css3/supports-cssom.html
+++ b/third_party/WebKit/LayoutTests/css3/supports-cssom.html
@@ -113,7 +113,7 @@
shouldEvaluateTo("rules[0].cssRules[1].cssRules.length", 1);
shouldBe("rules[2].cssRules[0].cssRules[0].type", "CSSRule.PAGE_RULE");
shouldBeEqualToString("rules[2].cssText",
- "@media all { \n" +
+ "@media all {\n" +
" @supports ( padding: 0) {\n" +
" @page :left { top: 0px; }\n" +
"}\n" +

Powered by Google App Engine
This is Rietveld 408576698