Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/typedcssom/cssScale-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssScale-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/cssScale-expected.txt |
| deleted file mode 100644 |
| index 6d86357643611aed261c5f9d2373f4caffa54bf7..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/typedcssom/cssScale-expected.txt |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -This is a testharness.js-based test. |
|
Bugs Nash
2017/05/29 01:30:41
this test seems to still be in the code base https
meade_UTC10
2017/05/29 03:23:50
Since I fixed the test bug, the tests all pass, so
|
| -PASS Test that the (x, y, z) values for CSSScale are correct. |
| -PASS Test that the is2D values for CSSScale is correct. |
| -PASS Test that the toString for CSSScale is correct. |
| -FAIL Test that invalid number of arguments for CSSScale throws an exception. Test bug: need to pass exception to assert_throws() |
| -FAIL Test that invalid input throws an exception. Test bug: need to pass exception to assert_throws() |
| -PASS Test that asMatrix is constructed correctly for CSSScale. |
| -PASS Test that x, y, z are mutable attributes. |
| -Harness: the test ran to completion. |
| - |