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

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

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations 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/typedcssom/cssSimpleLength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssSimpleLength-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/cssSimpleLength-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f29ca88dc7f682ab0ddc469a19421161235ef3b3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssSimpleLength-expected.txt
@@ -0,0 +1,14 @@
+This is a testharness.js-based test.
+PASS CSSSimpleLengths are immutable
+PASS Each unit type is returned according to the spec
+PASS Adding CSSSimpleLengths with the same unit produces a new CSSSimpleLength with the correct value.
+PASS Adding CSSSimpleLengths with different units produces a calc length with the correct values.
+PASS Subtracting CSSSimpleLengths with the same unit produces a new CSSSimpleLength with the correct value.
+PASS Subtracting CSSSimpleLengths with different units produces a calc length with the correct values.
+PASS Multiplying a CSSSimpleLength produces a new CSSSimpleLength with the correct value.
+PASS Dividing a CSSSimpleLength produces a new CSSSimpleLength with the correct value.
+PASS Dividing by zero throws a RangeError
+PASS cssText is generated correctly for each unit type.
+FAIL Invalid input throws an exception. Test bug: need to pass exception to assert_throws()
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698