1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/reftests/bugs/503364-1-ref.html
T

12 lines
289 B
HTML

<!DOCTYPE html>
<html>
<body>
<table style="position: absolute; top: 100px; left: 100px;">
<tr>
<td>
<div style="position: absolute; left: 20px; top: 20px; background: black; height: 20px; width: 20px"></div>
</td>
</tr>
</body>
</html>