| Index: third_party/WebKit/LayoutTests/fast/forms/input-image-button-with-empty-value.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-image-button-with-empty-value.html b/third_party/WebKit/LayoutTests/fast/forms/input-image-button-with-empty-value.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c4712502fe753578b82b4a9490ff1f6b379f1fa0
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/input-image-button-with-empty-value.html
|
| @@ -0,0 +1,6 @@
|
| +<!DOCTYPE html>
|
| +<p>crbug.com/625604: Don't display fallback content when value attribute is empty rather than null. </p>
|
| +<input value="" type="image" style="background-image: url('data:image/gif;base64,R0lGODdhAgACAIABAAAAAP///ywAAAAAAgACAAACA0QCBQA7'); display: block;">
|
| +<input value="" type="image" style="display: block;">
|
| +
|
| +
|
|
|