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

Unified Diff: LayoutTests/inspector/elements/styles/styles-disable-then-enable-overriden-ua-expected.txt

Issue 1058723002: Remove testRunner.injectStyleSheet usage from layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update baseline Created 5 years, 9 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: LayoutTests/inspector/elements/styles/styles-disable-then-enable-overriden-ua-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/styles-disable-then-enable-overriden-ua-expected.txt b/LayoutTests/inspector/elements/styles/styles-disable-then-enable-overriden-ua-expected.txt
index 717d80d84b398867f534bf0fbe3ca794b09a6f80..a25ffad050c751565f0d2241d722184f7507a518 100644
--- a/LayoutTests/inspector/elements/styles/styles-disable-then-enable-overriden-ua-expected.txt
+++ b/LayoutTests/inspector/elements/styles/styles-disable-then-enable-overriden-ua-expected.txt
@@ -6,12 +6,9 @@ element.style { ()
margin: 10px;
[expanded]
-#container { (injected stylesheet)
-/-- overloaded --/ margin: 8px;
-
-[expanded]
-div { (user agent stylesheet)
+body { (user agent stylesheet)
display: block;
+/-- overloaded --/ margin: 8px;
After disable
[expanded]
@@ -19,12 +16,9 @@ element.style { ()
/-- overloaded --/ /-- disabled --/ /* margin: 10px; */
[expanded]
-#container { (injected stylesheet)
- margin: 8px;
-
-[expanded]
-div { (user agent stylesheet)
+body { (user agent stylesheet)
display: block;
+ margin: 8px;
After enable
[expanded]
@@ -32,11 +26,8 @@ element.style { ()
margin: 10px;
[expanded]
-#container { (injected stylesheet)
-/-- overloaded --/ margin: 8px;
-
-[expanded]
-div { (user agent stylesheet)
+body { (user agent stylesheet)
display: block;
+/-- overloaded --/ margin: 8px;

Powered by Google App Engine
This is Rietveld 408576698