diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-values/calc-unit-analysis.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-values/calc-unit-analysis.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-values/calc-unit-analysis.html b/tests/wpt/web-platform-tests/css/css-values/calc-unit-analysis.html index 346a8292ade..1520b4d3fa2 100644 --- a/tests/wpt/web-platform-tests/css/css-values/calc-unit-analysis.html +++ b/tests/wpt/web-platform-tests/css/css-values/calc-unit-analysis.html @@ -9,19 +9,6 @@ <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <style id="style"></style> -<script id="metadata_cache">/* -{ - "unitless_zero_in_calc_is_a_numeric_type_not_length": { "assert": "invalid calc expression: unitless zero in calc() is a numeric type, not length" }, - "0px_in_calc": { "assert": "invalid calc expression: 0px in calc()" }, - "addition_of_length_and_number": { "assert": "invalid calc expression: addition of length and number" }, - "addition_of_number_and_length": { "assert": "invalid calc expression: addition of number and length" }, - "subtraction_of_length_and_number": { "assert": "invalid calc expression: subtraction of length and number" }, - "subtraction_of_number_and_length": { "assert": "invalid calc expression: subtraction of number and length" }, - "multiplication_of_length_and_number": { "assert": "invalid calc expression: multiplication of length and number" }, - "multiplication_of_number_and_length": { "assert": "invalid calc expression: multiplication of number and length" }, - "multiplication_of_length_and_length": { "assert": "invalid calc expression: multiplication of length and length" } -} -*/</script> </head> <body onload="run()"> <div id=log></div> |