mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
7ab390b69a
--HG-- extra : rebase_source : b78a8cb774b961696e59c2c27a8ade56d629b78f
12 lines
347 B
HTML
12 lines
347 B
HTML
<!DOCTYPE HTML>
|
|
<html class="reftest-wait>
|
|
<body>
|
|
<div style="transform:translateX(100px); width:200px; height:200px; border:1px solid black">
|
|
<div style="position:absolute;">
|
|
</div>
|
|
<div style="position:absolute;">
|
|
<div style="position:fixed; right:0; width:50px; height:80px; background:yellow;">
|
|
</div>
|
|
</div>
|
|
</div>
|