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

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

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: rebase 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/cssPerspective-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssPerspective-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/cssPerspective-expected.txt
index 314538469b49cb4b2344ecc74baa06e5afc1d53d..763298926d48e63f527af65c2430c7841866ebf8 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/cssPerspective-expected.txt
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssPerspective-expected.txt
@@ -1,6 +1,6 @@
This is a testharness.js-based test.
-FAIL Constructor should throw an error for CSSCalcLengths with a percentage type Test bug: need to pass exception to assert_throws()
-FAIL Constructor should throw an error for CSSSimpleLengths with a percentage type Test bug: need to pass exception to assert_throws()
-PASS cssText should return a string of form perspective(<CSSLengthValue.cssString()>)
+FAIL Constructor should throw an error for CSSCalcValues with a percentage type CSSCalcValue is not defined
+FAIL Constructor should throw an error for CSSUnitValues with a percentage type assert_throws: function "function () { new CSSPerspective(simpleLength) }" did not throw
+FAIL cssText should return a string of form perspective(<CSSLengthValue.cssString()>) CSSCalcValue is not defined
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698