mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
19
layout/reftests/bugs/637852-3.html
Normal file
19
layout/reftests/bugs/637852-3.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<body>
|
||||
<div id="d" style="-moz-transform:scale(2); -moz-transform-origin:top left; border:10px solid black; height:100px; width:100px; overflow:hidden">
|
||||
<canvas width="100" height="100" id="c" style="display:block"></canvas>
|
||||
<div style="height:50px; background:blue;"></div>
|
||||
<div style="height:50px; background:orange;"></div>
|
||||
</div>
|
||||
<script>
|
||||
var c = document.getElementById("c");
|
||||
var ctx = c.getContext("2d");
|
||||
ctx.fillStyle = "yellow";
|
||||
ctx.fillRect(0, 0, c.width, c.height);
|
||||
var d = document.getElementById("d");
|
||||
d.scrollTop = 75;
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue