layout/reftests/css-placeholder/textarea/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 # Tests using placeholder-focus-ref.html as a reference are disabled because
michael@0 2 # we can't change the caret colour nor disable it and we can't change the
michael@0 3 # text colour without changing the caret which means that the tested page has
michael@0 4 # a black caret with a grey text and the reference has a grey caret with grey
michael@0 5 # text. The only thing that is doable is to make the caret grey in the tested
michael@0 6 # page but that would make the test moot because a failure wouldn't be seen.
michael@0 7 # A real way to fix this would be to be able to style the caret or to implement
michael@0 8 # ::value (bug 648643), depending of the ::value behaviour (it could change the
michael@0 9 # caret colour and the text colour or just the text colour).
michael@0 10
michael@0 11 == placeholder-simple.html placeholder-simple-ref.html
michael@0 12 # needs-focus == placeholder-focus.html placeholder-focus-ref.html
michael@0 13 needs-focus == placeholder-blur.html placeholder-simple-ref.html
michael@0 14 == placeholder-value.html placeholder-value-ref.html
michael@0 15 == placeholder-empty-string.html placeholder-empty-string-ref.html
michael@0 16 == placeholder-add.html placeholder-simple-ref.html
michael@0 17 == placeholder-removal.html textarea-ref.html
michael@0 18 == placeholder-value-set.html placeholder-value-ref.html
michael@0 19 == placeholder-value-unset.html placeholder-simple-ref.html
michael@0 20 == placeholder-value-reset.html placeholder-simple-ref.html
michael@0 21 == css-resize.html css-resize-ref.html
michael@0 22 == css-display.html placeholder-simple-ref.html
michael@0 23 # We can't check except by verifying that the output is different.
michael@0 24 # Same reasons as focus issues explained above.
michael@0 25 != css-opacity.html placeholder-simple-ref.html

mercurial