| OLD | NEW |
| 1 HTMLTableColElement span attribute test | 1 HTMLTableColElement span attribute test |
| 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 PASS document.createElement("col").span is 1 | 6 PASS document.createElement("col").span is 1 |
| 7 PASS spanAttributeEffect("") is 1 | 7 PASS spanAttributeEffect("") is 1 |
| 8 PASS spanAttributeEffect("1") is 1 | 8 PASS spanAttributeEffect("1") is 1 |
| 9 PASS spanAttributeEffect("2") is 2 | 9 PASS spanAttributeEffect("2") is 2 |
| 10 PASS spanAttributeEffect("10") is 10 | 10 PASS spanAttributeEffect("10") is 10 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 PASS spanAttributeEffect(arabicIndicDigitOne) is 1 | 23 PASS spanAttributeEffect(arabicIndicDigitOne) is 1 |
| 24 PASS spanAttributeEffect("2" + arabicIndicDigitOne) is 2 | 24 PASS spanAttributeEffect("2" + arabicIndicDigitOne) is 2 |
| 25 PASS spanAttributeEffect("2147483647") is 2147483647 | 25 PASS spanAttributeEffect("2147483647") is 2147483647 |
| 26 PASS spanAttributeEffect("2147483648") is 2147483648 | 26 PASS spanAttributeEffect("2147483648") is 2147483648 |
| 27 PASS spanAttributeEffect("4294967295") is 4294967295 | 27 PASS spanAttributeEffect("4294967295") is 4294967295 |
| 28 PASS spanAttributeEffect("4294967296") is 1 | 28 PASS spanAttributeEffect("4294967296") is 1 |
| 29 PASS successfullyParsed is true | 29 PASS successfullyParsed is true |
| 30 | 30 |
| 31 TEST COMPLETE | 31 TEST COMPLETE |
| 32 | 32 |
| OLD | NEW |