summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html')
-rw-r--r--layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html b/layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html
new file mode 100644
index 0000000000..02266912a3
--- /dev/null
+++ b/layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html
@@ -0,0 +1,7 @@
+<style>
+#s {
+ margin: 50px;
+}
+</style>
+
+<input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>