| Index: third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-legend.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-legend.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-legend.html
|
| deleted file mode 100644
|
| index dbfc01ac06a972c523bf14f425fb4178da4ddc66..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-legend.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <script>
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - }
|
| - </script>
|
| -</head>
|
| -<body>
|
| - <p>
|
| - This test confirms that <kbd>legend</kbd> element can be made inline.
|
| - The next two sentences should be on the same line.
|
| - </p>
|
| - <form>
|
| - <fieldset>
|
| - <legend style="display:inline">Mary had a little lamb.</legend>
|
| - It was white as snow.
|
| - </fieldset>
|
| - </form>
|
| -</body>
|
| -</html>
|
|
|