| CONSOLE WARNING: line 3078: Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details. |
| Tests tabbed pane max tab element width calculation. |
| |
| measuredWidths = [20,50,70], totalWidth = 150, maxWidth = 70. |
| measuredWidths = [20,50,80], totalWidth = 150, maxWidth = 80. |
| measuredWidths = [20,50,90], totalWidth = 150, maxWidth = 80. |
| measuredWidths = [20,90,90], totalWidth = 150, maxWidth = 65. |
| measuredWidths = [70,80,90], totalWidth = 150, maxWidth = 50. |
| |