| <!DOCTYPE> | |
| <title> Test for bug https://bugs.webkit.org/show_bug.cgi?id=92389</title> | |
| <body> | |
| <style> | |
| td { | |
| width: 50px; | |
| height: 50px; | |
| border: 1px solid; | |
| } | |
| .outline-first { | |
| outline: 5px solid green; | |
| } | |
| .outline-second { | |
| outline: 5px solid yellow; | |
| } | |
| </style> | |
| <table> | |
| <tr class="outline-first"> | |
| <td></td> | |
| <td></td> | |
| </tr> | |
| <tr class="outline-second"> | |
| <td></td> | |
| <td></td> | |
| </tr> | |
| </table> | |
| </body> |