dom/imptests/failures/html/microdata/microdata-dom-api/test_001.html.json

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:5d8487b32b91
1 {
2 "itemType.remove must remove all useless whitespace": true,
3 "itemType.remove must collapse multiple whitespace around removed tokens": true,
4 "itemType.remove must remove duplicates when removing tokens": true,
5 "itemType.add must remove unused whitespace when the token already exists": true,
6 "itemType.add should normalize \\t as a space": true,
7 "itemType.add should normalize \\r as a space": true,
8 "itemType.add should normalize \\n as a space": true,
9 "itemType.add should normalize \\f as a space": true,
10 "itemProp.remove must remove all useless whitespace": true,
11 "itemProp.add must remove useless whitespace and duplicates when the token already exists": true,
12 "itemProp.add should normalize \\t as a space": true,
13 "itemProp.add should normalize \\r as a space": true,
14 "itemProp.add should normalize \\n as a space": true,
15 "itemProp.add should normalize \\f as a space": true,
16 "itemRef.remove must remove useless whitespace when removing tokens": true,
17 "itemRef.add must remove whitespace and duplicate when the token already exists": true,
18 "itemRef.add should normalize \\t as a space": true,
19 "itemRef.add should normalize \\r as a space": true,
20 "itemRef.add should normalize \\n as a space": true,
21 "itemRef.add should normalize \\f as a space": true
22 }

mercurial