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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom-expected.txt

Issue 2781593003: [Devtools] DataGrid & ViewportDataGrid now should resetNode for children (Closed)
Patch Set: [Devtools] DataGrid & ViewportDataGrid now should resetNode for children Created 3 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: third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..471326ee2308b00b1157ee6338f6fde585fc254d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom-expected.txt
@@ -0,0 +1,53 @@
+This tests viewport datagrid.
+Nodes attached to dom:
+a0
+a1
+a2
+a3
+a4
+a5
+a6
+a7
+a8
+a9
+a10
+a11
+a12
+a13
+a14
+
+Testing removal of some nodes
+Should be missing node 0, 1, 3, 5 from dom:
+Nodes attached to dom:
+a2
+a4
+a6
+a7
+a8
+a9
+a10
+a11
+a12
+a13
+a14
+
+Testing adding of some nodes back
+Should have nodes 0, 1, 3, 5 back in dom and previously added nodes removed:
+Nodes attached to dom:
+a0
+a1
+a2
+a3
+a4
+a5
+a6
+a7
+a8
+a9
+a10
+a11
+a12
+a13
+a14
+
+

Powered by Google App Engine
This is Rietveld 408576698