mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
3a4b8916d2
--HG-- extra : commitid : KYDd76jwpXj
8 lines
315 B
HTML
8 lines
315 B
HTML
<!DOCTYPE HTML>
|
|
<html reftest-displayport-w="800" reftest-displayport-h="1000">
|
|
<meta name="viewport" content="width=800; height=1000; initial-scale=1.0">
|
|
<body>
|
|
<div style="position: fixed; background: lightblue; top: 0; left: 0; width:100px; height:100px; -moz-transform: translate(360px,0px);"/>
|
|
</body>
|
|
</html>
|