| <!DOCTYPE html> | |
| <style> | |
| div { font-variant: all; } | |
| </style> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <p>Test for crbug.com/363631: font-variant: all causes ASSERT crash.</p> | |
| <p>PASS when running this test with debug binary and seeing no crash.</p> | |
| <div>PASS</div> |