Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317

This commit is contained in:
Josh Matthews 2018-01-04 13:44:24 -05:00
parent aa199307c8
commit 2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions

View file

@ -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>