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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/supports-cssom-expected.txt b/third_party/WebKit/LayoutTests/css3/supports-cssom-expected.txt
index 135a18549a13f446fd72606d3e75bda52d635845..2900246d197c202626f4b82bacf1e14c58564ed9 100644
--- a/third_party/WebKit/LayoutTests/css3/supports-cssom-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/supports-cssom-expected.txt
@@ -51,7 +51,7 @@ PASS rules[2].cssRules[0].type is CSSRule.SUPPORTS_RULE
PASS rules[2].cssRules[0].conditionText is "( padding: 0)"
PASS rules[0].cssRules[1].cssRules.length is 1
PASS rules[2].cssRules[0].cssRules[0].type is CSSRule.PAGE_RULE
-PASS rules[2].cssText is "@media all { \n @supports ( padding: 0) {\n @page :left { top: 0px; }\n}\n}"
+PASS rules[2].cssText is "@media all {\n @supports ( padding: 0) {\n @page :left { top: 0px; }\n}\n}"
No extra parens should be added to the conditionText.
PASS rules[3].conditionText is "(border: black) and (padding: 0) and (width: 0)"

Powered by Google App Engine
This is Rietveld 408576698