mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 590418 - Re-enable fixed css-placeholder/input/placeholder-removal.html reftest. a2.0=test-only
--HG-- extra : rebase_source : a2d9fef0be30f253d703515ea96d71dd0bb1ac1b
This commit is contained in:
parent
e86bab477f
commit
a41989b4f5
6
layout/reftests/css-placeholder/input/input-ref.html
Normal file
6
layout/reftests/css-placeholder/input/input-ref.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<input>
|
||||
</body>
|
||||
</html>
|
@ -5,9 +5,7 @@
|
||||
== placeholder-empty-string.html placeholder-empty-string-ref.html
|
||||
== placeholder-complex.html placeholder-complex-ref.html
|
||||
== placeholder-add.html placeholder-simple-ref.html
|
||||
# On tinderbox, this test doesn't pass on Linux machines, see bug 590418.
|
||||
# Even if it pass on my GNU/Linux system, it doesn't seem random on tinderbox.
|
||||
fails-if(gtk2Widget) == placeholder-removal.html data:text/html,<input>
|
||||
== placeholder-removal.html input-ref.html
|
||||
== placeholder-value-set.html placeholder-value-ref.html
|
||||
== placeholder-value-unset.html placeholder-simple-ref.html
|
||||
== placeholder-value-reset.html placeholder-simple-ref.html
|
||||
|
@ -5,7 +5,7 @@
|
||||
== placeholder-empty-string.html placeholder-empty-string-ref.html
|
||||
== placeholder-complex.html placeholder-complex-ref.html
|
||||
== placeholder-add.html placeholder-simple-ref.html
|
||||
== placeholder-removal.html data:text/html,<textarea></textarea>
|
||||
== placeholder-removal.html textarea-ref.html
|
||||
== placeholder-value-set.html placeholder-value-ref.html
|
||||
== placeholder-value-unset.html placeholder-simple-ref.html
|
||||
== placeholder-value-reset.html placeholder-simple-ref.html
|
||||
|
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<textarea></textarea>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user