summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/214077-1a.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/214077-1a.html')
-rw-r--r--layout/reftests/bugs/214077-1a.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/214077-1a.html b/layout/reftests/bugs/214077-1a.html
new file mode 100644
index 0000000000..5f3e2724e9
--- /dev/null
+++ b/layout/reftests/bugs/214077-1a.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+<head><style>
+ input { border-color: lime }
+</style></head>
+<body><form>
+<input type="image" src="solidblue.png" vspace="20" border="1">
+</form></body></html>