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

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

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

mercurial