Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e03a5fb5d45a571aebc17fade6e424eff6fe2b7a |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt |
| @@ -0,0 +1,6 @@ |
| +This is a testharness.js-based test. |
|
suzyh_UTC10 (ex-contributor)
2017/05/22 01:46:19
I think this is the right way to do this, but plea
Eric Willigers
2017/05/25 11:43:11
Removed two of these now that https://codereview.c
|
| +PASS e.style['offset-anchor'] = "none" should not set the value |
| +PASS e.style['offset-anchor'] = "30deg" should not set the value |
| +FAIL e.style['offset-anchor'] = "left 10% top" should not set the value assert_equals: expected "" but got "left 10% top" |
| +Harness: the test ran to completion. |
| + |