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

9 lines
255 B
XML

<?xml-stylesheet type="text/css" href="data:text/css, root { display: block; }
table { display: table; } inner-table { display: table; position: absolute;
width: 200px; right: 0; top: 0"?>
<root>
aaa
<table><inner-table>bbb</inner-table></table>
</root>