OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>Document::nodesFromRect : CSS scale transforms - bug 85792</title> | 4 <title>Document::nodesFromRect : CSS scale transforms - bug 85792</title> |
5 <style type="text/css"> | 5 <style type="text/css"> |
6 #sandbox { | 6 #sandbox { |
7 position: absolute; | 7 position: absolute; |
8 left: 0px; | 8 left: 0px; |
9 top: 0px; | 9 top: 0px; |
10 width: 600px; | 10 width: 600px; |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 check(285, 290, 0, 5, 15, 5, [e.box2, e.box1, e.layer]); | 83 check(285, 290, 0, 5, 15, 5, [e.box2, e.box1, e.layer]); |
84 check(240, 260, 5, 0, 5, 15, [e.sandbox]); | 84 check(240, 260, 5, 0, 5, 15, [e.sandbox]); |
85 | 85 |
86 } | 86 } |
87 | 87 |
88 window.onload = runTest; | 88 window.onload = runTest; |
89 </script> | 89 </script> |
90 | 90 |
91 <p id='description'></p> | 91 <p id='description'></p> |
92 <span id="console"></span> | 92 <span id="console"></span> |
93 <script src="../../js/resources/js-test-post.js"></script> | |
94 </body> | 93 </body> |
95 </html> | 94 </html> |
96 | 95 |
OLD | NEW |