Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/input-image-button-with-empty-value.html

Issue 2127093004: Don't treat an empty value attribute as null on image input types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@467579
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/input-image-button-with-empty-value-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>crbug.com/625604: Don't display fallback content when value attribute is empt y rather than null. </p>
3 <input value="" type="image" style="background-image: url('data:image/gif;base64 ,R0lGODdhAgACAIABAAAAAP///ywAAAAAAgACAAACA0QCBQA7'); display: block;">
4 <input value="" type="image" style="display: block;">
5
6
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/input-image-button-with-empty-value-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698