Index: LayoutTests/fast/forms/week/week-appearance-basic.html |
diff --git a/LayoutTests/fast/forms/week/week-appearance-basic.html b/LayoutTests/fast/forms/week/week-appearance-basic.html |
index 7a1a14be2d078a878ba1fbb0f9884d4ed0ac12fd..ce9d1a8f225533b9619ef5b118d28574233e77f0 100644 |
--- a/LayoutTests/fast/forms/week/week-appearance-basic.html |
+++ b/LayoutTests/fast/forms/week/week-appearance-basic.html |
@@ -21,6 +21,7 @@ if (window.testRunner) |
<li>font-size with fixed input width: <input type="week" value="1982-W25" style="font-size: 20pt; width: 14em;"></li> |
<li>Fixed input height: <input type="week" value="1982-W25" style="height: 4em;"></li> |
<li>-webkit-appearance:none: <input type="week" value="1982-W25" style="-webkit-appearance: none;"></li> |
+ <li>padding: <input type="week" value="1982-W25" style="padding: 20px"></li> |
</ul> |
</body> |
</html> |