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

Unified Diff: LayoutTests/inspector/elements/styles/force-pseudo-state-expected.txt

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments 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/force-pseudo-state-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/force-pseudo-state-expected.txt b/LayoutTests/inspector/elements/styles/force-pseudo-state-expected.txt
index 0e7b20e6b7c6442f814521e54b1b74080bf4bd77..d77d73adb7fe6aa82b805553082cef546c69b8ca 100644
--- a/LayoutTests/inspector/elements/styles/force-pseudo-state-expected.txt
+++ b/LayoutTests/inspector/elements/styles/force-pseudo-state-expected.txt
@@ -23,7 +23,6 @@ div { (user agent stylesheet)
Style Attribute { ()
/-- overloaded --/ font-weight: normal;
-
- <html> [descendantUserAttributeCounters:[pseudoState=1]]
+ <head>…</head>
- <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)"> [descendantUserAttributeCounters:[pseudoState=1]]
@@ -72,7 +71,6 @@ div { (user agent stylesheet)
Style Attribute { ()
/-- overloaded --/ font-weight: normal;
-
- <html> [descendantUserAttributeCounters:[pseudoState=1]]
+ <head>…</head>
- <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)"> [descendantUserAttributeCounters:[pseudoState=1]]
@@ -94,7 +92,6 @@ div { (user agent stylesheet)
Style Attribute { ()
font-weight: normal;
-
- <html>
+ <head>…</head>
- <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)">

Powered by Google App Engine
This is Rietveld 408576698