OLD | NEW |
1 This test measures the width of textareas and text inputs for different fonts. | 1 This test measures the width of textareas and text inputs for different fonts. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Lucida Grande | 6 Lucida Grande |
7 input | 7 input |
8 size=1 clientWidth=26 | 8 size=1 clientWidth=26 |
9 size=2 clientWidth=32 | 9 size=2 clientWidth=32 |
10 size=3 clientWidth=38 | 10 size=3 clientWidth=38 |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 cols=20 clientWidth=117 | 378 cols=20 clientWidth=117 |
379 cols=50 clientWidth=267 | 379 cols=50 clientWidth=267 |
380 cols=100 clientWidth=517 | 380 cols=100 clientWidth=517 |
381 cols=500 clientWidth=2517 | 381 cols=500 clientWidth=2517 |
382 cols=1000 clientWidth=5017 | 382 cols=1000 clientWidth=5017 |
383 | 383 |
384 PASS successfullyParsed is true | 384 PASS successfullyParsed is true |
385 | 385 |
386 TEST COMPLETE | 386 TEST COMPLETE |
387 | 387 |
OLD | NEW |