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

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

Issue 1273313002: DevTools: introduce dom markers, decorate hidden, forced state and breakpoint elements using marker… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: for landing Created 5 years, 4 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-2/force-pseudo-state-expected.txt
diff --git a/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt b/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt
index 8bfb9f3752c8145d7a2322831f386a8543d015c2..ab9722f6600f8d094411732a30221deed1842d97 100644
--- a/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt
+++ b/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt
@@ -23,11 +23,11 @@ div { (user agent stylesheet)
Style Attribute { ()
/-- overloaded --/ font-weight: normal;
-- <html> [descendantUserAttributeCounters:[pseudoState=1]]
+- <html> [subtreeMarkerCount: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]]
+ - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)"> [subtreeMarkerCount:1]
<p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p>
- <div id="div">Test text</div> [userProperties:[pseudoState=hover,active]]
+ <div id="div">Test text</div> [markers:[pseudo-state-marker=hover,active], subtreeMarkerCount:1]
</body>
</html>
@@ -71,11 +71,11 @@ div { (user agent stylesheet)
Style Attribute { ()
/-- overloaded --/ font-weight: normal;
-- <html> [descendantUserAttributeCounters:[pseudoState=1]]
+- <html> [subtreeMarkerCount: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]]
+ - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)"> [subtreeMarkerCount:1]
<p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p>
- <div id="div">Test text</div> [userProperties:[pseudoState=active,focus]]
+ <div id="div">Test text</div> [markers:[pseudo-state-marker=active,focus], subtreeMarkerCount:1]
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698