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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/cssCalcLength-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/cssCalcLength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssCalcLength-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/cssCalcLength-expected.txt
deleted file mode 100644
index 995a6f80d2b682107c3e6f8843925c5fe6efce74..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/typedcssom/cssCalcLength-expected.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-This is a testharness.js-based test.
-FAIL Passing invalid arguments to CSSCalcLength throws an exception. Test bug: need to pass exception to assert_throws()
-PASS Adding two CSSCalcLengths produces a new CSSCalcLength with the correct value.
-PASS Subtracting two CSSCalcLengths produces a new CSSCalcLength with the correct values.
-PASS Multiplying a CSSCalcLength produces a new CSSCalcLength with the correct values.
-PASS Dividing a CSSCalcLength produces a new CSSCalcLength with the correct values.
-PASS Dividing by zero throws a RangeError
-PASS cssText produces the correct string
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698