Index: third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-with-before-border-horizontal-mode.html |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-with-before-border-horizontal-mode.html b/third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-with-before-border-horizontal-mode.html |
deleted file mode 100644 |
index 572bd0eea3475321734c93a17ec5282617e88cd7..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-with-before-border-horizontal-mode.html |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
- legend { |
- background: #fc0; |
- margin-bottom: 50px; |
- font: 10px Ahem; |
- } |
- fieldset { |
- border-top: 70px solid #ddd; |
- background: #ddd; |
- } |
- p { margin-top: 0px; } |
-</style> |
-<body> |
-<div>bug <a href="https://bugs.webkit.org/show_bug.cgi?id=35981">35981</a>: Can't apply a bottom-margin to the legend element</div> |
-<form> |
- <fieldset> |
- <legend>xxxx</legend> |
- <p>There should be a 20px gap above to account for the margin bottom collapsing into the fieldset before border.</p> |
- </fieldset> |
-</form> |
-</body> |
-</html> |