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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/css-dom-read-2-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/fast/dom/css-dom-read-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/css-dom-read-2-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/css-dom-read-2-expected.txt
index 97a95df14811617175ca20b6611686fcd9ff35a1..b68ae1e90dc681ead9db80000d8efcf6a539a62c 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/css-dom-read-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/css-dom-read-2-expected.txt
@@ -32,13 +32,13 @@ I {display: block;}
i { display: block; }
@import url("fancyfonts.css") screen;
-@media print {
+@media print {
body { font-size: 10pt; }
}
-@media screen {
+@media screen {
body { font-size: 13px; }
}
-@media screen, print {
+@media screen, print {
body { line-height: 1.2; }
}
.one { display: block; }

Powered by Google App Engine
This is Rietveld 408576698