mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 10:20:19 +01:00
9 lines
255 B
XML
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>
|
|
|