Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 * { | |
| 4 margin-right:2vw; | |
| 5 } | |
| 6 body { | |
| 7 display:grid; | |
| 8 grid-auto-flow:row stack; | |
| 9 } | |
| 10 </style> | |
| 11 <script> | |
| 12 if (window.testRunner) | |
| 13 testRunner.dumpAsText(); | |
| 14 </script> | |
| 15 <body>The test checks that embedded elements don't leave stale pointers into the grid representation. | |
| 16 <embed>This test has passed if it didn't crash.</embed> | |
| 17 </body> | |
| 18 | |
| OLD | NEW |