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

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

Issue 2886703002: CSS Motion Path: Web Platform tests for longhand parsing (Closed)
Patch Set: test 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/parsing/offset-rotate-parsing-invalid-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-rotate-parsing-invalid-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-rotate-parsing-invalid-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a9367ec923ffa7c38fc813a04c807b933b27462c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-rotate-parsing-invalid-expected.txt
@@ -0,0 +1,7 @@
+This is a testharness.js-based test.
+PASS e.style['offset-rotate'] = "none" should not set the property value
+FAIL e.style['offset-rotate'] = "0" should not set the property value assert_equals: expected "" but got "0deg"
+PASS e.style['offset-rotate'] = "auto reverse" should not set the property value
+PASS e.style['offset-rotate'] = "reverse 30deg auto" should not set the property value
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698