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

Side by Side 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, 6 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL Constructor should throw an error for CSSCalcLengths with a percentage type Test bug: need to pass exception to assert_throws() 2 FAIL Constructor should throw an error for CSSCalcValues with a percentage type CSSCalcValue is not defined
3 FAIL Constructor should throw an error for CSSSimpleLengths with a percentage ty pe Test bug: need to pass exception to assert_throws() 3 FAIL Constructor should throw an error for CSSUnitValues with a percentage type assert_throws: function "function () { new CSSPerspective(simpleLength) }" did n ot throw
4 PASS cssText should return a string of form perspective(<CSSLengthValue.cssStrin g()>) 4 FAIL cssText should return a string of form perspective(<CSSLengthValue.cssStrin g()>) CSSCalcValue is not defined
5 Harness: the test ran to completion. 5 Harness: the test ran to completion.
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698