Created
October 8, 2011 06:35
-
-
Save okuryu/1271947 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[okuryu@okuryu]$ ~/work/yeti/cli.js src/dom/tests/dom.html | |
Waiting for results. | |
✖ DOM Test Suite on Firefox (8.0) / Mac OS | |
20 passed, 1 failed | |
in DOM | |
test_position: setXY([100, 200] | |
Expected: 200 (number) | |
Actual: 199 (number) | |
✔ DOM Test Suite on Safari (5.1) / Mac OS | |
✔ DOM Test Suite on Chrome (14.0.835.202) / Windows Vista | |
✔ DOM Test Suite on Opera (11.51) / Mac OS | |
✔ DOM Test Suite on Internet Explorer (9.0) / Windows Vista | |
✖ DOM Test Suite on Firefox (7.0.1) / Windows Vista | |
20 passed, 1 failed | |
in DOM | |
test_position: setXY([100, 200] | |
Expected: 200 (number) | |
Actual: 199 (number) | |
✔ DOM Test Suite on Chrome (15.0.874.83) / Mac OS | |
✔ DOM Test Suite on Safari (5.0.2) / iOS 4.3.5 | |
Failures: 2 of 168 tests failed. (7955ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment