1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/imptests/failures/html/microdata/microdata-dom-api/test_001.html.json Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +{ 1.5 + "itemType.remove must remove all useless whitespace": true, 1.6 + "itemType.remove must collapse multiple whitespace around removed tokens": true, 1.7 + "itemType.remove must remove duplicates when removing tokens": true, 1.8 + "itemType.add must remove unused whitespace when the token already exists": true, 1.9 + "itemType.add should normalize \\t as a space": true, 1.10 + "itemType.add should normalize \\r as a space": true, 1.11 + "itemType.add should normalize \\n as a space": true, 1.12 + "itemType.add should normalize \\f as a space": true, 1.13 + "itemProp.remove must remove all useless whitespace": true, 1.14 + "itemProp.add must remove useless whitespace and duplicates when the token already exists": true, 1.15 + "itemProp.add should normalize \\t as a space": true, 1.16 + "itemProp.add should normalize \\r as a space": true, 1.17 + "itemProp.add should normalize \\n as a space": true, 1.18 + "itemProp.add should normalize \\f as a space": true, 1.19 + "itemRef.remove must remove useless whitespace when removing tokens": true, 1.20 + "itemRef.add must remove whitespace and duplicate when the token already exists": true, 1.21 + "itemRef.add should normalize \\t as a space": true, 1.22 + "itemRef.add should normalize \\r as a space": true, 1.23 + "itemRef.add should normalize \\n as a space": true, 1.24 + "itemRef.add should normalize \\f as a space": true 1.25 +}