Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
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 textarea-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 == css-resize.html css-resize-ref.html
22 == css-display.html placeholder-simple-ref.html
23 # We can't check except by verifying that the output is different.
24 # Same reasons as focus issues explained above.
25 != css-opacity.html placeholder-simple-ref.html