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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/numbers-expected.txt

Issue 2121913002: [Typed OM] Add CSSValue -> CSSNumberValue conversion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change iteration type Created 4 years, 5 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/typedcssom/inlinestyle/numbers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/numbers-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/numbers-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b5567dd228e5f18bc0f75aca6263f58b61b14e7d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/numbers-expected.txt
@@ -0,0 +1,7 @@
+This is a testharness.js-based test.
+PASS CSSNumberValue round trips when passed in as CSSNumberValue.
+PASS CSSNumberValue round trips when passed as a string to the old OM.
+FAIL CSSNumberValues in a list round trip when passed in as a list of CSSNumberValues assert_equals: expected "1, 5.5" but got "1 5.5"
sashab 2016/07/11 23:47:22 ??? Is this correct?
meade_UTC10 2016/07/27 07:14:29 It's a consequence of the TODO you commented on. I
sashab 2016/07/27 23:23:57 That's a great idea! :D Except I think this should
Timothy Loh 2016/07/28 02:11:31 Please don't add new entries to TestExpectations.
meade_UTC10 2016/08/03 03:26:44 I don't think it makes sense to split this test up
+PASS CSSNumberValues in a list round trip when passed in as a string to the old OM
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698