Update web-platform-tests to revision 04cd5eb8e5c47e4fe341f2fb541d39fa2346f464

This commit is contained in:
WPT Sync Bot 2018-11-16 21:03:13 -05:00
parent 0ab2c3f8a3
commit 1d0624b343
226 changed files with 4495 additions and 903 deletions

View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:h="http://www.w3.org/1999/xhtml"
width="800px" height="8000px">
<title>SVG Geometry Properties: getComputedValue().r</title>
<metadata>
<h:link rel="help" href="https://svgwg.org/svg2-draft/geometry.html#R"/>
</metadata>
<g id="target"></g>
<style>
#target {
font-size: 40px;
}
</style>
<h:script src="/resources/testharness.js"/>
<h:script src="/resources/testharnessreport.js"/>
<h:script src="/css/support/computed-testcommon.js"/>
<script><![CDATA[
test_computed_value("r", "10px");
test_computed_value("r", "0.5em", "20px");
test_computed_value("r", "calc(10px + 0.5em)", "30px");
test_computed_value("r", "40%");
test_computed_value("r", "calc(50% + 60x)");
]]></script>
</svg>

After

Width:  |  Height:  |  Size: 821 B