| <html> | |
| <head> | |
| <script type="text/javascript"> | |
| if (window.testRunner) { | |
| testRunner.testRepaint(); | |
| } | |
| </script> | |
| <style> | |
| div > span { background: silver; } | |
| </style> | |
| </head> | |
| <body> | |
| <p> | |
| This is a repaint test of inline blocks with overflow. | |
| </p> | |
| <hr> | |
| <span>Here comes an <span style="background: silver; display: inline-block; width: 100px; vertical-align: top; height: 20px;">inline block with overflow.</span></span> | |
| </body> | |
| </html> |