Bug 1526341 [wpt PR 15142] - [css-tables] Subpixel tests that Chrome fails but Safari...
[gecko.git] / testing / web-platform / tests / css / css-tables / subpixel-table-cell-width-001-ref.html
blobea2f38b6bb216d25a8d5656fdd8d6bcac40982db
1 <!DOCTYPE html>
2 <style>
3 div {
4 font-size: 0; /* so I can leave spaces between the child divs */
5 height: 20px;
7 div > div {
8 display: inline-block;
10 div > div:first-child {
11 background: blue;
13 div > div:nth-child(2) {
14 background: lime;
16 </style>
18 <div>
19 <div style="width:3.6px;"></div>
20 <div style="width:3.6px;"></div>
21 </div>
23 <br><br>
25 <div>
26 <div style="width:3.3px;"></div>
27 <div style="width:3.3px;"></div>
28 </div>