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=6 | 8 size=1 clientWidth=6 |
9 size=2 clientWidth=12 | 9 size=2 clientWidth=12 |
10 size=3 clientWidth=18 | 10 size=3 clientWidth=18 |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 cols=20 clientWidth=277 | 378 cols=20 clientWidth=277 |
379 cols=50 clientWidth=667 | 379 cols=50 clientWidth=667 |
380 cols=100 clientWidth=1317 | 380 cols=100 clientWidth=1317 |
381 cols=500 clientWidth=6517 | 381 cols=500 clientWidth=6517 |
382 cols=1000 clientWidth=13017 | 382 cols=1000 clientWidth=13017 |
383 | 383 |
384 PASS successfullyParsed is true | 384 PASS successfullyParsed is true |
385 | 385 |
386 TEST COMPLETE | 386 TEST COMPLETE |
387 | 387 |
OLD | NEW |