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.

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

mercurial