RetroZilla/layout/html/tests/block/bugs/263406-5.xml
2015-10-20 23:03:22 -04:00

7 lines
315 B
XML

<?xml-stylesheet type="text/css" href="data:text/css, root { display: table; }
table {display: table; position: fixed; top: auto; left: 200px }
tbody { display: table-row-group }
tr { display: table-row }
td { display: table-cell }
"?>
<root><table><tbody><tr><td>bbb</td></tr></tbody></table></root>