Index: LayoutTests/inspector/minimum-size-expected.txt |
diff --git a/LayoutTests/inspector/minimum-size-expected.txt b/LayoutTests/inspector/minimum-size-expected.txt |
index a20aff68278e7e39e9f099a81c19bbcd217678eb..b76530e1108ba3e7fd56d9d3d1c1d702e14e9147 100644 |
--- a/LayoutTests/inspector/minimum-size-expected.txt |
+++ b/LayoutTests/inspector/minimum-size-expected.txt |
@@ -1,103 +1,103 @@ |
-Tests how view minimum size works. |
+Tests how widget minimum size works. |
Creating simple hierarchy |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 250; top = 0; bottom = 500 |
-[sidebarView] left = 251; right = 500; top = 0; bottom = 500 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 250; top = 0; bottom = 500 |
+[sidebarWidget] left = 251; right = 500; top = 0; bottom = 500 |
Changing sidebar size |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 459; top = 0; bottom = 500 |
-[sidebarView] left = 460; right = 500; top = 0; bottom = 500 |
-Changing sidebar view minimum size |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 409; top = 0; bottom = 500 |
-[sidebarView] left = 410; right = 500; top = 0; bottom = 500 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 459; top = 0; bottom = 500 |
+[sidebarWidget] left = 460; right = 500; top = 0; bottom = 500 |
+Changing sidebar widget minimum size |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 409; top = 0; bottom = 500 |
+[sidebarWidget] left = 410; right = 500; top = 0; bottom = 500 |
Changing orientation |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 500; top = 0; bottom = 250 |
-[sidebarView] left = 0; right = 500; top = 251; bottom = 500 |
-Changing main view minimum size |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 500; top = 0; bottom = 450 |
-[sidebarView] left = 0; right = 500; top = 451; bottom = 500 |
-Changing main view minimum size back and resizing |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 500; top = 0; bottom = 80 |
-[sidebarView] left = 0; right = 500; top = 81; bottom = 500 |
-Wrapping main view to a split view |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 500; top = 0; bottom = 80 |
-[sidebarView] left = 0; right = 500; top = 81; bottom = 500 |
-[childSplitView] left = 0; right = 500; top = 0; bottom = 80 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 0; bottom = 250 |
+[sidebarWidget] left = 0; right = 500; top = 251; bottom = 500 |
+Changing main widget minimum size |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 0; bottom = 450 |
+[sidebarWidget] left = 0; right = 500; top = 451; bottom = 500 |
+Changing main widget minimum size back and resizing |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
+[sidebarWidget] left = 0; right = 500; top = 81; bottom = 500 |
+Wrapping main widget to a split widget |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
+[sidebarWidget] left = 0; right = 500; top = 81; bottom = 500 |
+[childSplitWidget] left = 0; right = 500; top = 0; bottom = 80 |
Adding invisble sidebar |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 500; top = 0; bottom = 80 |
-[sidebarView] left = 0; right = 500; top = 81; bottom = 500 |
-[childSplitView] left = 0; right = 500; top = 0; bottom = 80 |
-[secondSidebarView] left = 0; right = 0; top = 0; bottom = 0 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
+[sidebarWidget] left = 0; right = 500; top = 81; bottom = 500 |
+[childSplitWidget] left = 0; right = 500; top = 0; bottom = 80 |
+[secondSidebarWidget] left = 0; right = 0; top = 0; bottom = 0 |
Showing sidebar |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 500; top = 0; bottom = 80 |
-[sidebarView] left = 0; right = 500; top = 142; bottom = 500 |
-[childSplitView] left = 0; right = 500; top = 0; bottom = 141 |
-[secondSidebarView] left = 0; right = 500; top = 81; bottom = 141 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
+[sidebarWidget] left = 0; right = 500; top = 142; bottom = 500 |
+[childSplitWidget] left = 0; right = 500; top = 0; bottom = 141 |
+[secondSidebarWidget] left = 0; right = 500; top = 81; bottom = 141 |
Detaching sidebar |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 500; top = 0; bottom = 80 |
-[sidebarView] left = 0; right = 500; top = 102; bottom = 500 |
-[childSplitView] left = 0; right = 500; top = 0; bottom = 101 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
+[sidebarWidget] left = 0; right = 500; top = 102; bottom = 500 |
+[childSplitWidget] left = 0; right = 500; top = 0; bottom = 101 |
Attaching another sidebar |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 500; top = 0; bottom = 80 |
-[sidebarView] left = 0; right = 500; top = 162; bottom = 500 |
-[childSplitView] left = 0; right = 500; top = 0; bottom = 161 |
-[thirdSidebarView] left = 0; right = 500; top = 81; bottom = 161 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 0; bottom = 80 |
+[sidebarWidget] left = 0; right = 500; top = 162; bottom = 500 |
+[childSplitWidget] left = 0; right = 500; top = 0; bottom = 161 |
+[thirdSidebarWidget] left = 0; right = 500; top = 81; bottom = 161 |
Swapping main and sidebar |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 500; top = 339; bottom = 419 |
-[sidebarView] left = 0; right = 500; top = 0; bottom = 338 |
-[childSplitView] left = 0; right = 500; top = 339; bottom = 500 |
-[thirdSidebarView] left = 0; right = 500; top = 420; bottom = 500 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 339; bottom = 419 |
+[sidebarWidget] left = 0; right = 500; top = 0; bottom = 338 |
+[childSplitWidget] left = 0; right = 500; top = 339; bottom = 500 |
+[thirdSidebarWidget] 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 = 259 |
-[childSplitView] left = 0; right = 500; top = 260; bottom = 500 |
-[thirdSidebarView] left = 0; right = 500; top = 421; bottom = 500 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 260; bottom = 420 |
+[sidebarWidget] left = 0; right = 500; top = 0; bottom = 259 |
+[childSplitWidget] left = 0; right = 500; top = 260; bottom = 500 |
+[thirdSidebarWidget] left = 0; right = 500; top = 421; bottom = 500 |
Less than sidebar preferred size |
-[splitView] left = 0; right = 500; top = 0; bottom = 500 |
-[mainView] left = 0; right = 500; top = 81; bottom = 400 |
-[sidebarView] left = 0; right = 500; top = 0; bottom = 80 |
-[childSplitView] left = 0; right = 500; top = 81; bottom = 500 |
-[thirdSidebarView] left = 0; right = 500; top = 401; bottom = 500 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 81; bottom = 400 |
+[sidebarWidget] left = 0; right = 500; top = 0; bottom = 80 |
+[childSplitWidget] left = 0; right = 500; top = 81; bottom = 500 |
+[thirdSidebarWidget] left = 0; right = 500; top = 401; 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 = 319 |
-[childSplitView] left = 0; right = 500; top = 320; bottom = 500 |
-[thirdSidebarView] left = 0; right = 500; top = 441; 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 = 449 |
-[sidebarView] left = 0; right = 500; top = 0; bottom = 319 |
-[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 = 319 |
-[childSplitView] left = 0; right = 500; top = 320; bottom = 500 |
-[thirdSidebarView] left = 0; right = 500; top = 381; 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 = 169 |
-[childSplitView] left = 0; right = 500; top = 170; bottom = 500 |
-[thirdSidebarView] left = 0; right = 500; top = 381; 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 = 451 |
-[sidebarView] left = 0; right = 500; top = 0; bottom = 359 |
-[childSplitView] left = 0; right = 500; top = 360; bottom = 500 |
-[thirdSidebarView] left = 0; right = 500; top = 452; bottom = 500 |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 320; bottom = 440 |
+[sidebarWidget] left = 0; right = 500; top = 0; bottom = 319 |
+[childSplitWidget] left = 0; right = 500; top = 320; bottom = 500 |
+[thirdSidebarWidget] left = 0; right = 500; top = 441; bottom = 500 |
+Manual resize inside child split widget |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 320; bottom = 449 |
+[sidebarWidget] left = 0; right = 500; top = 0; bottom = 319 |
+[childSplitWidget] left = 0; right = 500; top = 320; bottom = 500 |
+[thirdSidebarWidget] left = 0; right = 500; top = 450; bottom = 500 |
+Manual resize inside child split widget |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 320; bottom = 380 |
+[sidebarWidget] left = 0; right = 500; top = 0; bottom = 319 |
+[childSplitWidget] left = 0; right = 500; top = 320; bottom = 500 |
+[thirdSidebarWidget] left = 0; right = 500; top = 381; bottom = 500 |
+Child split widget gets more space |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 170; bottom = 380 |
+[sidebarWidget] left = 0; right = 500; top = 0; bottom = 169 |
+[childSplitWidget] left = 0; right = 500; top = 170; bottom = 500 |
+[thirdSidebarWidget] left = 0; right = 500; top = 381; bottom = 500 |
+Child split widget gets less space |
+[splitWidget] left = 0; right = 500; top = 0; bottom = 500 |
+[mainWidget] left = 0; right = 500; top = 360; bottom = 451 |
+[sidebarWidget] left = 0; right = 500; top = 0; bottom = 359 |
+[childSplitWidget] left = 0; right = 500; top = 360; bottom = 500 |
+[thirdSidebarWidget] left = 0; right = 500; top = 452; bottom = 500 |