Index: third_party/WebKit/LayoutTests/fast/forms/fieldset/legend-margin-before-in-fieldset.html |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset/legend-margin-before-in-fieldset.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset/legend-margin-before-in-fieldset.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0349290161566e950375e2b2f716ac1070b80a56 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/forms/fieldset/legend-margin-before-in-fieldset.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<script src="../../../resources/check-layout.js"></script> |
+<fieldset id="fieldset"> |
+ <legend data-offset-y="108" style="margin-top: 100px">Legend in fieldset</legend> |
+</fieldset> |
+<script> |
+ checkLayout("#fieldset"); |
+</script> |