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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL Passing invalid arguments to CSSCalcLength throws an exception. Test bug: n eed to pass exception to assert_throws()
3 PASS Adding two CSSCalcLengths produces a new CSSCalcLength with the correct val ue.
4 PASS Subtracting two CSSCalcLengths produces a new CSSCalcLength with the correc t values.
5 PASS Multiplying a CSSCalcLength produces a new CSSCalcLength with the correct v alues.
6 PASS Dividing a CSSCalcLength produces a new CSSCalcLength with the correct valu es.
7 PASS Dividing by zero throws a RangeError
8 PASS cssText produces the correct string
9 Harness: the test ran to completion.
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698