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

Side by Side Diff: LayoutTests/inspector/minimum-size-expected.txt

Issue 197823010: [DevTools] Add minimum size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@splitdip2
Patch Set: fixed comments 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/inspector/minimum-size.html ('k') | Source/devtools/front_end/AuditLauncherView.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests how view minimum size works.
2
3 Creating simple hierarchy
4 [splitView] left = 0; right = 500; top = 0; bottom = 500
5 [mainView] left = 0; right = 250; top = 0; bottom = 500
6 [sidebarView] left = 250; right = 500; top = 0; bottom = 500
7 Changing sidebar size
8 [splitView] left = 0; right = 500; top = 0; bottom = 500
9 [mainView] left = 0; right = 460; top = 0; bottom = 500
10 [sidebarView] left = 460; right = 500; top = 0; bottom = 500
11 Changing sidebar view minimum size
12 [splitView] left = 0; right = 500; top = 0; bottom = 500
13 [mainView] left = 0; right = 410; top = 0; bottom = 500
14 [sidebarView] left = 410; right = 500; top = 0; bottom = 500
15 Changing orientation
16 [splitView] left = 0; right = 500; top = 0; bottom = 500
17 [mainView] left = 0; right = 500; top = 0; bottom = 250
18 [sidebarView] left = 0; right = 500; top = 250; bottom = 500
19 Changing main view minimum size
20 [splitView] left = 0; right = 500; top = 0; bottom = 500
21 [mainView] left = 0; right = 500; top = 0; bottom = 450
22 [sidebarView] left = 0; right = 500; top = 450; bottom = 500
23 Changing main view minimum size back and resizing
24 [splitView] left = 0; right = 500; top = 0; bottom = 500
25 [mainView] left = 0; right = 500; top = 0; bottom = 80
26 [sidebarView] left = 0; right = 500; top = 80; bottom = 500
27 Wrapping main view to a split view
28 [splitView] left = 0; right = 500; top = 0; bottom = 500
29 [mainView] left = 0; right = 500; top = 0; bottom = 80
30 [sidebarView] left = 0; right = 500; top = 80; bottom = 500
31 [childSplitView] left = 0; right = 500; top = 0; bottom = 80
32 Adding invisble sidebar
33 [splitView] left = 0; right = 500; top = 0; bottom = 500
34 [mainView] left = 0; right = 500; top = 0; bottom = 80
35 [sidebarView] left = 0; right = 500; top = 80; bottom = 500
36 [childSplitView] left = 0; right = 500; top = 0; bottom = 80
37 [secondSidebarView] left = 0; right = 0; top = 0; bottom = 0
38 Showing sidebar
39 [splitView] left = 0; right = 500; top = 0; bottom = 500
40 [mainView] left = 0; right = 500; top = 0; bottom = 80
41 [sidebarView] left = 0; right = 500; top = 140; bottom = 500
42 [childSplitView] left = 0; right = 500; top = 0; bottom = 140
43 [secondSidebarView] left = 0; right = 500; top = 80; bottom = 140
44 Detaching sidebar
45 [splitView] left = 0; right = 500; top = 0; bottom = 500
46 [mainView] left = 0; right = 500; top = 0; bottom = 80
47 [sidebarView] left = 0; right = 500; top = 100; bottom = 500
48 [childSplitView] left = 0; right = 500; top = 0; bottom = 100
49 Attaching another sidebar
50 [splitView] left = 0; right = 500; top = 0; bottom = 500
51 [mainView] left = 0; right = 500; top = 0; bottom = 80
52 [sidebarView] left = 0; right = 500; top = 160; bottom = 500
53 [childSplitView] left = 0; right = 500; top = 0; bottom = 160
54 [thirdSidebarView] left = 0; right = 500; top = 80; bottom = 160
55 Swapping main and sidebar
56 [splitView] left = 0; right = 500; top = 0; bottom = 500
57 [mainView] left = 0; right = 500; top = 340; bottom = 420
58 [sidebarView] left = 0; right = 500; top = 0; bottom = 340
59 [childSplitView] left = 0; right = 500; top = 340; bottom = 500
60 [thirdSidebarView] left = 0; right = 500; top = 420; bottom = 500
61
OLDNEW
« no previous file with comments | « LayoutTests/inspector/minimum-size.html ('k') | Source/devtools/front_end/AuditLauncherView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698