4 <title> Testcase for bug https://bugs.webkit.org/show_bug.cgi?id=
85348 </title>
6 Issue: The focus ring used be drawn around the first row irrespective of the current focused row. The issue was fixed by the bug
7 http://www.webkit.org/b/92389 .
8 Description: The test case checks if the focus ring is drawn around currently focused table row.
9 Expectation: Focus ring must be drawn around the green box and not around the yellow boxes.
13 testRunner
.dumpAsTextWithPixelResults();
28 <tr id=
"row2" tabindex=
0>
29 <td style=
"background:green"></td>
36 document
.getElementById('row2').focus();