| OLD | NEW |
| (Empty) |
| 1 This test verifies itemtype, itemref, itemprop attributes behavior on adding a t
oken in presence of trailing space characters. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 Test itemRef attribute's behavior | |
| 7 PASS itemRef.add should treat ' ' as a space | |
| 8 PASS itemRef.add should treat '\t' as a space | |
| 9 PASS itemRef.add should treat '\f' as a space | |
| 10 PASS itemRef.add should treat '\r' as a space | |
| 11 PASS itemRef.add should treat '\n' as a space | |
| 12 | |
| 13 Test itemType attribute's behavior | |
| 14 PASS itemType.add should treat ' ' as a space | |
| 15 PASS itemType.add should treat '\t' as a space | |
| 16 PASS itemType.add should treat '\f' as a space | |
| 17 PASS itemType.add should treat '\r' as a space | |
| 18 PASS itemType.add should treat '\n' as a space | |
| 19 | |
| 20 Test itemProp attribute's behavior | |
| 21 PASS itemType.add should treat ' ' as a space | |
| 22 PASS itemType.add should treat '\t' as a space | |
| 23 PASS itemType.add should treat '\f' as a space | |
| 24 PASS itemType.add should treat '\r' as a space | |
| 25 PASS itemType.add should treat '\n' as a space | |
| 26 PASS successfullyParsed is true | |
| 27 | |
| 28 TEST COMPLETE | |
| 29 | |
| OLD | NEW |