1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-20 07:18:47 +00:00
Files
UXP/layout/reftests/position-dynamic-changes/relative/percent-ref.html
T

13 lines
316 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="container" style="border-width: 10px; padding: 50px"
>surrounding <span id="rel"
style="left: 50%; top: 50%;"
>position&#10;relative</span> text</div>
</body>
</html>