layout/reftests/css-placeholder/input/reftest.list

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

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 input-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 == placeholder-type-change-1.html placeholder-simple-ref.html
michael@0 22 == placeholder-type-change-2.html placeholder-button-ref.html
michael@0 23 == css-display.html placeholder-simple-ref.html
michael@0 24 # We can't check except by verifying that the output is different.
michael@0 25 # Same reasons as focus issues explained above.
michael@0 26 != css-opacity.html placeholder-simple-ref.html
michael@0 27 != css-text-align.html placeholder-simple-ref.html

mercurial