Update web-platform-tests to revision 719721f655102bcd24d45eba91339eb2d7dbc591

This commit is contained in:
WPT Sync Bot 2019-07-14 10:26:29 +00:00
parent 2b84348372
commit bc8af9cf87
70 changed files with 1271 additions and 294 deletions

View file

@ -16,6 +16,9 @@
test_computed_value("fill-opacity", "-1", "0");
test_computed_value("fill-opacity", "0.5");
test_computed_value("fill-opacity", "3", "1");
test_computed_value("fill-opacity", "-100%", "0");
test_computed_value("fill-opacity", "50%", "0.5");
test_computed_value("fill-opacity", "300%", "1");
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 790 B

After

Width:  |  Height:  |  Size: 942 B

Before After
Before After

View file

@ -16,9 +16,9 @@
test_valid_value("fill-opacity", "-1");
test_valid_value("fill-opacity", "0.5");
test_valid_value("fill-opacity", "3");
test_valid_value("fill-opacity", "-100%");
test_valid_value("fill-opacity", "50%");
test_valid_value("fill-opacity", "300%");
test_valid_value("fill-opacity", "-100%", "-1");
test_valid_value("fill-opacity", "50%", "0.5");
test_valid_value("fill-opacity", "300%", "3");
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 907 B

After

Width:  |  Height:  |  Size: 925 B

Before After
Before After

View file

@ -16,6 +16,9 @@
test_computed_value("stroke-opacity", "-1", "0");
test_computed_value("stroke-opacity", "0.5");
test_computed_value("stroke-opacity", "3", "1");
test_computed_value("stroke-opacity", "-100%", "0");
test_computed_value("stroke-opacity", "50%", "0.5");
test_computed_value("stroke-opacity", "300%", "1");
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 810 B

After

Width:  |  Height:  |  Size: 968 B

Before After
Before After

View file

@ -16,9 +16,9 @@
test_valid_value("stroke-opacity", "-1");
test_valid_value("stroke-opacity", "0.5");
test_valid_value("stroke-opacity", "3");
test_valid_value("stroke-opacity", "-100%");
test_valid_value("stroke-opacity", "50%");
test_valid_value("stroke-opacity", "300%");
test_valid_value("stroke-opacity", "-100%", "-1");
test_valid_value("stroke-opacity", "50%", "0.5");
test_valid_value("stroke-opacity", "300%", "3");
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 925 B

After

Width:  |  Height:  |  Size: 943 B

Before After
Before After

View file

@ -16,6 +16,9 @@
test_computed_value("stop-opacity", "-1", "0");
test_computed_value("stop-opacity", "0.5");
test_computed_value("stop-opacity", "3", "1");
test_computed_value("stop-opacity", "-100%", "0");
test_computed_value("stop-opacity", "50%", "0.5");
test_computed_value("stop-opacity", "300%", "1");
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 803 B

After

Width:  |  Height:  |  Size: 955 B

Before After
Before After

View file

@ -16,9 +16,9 @@
test_valid_value("stop-opacity", "-1");
test_valid_value("stop-opacity", "0.5");
test_valid_value("stop-opacity", "3");
test_valid_value("stop-opacity", "-100%");
test_valid_value("stop-opacity", "50%");
test_valid_value("stop-opacity", "300%");
test_valid_value("stop-opacity", "-100%", "-1");
test_valid_value("stop-opacity", "50%", "0.5");
test_valid_value("stop-opacity", "300%", "3");
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 912 B

After

Width:  |  Height:  |  Size: 930 B

Before After
Before After