OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>Document::nodesFromRect : Rect-based hit-testing on SVG elements - bug 89 990</title> | 4 <title>Document::nodesFromRect : Rect-based hit-testing on SVG elements - bug 89 990</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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
74 check(20, 30, 20, 10, 30, 10, [e.svg2, e.div2, e.svg1, e.div1, e.san dbox]); | 74 check(20, 30, 20, 10, 30, 10, [e.svg2, e.div2, e.svg1, e.div1, e.san dbox]); |
75 | 75 |
76 debug(''); | 76 debug(''); |
77 } | 77 } |
78 | 78 |
79 runTest(); | 79 runTest(); |
80 </script> | 80 </script> |
81 | 81 |
82 <p id='description'></p> | 82 <p id='description'></p> |
83 <span id="console"></span> | 83 <span id="console"></span> |
84 <script src="../../js/resources/js-test-post.js"></script> | |
85 </body> | 84 </body> |
86 </html> | 85 </html> |
87 | 86 |
OLD | NEW |