| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Document::nodesFromRect : CSS rotate transforms - bug 85792</title> | 4 <title>Document::nodesFromRect : CSS rotate 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: 700px; | 10 width: 700px; |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 check(350, 350, 40, 40, 40, 40, [e.box3, e.box2, e.box1, e.layer]); | 99 check(350, 350, 40, 40, 40, 40, [e.box3, e.box2, e.box1, e.layer]); |
| 100 check(260, 260, 1, 27, 1, 27, [e.fleft]); | 100 check(260, 260, 1, 27, 1, 27, [e.fleft]); |
| 101 | 101 |
| 102 } | 102 } |
| 103 | 103 |
| 104 window.onload = runTest; | 104 window.onload = runTest; |
| 105 </script> | 105 </script> |
| 106 | 106 |
| 107 <p id='description'></p> | 107 <p id='description'></p> |
| 108 <span id="console"></span> | 108 <span id="console"></span> |
| 109 <script src="../../js/resources/js-test-post.js"></script> | |
| 110 </body> | 109 </body> |
| 111 </html> | 110 </html> |
| 112 | 111 |
| OLD | NEW |