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

Unified Diff: LayoutTests/inspector/elements/user-properties-expected.txt

Issue 467233002: DevTools: Make sure ElementsTreeOutline is correctly rendered when element's hasChildren state chan… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/user-properties-expected.txt
diff --git a/LayoutTests/inspector/elements/user-properties-expected.txt b/LayoutTests/inspector/elements/user-properties-expected.txt
index 4ade2dbce9cb41838754c315d0a3f30d97f18860..0308afe31d985164ed206d6e6f4dcba9f3045534 100644
--- a/LayoutTests/inspector/elements/user-properties-expected.txt
+++ b/LayoutTests/inspector/elements/user-properties-expected.txt
@@ -120,8 +120,7 @@ aNode removed
<p>\nTests that DOMNode properly tracks own and descendants' user properties.\n</p>
- <div id="container"> [descendantUserAttributeCounters:[attr1=1,attr2=1]]
<div id="child1"></div>
- - <div id="child2"> [userProperties:[attr2=anotherValue,attr1=true]]
- </div>
+ <div id="child2"></div> [userProperties:[attr2=anotherValue,attr1=true]]
</div>
+ <div>…</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698