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

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

Issue 2921243002: [CSS Typed OM] Add setters for the CSSNumericValues contained in CSSSkew (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 e94ed1561026571e483963deb57b335f3cc89f9b..fc7db334a236d4b2c1c44ce168ccb8cbbf081076 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/cssSkew-expected.txt
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssSkew-expected.txt
@@ -4,5 +4,8 @@ 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
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698