| <style> | |
| pre { | |
| display: grid; | |
| min-height: max-content; | |
| max-height: 1px; | |
| grid-template-rows: 1fr; | |
| } | |
| </style> | |
| <pre>Pass if no crash or assert when the min-height value can't be resolved.</pre> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> |