michael@0: # Tests using placeholder-focus-ref.html as a reference are disabled because michael@0: # we can't change the caret colour nor disable it and we can't change the michael@0: # text colour without changing the caret which means that the tested page has michael@0: # a black caret with a grey text and the reference has a grey caret with grey michael@0: # text. The only thing that is doable is to make the caret grey in the tested michael@0: # page but that would make the test moot because a failure wouldn't be seen. michael@0: # A real way to fix this would be to be able to style the caret or to implement michael@0: # ::value (bug 648643), depending of the ::value behaviour (it could change the michael@0: # caret colour and the text colour or just the text colour). michael@0: michael@0: == placeholder-simple.html placeholder-simple-ref.html michael@0: # needs-focus == placeholder-focus.html placeholder-focus-ref.html michael@0: needs-focus == placeholder-blur.html placeholder-simple-ref.html michael@0: == placeholder-value.html placeholder-value-ref.html michael@0: == placeholder-empty-string.html placeholder-empty-string-ref.html michael@0: == placeholder-add.html placeholder-simple-ref.html michael@0: == placeholder-removal.html textarea-ref.html michael@0: == placeholder-value-set.html placeholder-value-ref.html michael@0: == placeholder-value-unset.html placeholder-simple-ref.html michael@0: == placeholder-value-reset.html placeholder-simple-ref.html michael@0: == css-resize.html css-resize-ref.html michael@0: == css-display.html placeholder-simple-ref.html michael@0: # We can't check except by verifying that the output is different. michael@0: # Same reasons as focus issues explained above. michael@0: != css-opacity.html placeholder-simple-ref.html