summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-values/mod-length-degrees-crash.html
blob: 91d4c65bbb90fc0b1dd150d2399eb04368b23771 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="help" href="https://bugs.webkit.org/show_bug.cgi?id=260941">

<p>PASS if no crash.</p>
<div style="height: calc(mod(0px, 0deg))"></div>