Fixed Layout
Checks whether fixed layout is implemented properly
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:10px tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc-size(10px, size) tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:100% tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc-size(100%, size) tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc(10px + 100%) tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc-size(calc(10px + 100%), size) tables
This should be a 100x50 cyan rectangle:
Table-layout:fixed does NOT apply to width:auto tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc-size(auto, size) tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:min-content tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc-size(min-content, size) tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:max-content tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc-size(max-content, size) tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:fit-content tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc-size(fit-content, size) tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc-size(any, 10px + 100%) tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc-size(calc-size(any, 10px + 100%), size) tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:-webkit-fill-available tables
This should be a 50x50 cyan square:
Table-layout:fixed does apply to width:calc-size(-webkit-fill-available, size) tables