| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Reduced test case for bug 10719 |
| </title> |
| </head> |
| <style type="text/css"> |
| <!-- |
| #wrapper { |
| position:relative; |
| |
| width:300px; |
| height:400px; |
| background: red; |
| } |
| |
| #inner { |
| overflow: hidden; |
| position: absolute; |
| right: -150px; |
| |
| width: 200px; |
| height: 400px; |
| background: green; |
| } |
| --> |
| </style> |
| <body> |
| If you see any red below the test has failed. |
| <div id="wrapper"> |
| <div id="inner"> |
| </div> |
| <table align="left" width="250" cellpadding=0 cellspacing=0 height=400 bgcolor=green> |
| <tbody> |
| <tr> |
| <td> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| </body> |
| </html> |