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

Unified Diff: LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt

Issue 756313002: Remove CSSCharsetRule (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 6 years, 1 month 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: LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt
diff --git a/LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt b/LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt
index 99c4fb16a29814ef0effced7fd1cb995fb191777..9e97cb4766df2d829dbcf508563a135f459f71d9 100644
--- a/LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt
+++ b/LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt
@@ -7,7 +7,6 @@ Test 0
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#testdiv { background-color: red; }
@@ -23,7 +22,6 @@ Test 1
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#testdiv { background-color: red; }
@@ -40,7 +38,6 @@ Test 2
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@page :right { margin-left: 3cm; }
@-webkit-keyframes bounce {
@@ -53,7 +50,6 @@ Test 3
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#testdiv { background-color: red; }
@@ -70,7 +66,6 @@ Test 4
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
}
@@ -85,7 +80,6 @@ Test 5
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#testdiv { background-color: green; }
@@ -101,7 +95,6 @@ Test 6
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#testdiv { }
@@ -117,7 +110,6 @@ Test 7
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#testdiv { background-color: green; }
@@ -133,7 +125,6 @@ Test 8
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#dontmatch { background-color: red; }
@@ -149,7 +140,6 @@ Test 9
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media print {
#testdiv { background-color: red; }
@@ -165,7 +155,6 @@ Test 10
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media print {
#testdiv { background-color: red; }
@@ -187,7 +176,6 @@ Test 12
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-@charset "utf-8";
@import url("data:text/css;charset=utf-8,%23testdiv%7Bbackground-color%3Agreen%20!important%7D");
#testdiv { background-color: green; }
@media all {
@@ -204,7 +192,6 @@ Test 13
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#testdiv { background-color: red; }
@@ -220,7 +207,6 @@ Test 14
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#testdiv { background-color: red; }
@@ -237,7 +223,6 @@ Test 15
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#testdiv { background-color: red; }
@@ -252,7 +237,6 @@ Test 16
--------------------------------------
PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
-@charset "utf-8";
#testdiv { background-color: green; }
@media all {
#testdiv { background-color: red; }

Powered by Google App Engine
This is Rietveld 408576698