Update web-platform-tests to revision 093a97b6ecc6484c201d704d38b47bef1964d59d
|
@ -17,6 +17,7 @@ test_valid_value("cx", "0", "0px");
|
|||
test_valid_value("cx", "-1px");
|
||||
test_valid_value("cx", "calc(2em + 3ex)");
|
||||
test_valid_value("cx", "4%");
|
||||
test_valid_value("cx", "5ch");
|
||||
|
||||
]]></script>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 822 B |
|
@ -17,6 +17,7 @@ test_valid_value("cy", "0", "0px");
|
|||
test_valid_value("cy", "-1px");
|
||||
test_valid_value("cy", "calc(2em + 3ex)");
|
||||
test_valid_value("cy", "4%");
|
||||
test_valid_value("cy", "5rem");
|
||||
|
||||
]]></script>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 823 B |
|
@ -19,6 +19,7 @@ test_valid_value("rx", "0", "0px");
|
|||
test_valid_value("rx", "1px");
|
||||
test_valid_value("rx", "calc(2em + 3ex)");
|
||||
test_valid_value("rx", "4%");
|
||||
test_valid_value("rx", "5vw");
|
||||
|
||||
]]></script>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 861 B |
|
@ -19,6 +19,7 @@ test_valid_value("rx", "0", "0px");
|
|||
test_valid_value("rx", "1px");
|
||||
test_valid_value("rx", "calc(2em + 3ex)");
|
||||
test_valid_value("rx", "4%");
|
||||
test_valid_value("rx", "5vh");
|
||||
|
||||
]]></script>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 861 B |
|
@ -17,6 +17,7 @@ test_valid_value("x", "0", "0px");
|
|||
test_valid_value("x", "-1px");
|
||||
test_valid_value("x", "calc(2em + 3ex)");
|
||||
test_valid_value("x", "4%");
|
||||
test_valid_value("x", "5cm");
|
||||
|
||||
]]></script>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 784 B After Width: | Height: | Size: 814 B |
|
@ -17,6 +17,7 @@ test_valid_value("y", "0", "0px");
|
|||
test_valid_value("y", "-1px");
|
||||
test_valid_value("y", "calc(2em + 3ex)");
|
||||
test_valid_value("y", "4%");
|
||||
test_valid_value("y", "5mm");
|
||||
|
||||
]]></script>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 784 B After Width: | Height: | Size: 814 B |