3 https://bugzilla.mozilla.org/show_bug.cgi?id=725426
5 <title>Test for bug
725426</title>
6 <script src=/tests/SimpleTest/SimpleTest.js
></script>
7 <link rel=stylesheet href=/tests/SimpleTest/test.css
>
9 <div style=
"transform: perspective(200px)">
10 <div style=
"transform: translatez(-100px);
11 width:100px;height:100px;background:blue">
13 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=725426">
14 Mozilla Bug
725426</a>
16 <script class=testbody
>
17 var rect = document.querySelector(
"div>div").getBoundingClientRect();
18 is(rect.top,
0,
"Incorrect bounding rect top");
19 is(rect.right,
100,
"Incorrect bounding rect top");
20 is(rect.bottom,
100,
"Incorrect bounding rect top");
21 is(rect.left,
0,
"Incorrect bounding rect top");