layout/reftests/css-submit-invalid/input-submit/reftest.list

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 == static-valid.html valid-ref.html
michael@0 2 == dynamic-valid.html valid-ref.html
michael@0 3 == static-invalid.html invalid-ref.html
michael@0 4 skip-if(B2G) == dynamic-invalid.html invalid-ref.html
michael@0 5 == dynamic-invalid-barred.html invalid-barred-ref.html
michael@0 6 == dynamic-invalid-barred-2.html invalid-barred-ref.html
michael@0 7 == dynamic-invalid-not-barred.html invalid-ref.html
michael@0 8 == static-invalid-barred.html invalid-barred-ref.html
michael@0 9 == remove-invalid-element.html valid-ref-2.html
michael@0 10 == add-invalid-element.html invalid-ref-2.html
michael@0 11 == add-submit-control.html invalid-ref.html
michael@0 12 == remove-submit-control.html valid-ref-3.html
michael@0 13 == change-type-submit-control.html invalid-ref.html
michael@0 14 == change-type-not-submit-control.html valid-ref-4.html
michael@0 15 == remove-form.html invalid-ref-3.html

mercurial