2 <style type=
"text/css">
3 body
{ font-size: 20px; }
6 <font dir=
"rtl"><a href=
"#">12 <b id=
"test">34 </b><b>56 </b><span><a href=
"#">78 </a></span></font>
8 <script src=
"../../../resources/js-test.js"></script>
9 <script src=
"resources/nodesFromRect.js"></script>
10 <script type=
"text/javascript">
11 description('Test to get the node as a result of hit-tests from culled inlines between siblings');
13 if (window
.internals
) {
14 var test
= document
.getElementById('test');
16 checkRect(test
.offsetLeft
- 8, test
.offsetTop
+ 4, 2, 2, "'56 '");
17 checkRect(test
.offsetLeft
+ 8, test
.offsetTop
+ 4, 2, 2, "'34 '");
18 checkRect(test
.offsetLeft
+ test
.offsetWidth
+ 8, test
.offsetTop
+ 4, 2, 2, "'12 '");