blob: b19d568b714626fa7e59b8939bd46adec6529127 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.setPrinting();
</script>
<div style="width: 100px; height: 100px; border: 1px solid black; transform: translateZ(0)"></div>
<div style="position: absolute; top: 50px; left: 50px; width: 100px; height: 100px; border: 1px solid black"></div>
|