| Index: third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-horizontal-writing-mode-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-horizontal-writing-mode-expected.html b/third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-horizontal-writing-mode-expected.html
|
| deleted file mode 100644
|
| index b3065d1e11409a49957bea1271362e55d955e112..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-horizontal-writing-mode-expected.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| - legend {
|
| - background: #fc0;
|
| - }
|
| - fieldset { background: #ddd; }
|
| - p { margin-top: 50px; }
|
| -</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>Legend</legend>
|
| - <p>There should be a 50px gap above to account for the margin-bottom on the legend.</p>
|
| - </fieldset>
|
| -</form>
|
| -</body>
|
| -</html>
|
|
|