summaryrefslogtreecommitdiffstats
path: root/dom/base/test/test_toScreenRect.html
blob: 7a3656ac36c9a3f6c836e4e09f91401931b0a63c (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<meta charset="utf-8">
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" href="/tests/SimpleTest/test.css" />
<script>
SimpleTest.waitForExplicitFinish();
window.open('file_toScreenRect.html');
</script>
</html>