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

Unified Diff: LayoutTests/inspector/minimum-size-expected.txt

Issue 214663005: [DevTools] Add preferred size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Two methods 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/minimum-size.html ('k') | Source/devtools/front_end/DOMExtension.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/minimum-size-expected.txt
diff --git a/LayoutTests/inspector/minimum-size-expected.txt b/LayoutTests/inspector/minimum-size-expected.txt
index d1a4b8ecf792576274035e00ed325f1f00a6a5ac..41afb339be53ec688458b15fbaa5e67a661ed279 100644
--- a/LayoutTests/inspector/minimum-size-expected.txt
+++ b/LayoutTests/inspector/minimum-size-expected.txt
@@ -58,4 +58,46 @@ Swapping main and sidebar
[sidebarView] left = 0; right = 500; top = 0; bottom = 340
[childSplitView] left = 0; right = 500; top = 340; bottom = 500
[thirdSidebarView] left = 0; right = 500; top = 420; bottom = 500
+Arranging preferred sizes
+[splitView] left = 0; right = 500; top = 0; bottom = 500
+[mainView] left = 0; right = 500; top = 260; bottom = 420
+[sidebarView] left = 0; right = 500; top = 0; bottom = 260
+[childSplitView] left = 0; right = 500; top = 260; bottom = 500
+[thirdSidebarView] left = 0; right = 500; top = 420; bottom = 500
+Less than sidebar preferred size
+[splitView] left = 0; right = 500; top = 0; bottom = 500
+[mainView] left = 0; right = 500; top = 80; bottom = 400
+[sidebarView] left = 0; right = 500; top = 0; bottom = 80
+[childSplitView] left = 0; right = 500; top = 80; bottom = 500
+[thirdSidebarView] left = 0; right = 500; top = 400; bottom = 500
+Size changes proportionally
+[splitView] left = 0; right = 500; top = 0; bottom = 500
+[mainView] left = 0; right = 500; top = 320; bottom = 440
+[sidebarView] left = 0; right = 500; top = 0; bottom = 320
+[childSplitView] left = 0; right = 500; top = 320; bottom = 500
+[thirdSidebarView] left = 0; right = 500; top = 440; bottom = 500
+Manual resize inside child split view
+[splitView] left = 0; right = 500; top = 0; bottom = 500
+[mainView] left = 0; right = 500; top = 320; bottom = 450
+[sidebarView] left = 0; right = 500; top = 0; bottom = 320
+[childSplitView] left = 0; right = 500; top = 320; bottom = 500
+[thirdSidebarView] left = 0; right = 500; top = 450; bottom = 500
+Manual resize inside child split view
+[splitView] left = 0; right = 500; top = 0; bottom = 500
+[mainView] left = 0; right = 500; top = 320; bottom = 380
+[sidebarView] left = 0; right = 500; top = 0; bottom = 320
+[childSplitView] left = 0; right = 500; top = 320; bottom = 500
+[thirdSidebarView] left = 0; right = 500; top = 380; bottom = 500
+Child split view gets more space
+[splitView] left = 0; right = 500; top = 0; bottom = 500
+[mainView] left = 0; right = 500; top = 170; bottom = 380
+[sidebarView] left = 0; right = 500; top = 0; bottom = 170
+[childSplitView] left = 0; right = 500; top = 170; bottom = 500
+[thirdSidebarView] left = 0; right = 500; top = 380; bottom = 500
+Child split view gets less space
+[splitView] left = 0; right = 500; top = 0; bottom = 500
+[mainView] left = 0; right = 500; top = 360; bottom = 450
+[sidebarView] left = 0; right = 500; top = 0; bottom = 360
+[childSplitView] left = 0; right = 500; top = 360; bottom = 500
+[thirdSidebarView] left = 0; right = 500; top = 450; bottom = 500
« no previous file with comments | « LayoutTests/inspector/minimum-size.html ('k') | Source/devtools/front_end/DOMExtension.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698