blob: 5a406bb2bd3ef82e5e0d354e0a79115bbb57a92e [file] [log] [blame]
item 1
list item 1
table item 1 table item 2 table item 3
landmark 1
This test makes sure that items in lists, tables and landmarks have different traits on them, because they're contained in different items.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS listItem.iphoneTraits != initialItem.iphoneTraits is true
PASS listItem.iphoneTraits != tableItem.iphoneTraits is true
PASS listItem.iphoneTraits != landmarkItem.iphoneTraits is true
PASS tableItem.iphoneTraits != initialItem.iphoneTraits is true
PASS tableItem.iphoneTraits != landmarkItem.iphoneTraits is true
PASS landmarkItem.iphoneTraits != initialItem.iphoneTraits is true
PASS successfullyParsed is true
TEST COMPLETE