summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/crashtests/cssInvertValue-convert-crash.html
blob: 8ca27efc3ae15f0ea1efd440294bcbdbc179982e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" href="mailto:0xdevssh@gmail.com">
<link rel="help" href="https://crbug.com/1238543">
<link rel="help" href="https://www.w3.org/TR/css-typed-om-1/">
<meta name="assert" content="The renderer should not crash.">

<p>This test passes if it does not crash.</p>
<script>
    var inverted = new CSSMathInvert(CSS.number(0));
    var converted = inverted.to('number');
    converted.toString()
</script>