Update web-platform-tests to revision 719721f655102bcd24d45eba91339eb2d7dbc591
|
@ -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 |
|
@ -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 |
|
@ -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 |
|
@ -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 |
|
@ -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 |
|
@ -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 |