Files
palemoon27/dom/imptests/failures/html/microdata/microdata-dom-api/test_001.html.json
T

23 lines
1.3 KiB
JSON

{
"itemType.remove must remove all useless whitespace": true,
"itemType.remove must collapse multiple whitespace around removed tokens": true,
"itemType.remove must remove duplicates when removing tokens": true,
"itemType.add must remove unused whitespace when the token already exists": true,
"itemType.add should normalize \\t as a space": true,
"itemType.add should normalize \\r as a space": true,
"itemType.add should normalize \\n as a space": true,
"itemType.add should normalize \\f as a space": true,
"itemProp.remove must remove all useless whitespace": true,
"itemProp.add must remove useless whitespace and duplicates when the token already exists": true,
"itemProp.add should normalize \\t as a space": true,
"itemProp.add should normalize \\r as a space": true,
"itemProp.add should normalize \\n as a space": true,
"itemProp.add should normalize \\f as a space": true,
"itemRef.remove must remove useless whitespace when removing tokens": true,
"itemRef.add must remove whitespace and duplicate when the token already exists": true,
"itemRef.add should normalize \\t as a space": true,
"itemRef.add should normalize \\r as a space": true,
"itemRef.add should normalize \\n as a space": true,
"itemRef.add should normalize \\f as a space": true
}