| <!DOCTYPE html> | |
| <style> | |
| html, body, summary, div { | |
| display: grid; | |
| height: 100%; | |
| } | |
| div { | |
| grid-template-rows: 100%; | |
| } | |
| </style> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <body> | |
| <summary> | |
| <div></div> | |
| </summary> | |
| <p>This test has PASSED if it didn't CRASH on Debug builds.</p> | |
| </body> |