Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/legend-margin-before-in-fieldset.html

Issue 2396813002: Support margin-top for legend in fieldset. (Closed)
Patch Set: Rebased to master. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698