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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/replaced/input-radio-height-inside-auto-container.html

Issue 2535173006: Percent height border-box content should get correct height in percent height cells (Closed)
Patch Set: bug 669867 Created 4 years 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p> crbug.com/669867: Inputs and radio boxes get a height of 0 when their contai ner's height is treated as auto. There should be nothing below on Linux and Win. The theme on Mac gives them a full height.</p>
3 <div><input type="checkbox" style="height: 100%;"><div>
4 <div style="display:table-cell;"><input type="checkbox" style="height: 100%;"><d iv>
5 <table><tr><td><input type="checkbox" style="height: 100%;"></td></tr></table>
6 <div><input type="radio" style="height: 100%;"><div>
7 <div style="display:table-cell;"><input type="radio" style="height: 100%;"><div>
8 <table><tr><td><input type="radio" style="height: 100%;"></td></tr></table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698