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 tables - bug 86605</t
itle> | 4 <title>Document::nodesFromRect : Rect-based hit-testing on tables - bug 86605</t
itle> |
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 check(125, 275, 10, 10, 10, 10, [e.td14]); | 108 check(125, 275, 10, 10, 10, 10, [e.td14]); |
109 check(200, 175, 10, 90, 10, 90, [e.td12, e.td22, e.td32, e.td42, e.t
esttable]); | 109 check(200, 175, 10, 90, 10, 90, [e.td12, e.td22, e.td32, e.td42, e.t
esttable]); |
110 | 110 |
111 } | 111 } |
112 | 112 |
113 runTest(); | 113 runTest(); |
114 </script> | 114 </script> |
115 | 115 |
116 <p id='description'></p> | 116 <p id='description'></p> |
117 <span id="console"></span> | 117 <span id="console"></span> |
118 <script src="../../js/resources/js-test-post.js"></script> | |
119 </body> | 118 </body> |
120 </html> | 119 </html> |
121 | 120 |
OLD | NEW |