Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 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
| |
| 2 PASS Test that the (x, y, z) values for CSSScale are correct. | |
| 3 PASS Test that the is2D values for CSSScale is correct. | |
| 4 PASS Test that the toString for CSSScale is correct. | |
| 5 FAIL Test that invalid number of arguments for CSSScale throws an exception. Tes t bug: need to pass exception to assert_throws() | |
| 6 FAIL Test that invalid input throws an exception. Test bug: need to pass excepti on to assert_throws() | |
| 7 PASS Test that asMatrix is constructed correctly for CSSScale. | |
| 8 PASS Test that x, y, z are mutable attributes. | |
| 9 Harness: the test ran to completion. | |
| 10 | |
| OLD | NEW |