1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/css-placeholder/input/reftest.list Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +# Tests using placeholder-focus-ref.html as a reference are disabled because 1.5 +# we can't change the caret colour nor disable it and we can't change the 1.6 +# text colour without changing the caret which means that the tested page has 1.7 +# a black caret with a grey text and the reference has a grey caret with grey 1.8 +# text. The only thing that is doable is to make the caret grey in the tested 1.9 +# page but that would make the test moot because a failure wouldn't be seen. 1.10 +# A real way to fix this would be to be able to style the caret or to implement 1.11 +# ::value (bug 648643), depending of the ::value behaviour (it could change the 1.12 +# caret colour and the text colour or just the text colour). 1.13 + 1.14 +== placeholder-simple.html placeholder-simple-ref.html 1.15 +# needs-focus == placeholder-focus.html placeholder-focus-ref.html 1.16 +needs-focus == placeholder-blur.html placeholder-simple-ref.html 1.17 +== placeholder-value.html placeholder-value-ref.html 1.18 +== placeholder-empty-string.html placeholder-empty-string-ref.html 1.19 +== placeholder-add.html placeholder-simple-ref.html 1.20 +== placeholder-removal.html input-ref.html 1.21 +== placeholder-value-set.html placeholder-value-ref.html 1.22 +== placeholder-value-unset.html placeholder-simple-ref.html 1.23 +== placeholder-value-reset.html placeholder-simple-ref.html 1.24 +== placeholder-type-change-1.html placeholder-simple-ref.html 1.25 +== placeholder-type-change-2.html placeholder-button-ref.html 1.26 +== css-display.html placeholder-simple-ref.html 1.27 +# We can't check except by verifying that the output is different. 1.28 +# Same reasons as focus issues explained above. 1.29 +!= css-opacity.html placeholder-simple-ref.html 1.30 +!= css-text-align.html placeholder-simple-ref.html