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

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

Issue 2558683002: Revert of Support margin-top for legend in fieldset. (Closed)
Patch Set: rebaseline Created 4 years 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
deleted file mode 100644
index 0349290161566e950375e2b2f716ac1070b80a56..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/fieldset/legend-margin-before-in-fieldset.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<!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