RetroZilla/layout/html/tests/block/bugs/263406-5.xml

7 lines
315 B
XML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<?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>