| Index: third_party/WebKit/LayoutTests/css-parser/unitless-zero-angle.html
|
| diff --git a/third_party/WebKit/LayoutTests/css-parser/unitless-zero-angle.html b/third_party/WebKit/LayoutTests/css-parser/unitless-zero-angle.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0639b870dcbc81fcb4090fba9ee3aa10f861eaae
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/css-parser/unitless-zero-angle.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| +<script src="resources/property-parsing-test.js"></script>
|
| +<script>
|
| +assert_valid_value("image-orientation", "0deg");
|
| +assert_valid_value("rotate", "0deg");
|
| +assert_valid_value("offset-path", "ray(0deg farthest-corner)");
|
| +
|
| +assert_invalid_value("image-orientation", "0");
|
| +assert_invalid_value("rotate", "0");
|
| +assert_invalid_value("offset-path", "ray(0 farthest-corner)");
|
| +</script>
|
|
|