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

9 lines
255 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: 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>