summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/fieldset-height-resize-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/fieldset/fieldset-height-resize-1-ref.html')
-rw-r--r--layout/reftests/forms/fieldset/fieldset-height-resize-1-ref.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/layout/reftests/forms/fieldset/fieldset-height-resize-1-ref.html b/layout/reftests/forms/fieldset/fieldset-height-resize-1-ref.html
new file mode 100644
index 0000000000..3a707d21aa
--- /dev/null
+++ b/layout/reftests/forms/fieldset/fieldset-height-resize-1-ref.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <title>Testcase, bug 1576864</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <style>
+
+ fieldset {
+ background: aqua;
+ color: black;
+ position: absolute;
+ top: 20px;
+ left: 20px;
+ }
+
+ </style>
+
+</head>
+<body>
+
+<fieldset id="set" style="width:200px; height:200px;">
+ This should be in a square.
+</fieldset>
+
+</body>
+</html>