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

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

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations 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/cssMatrixComponent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssMatrixComponent-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/cssMatrixComponent-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d6d0490f1bfccd6ee2c2c76d960b7b46d82ae067
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssMatrixComponent-expected.txt
@@ -0,0 +1,8 @@
+This is a testharness.js-based test.
+PASS Test that the (a, ... , f) and (m11, ... , m44) attributes for CSSMatrixComponent are correct.
+PASS Test that the is2D values for CSSMatrixComponent are correct.
+PASS Test that the toString for CSSMatrixComponent is correct.
+FAIL Test that invalid number of arguments for CSSMatrixComponent throws an exception. Test bug: need to pass exception to assert_throws()
+PASS Test that asMatrix has all the same properties as the original CSSMatrixComponent.
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698