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

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

Issue 2942653002: [css-typed-om] remove asMatrix() method in CSSTransformComponent.idl (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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/typedcssom/cssSkew-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssSkew-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/cssSkew-expected.txt
index fc7db334a236d4b2c1c44ce168ccb8cbbf081076..7bf192ba0c55e285d14723d045a99fb35e06582f 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/cssSkew-expected.txt
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssSkew-expected.txt
@@ -3,7 +3,6 @@ FAIL (ax, ay) values for CSSSkew are correct. assert_approx_equals: expected a n
PASS is2D values for CSSSkew are correct.
FAIL toString for CSSSkew is correct. assert_equals: expected "skew(0deg, 0deg)" but got ""
PASS Invalid arguments for CSSSkew throws an exception.
-FAIL asMatrix is constructed correctly for CSSSkew. Cannot read property 'is2D' of null
PASS Setting ax and ay for CSSSkew with valid CSSUnitValues
PASS Setting ax with invalid values
PASS Setting ay with invalid values

Powered by Google App Engine
This is Rietveld 408576698