Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style>html { overflow:-webkit-paged-x; }</style> | |
| 3 <p>There should be a modal dialog on this page, with the word "PASS" inside.</p> | |
| 4 <dialog id="dialog">PASS</dialog> | |
| 5 <script> | |
| 6 document.getElementById("dialog").showModal(); | |
| 7 </script> | |
| OLD | NEW |