Index: third_party/WebKit/LayoutTests/fast/replaced/input-radio-height-inside-auto-container.html |
diff --git a/third_party/WebKit/LayoutTests/fast/replaced/input-radio-height-inside-auto-container.html b/third_party/WebKit/LayoutTests/fast/replaced/input-radio-height-inside-auto-container.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9bb87842628c6111557bc735d88f1b3d69023805 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/replaced/input-radio-height-inside-auto-container.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<p> crbug.com/669867: Inputs and radio boxes get a height of 0 when their container'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> |
+<div><input type="checkbox" style="height: 100%;"><div> |
+<div style="display:table-cell;"><input type="checkbox" style="height: 100%;"><div> |
+<table><tr><td><input type="checkbox" style="height: 100%;"></td></tr></table> |
+<div><input type="radio" style="height: 100%;"><div> |
+<div style="display:table-cell;"><input type="radio" style="height: 100%;"><div> |
+<table><tr><td><input type="radio" style="height: 100%;"></td></tr></table> |