summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/checkbox/radio-stretched-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/input/checkbox/radio-stretched-ref.html')
-rw-r--r--layout/reftests/forms/input/checkbox/radio-stretched-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/checkbox/radio-stretched-ref.html b/layout/reftests/forms/input/checkbox/radio-stretched-ref.html
new file mode 100644
index 0000000000..2f2532c0b4
--- /dev/null
+++ b/layout/reftests/forms/input/checkbox/radio-stretched-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<body>
+
+<form>
+ <input type="checkbox"/>
+ <input type="radio"/>
+</form>
+
+</body>
+</html>