Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>PASS if no crash or assertion failure.</p> | |
| 3 <ruby style="display:block;"> | |
| 4 <rt> </rt> | |
| 5 <div style="height:50%;"></div> | |
| 6 <rt id="elm" style="display:none;"> </rt> | |
| 7 | |
| 8 </ruby> | |
| 9 <script> | |
| 10 if (window.testRunner) | |
| 11 testRunner.dumpAsText(); | |
| 12 document.body.offsetTop; | |
| 13 document.getElementById("elm").style.display = "block"; | |
| 14 </script> | |
| OLD | NEW |