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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-equal-height-expected.txt

Issue 2916743002: [DevTools] Introduce Common.List used as a backend for list controls (Closed)
Patch Set: addressed comments Created 3 years, 7 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/list-control-equal-height-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-equal-height-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-equal-height-expected.txt
index 5fd0dcd629af60b02255c7fac7d7820e7abee0b8..ec113cad2b2c1b504ed9c619fb8f0a5f52afa070 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-equal-height-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-equal-height-expected.txt
@@ -642,4 +642,34 @@ ArrowDown
*[0] 29
*[15] bottom
+Replacing model with [5-7]
+Creating element for 5
+Creating element for 6
+Creating element for 7
+----list[length=1][height=84]----
+ [0] top
+*[0] 5
+*[15] 6
+*[30] 7
+*[45] bottom
+
+Pushing 8
+Creating element for 8
+----list[length=1][height=84]----
+ [0] top
+*[0] 5
+*[15] 6
+*[30] 7
+*[45] 8
+*[60] bottom
+
+Pushing 9 to old model
+----list[length=2][height=84]----
+ [0] top
+*[0] 5
+*[15] 6
+*[30] 7
+*[45] 8
+*[60] bottom
+

Powered by Google App Engine
This is Rietveld 408576698