Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / tabbed-pane-max-tab-width-calculation-expected.txt
blob8e9320dcd1de3c1ecc0c7efad5702b6b954d6298
1 Tests tabbed pane max tab element width calculation.
3 Bug 75005
4 measuredWidths = [20,50,70], totalWidth = 150, maxWidth = 70.
5 measuredWidths = [20,50,80], totalWidth = 150, maxWidth = 80.
6 measuredWidths = [20,50,90], totalWidth = 150, maxWidth = 80.
7 measuredWidths = [20,90,90], totalWidth = 150, maxWidth = 65.
8 measuredWidths = [70,80,90], totalWidth = 150, maxWidth = 50.