| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <style> | |
| * { | |
| width: calc(300deg/2); | |
| width: calc(300rad/2); | |
| width: calc(300grad/2); | |
| width: calc(300turn/2); | |
| width: calc(300ms/2); | |
| width: calc(300s/2); | |
| width: calc(300hz/2); | |
| width: calc(300khz/2); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| This test passes if it does not crash. | |
| </body> | |
| </html> |