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

Unified Diff: third_party/WebKit/LayoutTests/css3/device-adapt/viewport-at-rule-parsing.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/device-adapt/viewport-at-rule-parsing.html
diff --git a/third_party/WebKit/LayoutTests/css3/device-adapt/viewport-at-rule-parsing.html b/third_party/WebKit/LayoutTests/css3/device-adapt/viewport-at-rule-parsing.html
index 9f4f7783815c16d2e8cb08bcf595b76d5c8c387a..eaa3275d417dc9cc23376e0c2a2d6b234b8aa3f3 100644
--- a/third_party/WebKit/LayoutTests/css3/device-adapt/viewport-at-rule-parsing.html
+++ b/third_party/WebKit/LayoutTests/css3/device-adapt/viewport-at-rule-parsing.html
@@ -70,7 +70,7 @@
}, "Rule with malformed attributes");
test(function() {
- assert_equals(rules.item(4).cssText, "@media all { \n @viewport { }\n}");
+ assert_equals(rules.item(4).cssText, "@media all {\n @viewport { }\n}");
}, "Should be accepted inside media queries");
test(function() {
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/condition-cssom.html ('k') | third_party/WebKit/LayoutTests/css3/supports-cssom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698