Index: third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-position-parsing-invalid-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-position-parsing-invalid-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-position-parsing-invalid-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..265f1c8b1207e932ce455f5a2d3954d3fe4c4543 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-position-parsing-invalid-expected.txt |
@@ -0,0 +1,6 @@ |
+This is a testharness.js-based test. |
+PASS e.style['offset-position'] = "none" should not set the value |
+PASS e.style['offset-position'] = "30deg" should not set the value |
+FAIL e.style['offset-position'] = "left 10% top" should not set the value assert_equals: expected "" but got "left 10% top" |
+Harness: the test ran to completion. |
+ |