Index: third_party/WebKit/LayoutTests/fast/forms/fieldset-legend-padding-unclipped-fieldset-border.html |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset-legend-padding-unclipped-fieldset-border.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset-legend-padding-unclipped-fieldset-border.html |
deleted file mode 100644 |
index fc4dc8238d4897b8bc995b1b7a04ef26d0394cef..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/forms/fieldset-legend-padding-unclipped-fieldset-border.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <style type="text/css"> |
- fieldset legend{ |
- padding: 17px; |
- border : 1px solid blue; |
- } |
- </style> |
- </head> |
- <body> |
- <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=78684">78684</a>: Layout issue with fieldset legend element </p> |
- <p> For this test to pass, you should see a full border with out any clipping, especially under blue box(legend element). </p> |
- <form> |
- <fieldset> |
- <legend> |
- </legend> |
- </fieldset> |
- </form> |
- </body> |
-</html> |