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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/css/shared-stylesheet-mutation-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/http/tests/css/shared-stylesheet-mutation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/css/shared-stylesheet-mutation-expected.txt b/third_party/WebKit/LayoutTests/http/tests/css/shared-stylesheet-mutation-expected.txt
index 9e97cb4766df2d829dbcf508563a135f459f71d9..836731ec18d97bfe8c83ecac018f56526dab7591 100644
--- a/third_party/WebKit/LayoutTests/http/tests/css/shared-stylesheet-mutation-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/css/shared-stylesheet-mutation-expected.txt
@@ -8,7 +8,7 @@ Test 0
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { background-color: red; }
}
@page :right { margin-left: 3cm; }
@@ -23,7 +23,7 @@ Test 1
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { background-color: red; }
}
#testdiv { background-color: green; }
@@ -51,7 +51,7 @@ Test 3
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { background-color: red; }
#testdiv { background-color: green; }
}
@@ -67,7 +67,7 @@ Test 4
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
}
@page :right { margin-left: 3cm; }
@-webkit-keyframes bounce {
@@ -81,7 +81,7 @@ Test 5
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { background-color: green; }
}
@page :right { margin-left: 3cm; }
@@ -96,7 +96,7 @@ Test 6
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { }
}
@page :right { margin-left: 3cm; }
@@ -111,7 +111,7 @@ Test 7
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { background-color: green; }
}
@page :right { margin-left: 3cm; }
@@ -126,7 +126,7 @@ Test 8
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#dontmatch { background-color: red; }
}
@page :right { margin-left: 3cm; }
@@ -141,7 +141,7 @@ Test 9
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
#testdiv { background-color: green; }
-@media print {
+@media print {
#testdiv { background-color: red; }
}
@page :right { margin-left: 3cm; }
@@ -156,7 +156,7 @@ Test 10
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
#testdiv { background-color: green; }
-@media print {
+@media print {
#testdiv { background-color: red; }
}
@page :right { margin-left: 3cm; }
@@ -178,7 +178,7 @@ PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is
@import url("data:text/css;charset=utf-8,%23testdiv%7Bbackground-color%3Agreen%20!important%7D");
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { background-color: red; }
}
@page :right { margin-left: 3cm; }
@@ -193,7 +193,7 @@ Test 13
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { background-color: red; }
}
@page foo { margin-left: 3cm; }
@@ -208,7 +208,7 @@ Test 14
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { background-color: red; }
}
@page :right { margin-left: 3cm; }
@@ -224,7 +224,7 @@ Test 15
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { background-color: red; }
}
@page :right { margin-left: 3cm; }
@@ -238,7 +238,7 @@ Test 16
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
#testdiv { background-color: green; }
-@media all {
+@media all {
#testdiv { background-color: red; }
}
@page :right { margin-left: 3cm; }

Powered by Google App Engine
This is Rietveld 408576698