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

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

Issue 2906023002: [CSS Typed OM] Fix test bug errors, remove forgotten expectation files (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/typedcssom/cssSimpleLength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssSimpleLength-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/cssSimpleLength-expected.txt
deleted file mode 100644
index f29ca88dc7f682ab0ddc469a19421161235ef3b3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/typedcssom/cssSimpleLength-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-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