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

Unified Diff: LayoutTests/inspector/layers/layer-tree-model-expected.txt

Issue 195813010: DevTools: avoid using stale front-end node ids. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 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
« no previous file with comments | « LayoutTests/inspector/layers/layer-tree-model.html ('k') | Source/devtools/front_end/LayerTreeModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/layers/layer-tree-model-expected.txt
diff --git a/LayoutTests/inspector/layers/layer-tree-model-expected.txt b/LayoutTests/inspector/layers/layer-tree-model-expected.txt
index 246456f0c0038fcd060553c8411e6edc72d64052..f654a88fa539af5d3526b294828281a2d47b0113 100644
--- a/LayoutTests/inspector/layers/layer-tree-model-expected.txt
+++ b/LayoutTests/inspector/layers/layer-tree-model-expected.txt
@@ -1,44 +1,44 @@
Initial layer tree
-#document (4)
- iframe#frame (5)
- iframe#frame 0x0 (6)
- iframe#frame 200x200 (7)
- iframe#frame 0x0 (8)
- iframe#frame 200x200 (9)
- #document 200x200 (10)
- div#subframe1 80x80 (11)
- div#a 200x200 (5)
- div#b1 100x150 (6)
- div#b2 110x140 (6)
- div#c 90x100 (7)
- div#b3 110x140 (6)
+#document (5)
+ iframe#frame (6)
+ iframe#frame 0x0 (7)
+ iframe#frame 200x200 (8)
+ iframe#frame 200x200 (9)
+ iframe#frame 200x200 (10)
+ #document 200x200 (11)
+ div#subframe1 80x80 (12)
+ div#a 200x200 (6)
+ div#b1 100x150 (7)
+ div#b2 110x140 (7)
+ div#c 90x100 (8)
+ div#b3 110x140 (7)
Updated layer tree
-#document (4)
- iframe#frame (5)
- iframe#frame 0x0 (6)
- iframe#frame 200x200 (7)
- iframe#frame 0x0 (8)
- iframe#frame 200x200 (9)
- #document 200x200 (10)
- div#subframe1 80x80 (11)
- div#a 200x200 (5)
- div#b2 110x140 (6)
- div#c 90x100 (7)
+#document (5)
+ iframe#frame (6)
+ iframe#frame 0x0 (7)
+ iframe#frame 200x200 (8)
+ iframe#frame 200x200 (9)
+ iframe#frame 200x200 (10)
+ #document 200x200 (11)
+ div#subframe1 80x80 (12)
+ div#a 200x200 (6)
+ div#b2 110x140 (7)
+ div#c 90x100 (8)
div#b1 100x150
div#b4 0x200
Updated layer geometry
-#document (4)
- iframe#frame (5)
- iframe#frame 0x0 (6)
- iframe#frame 200x200 (7)
- iframe#frame 0x0 (8)
- iframe#frame 200x200 (9)
- #document 200x200 (10)
- div#subframe1 80x80 (11)
- div#a 200x200 (5)
- div#b2 110x140 (6)
- div#c 90x80 (7)
+#document (5)
+ iframe#frame (6)
+ iframe#frame 0x0 (7)
+ iframe#frame 200x200 (8)
+ iframe#frame 200x200 (9)
+ iframe#frame 200x200 (10)
+ #document 200x200 (11)
+ div#subframe1 80x80 (12)
+ div#a 200x200 (6)
+ div#b2 110x140 (7)
+ div#c 90x80 (8)
div#b1 100x150
div#b4 0x200
« no previous file with comments | « LayoutTests/inspector/layers/layer-tree-model.html ('k') | Source/devtools/front_end/LayerTreeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698