Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt

Issue 2886703002: CSS Motion Path: Web Platform tests for longhand parsing (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
+

Powered by Google App Engine
This is Rietveld 408576698