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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html

Issue 1581173003: Allow to set display "inline" on legend element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix crash and modify test case Created 4 years, 11 months 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html
deleted file mode 100644
index 48d805ca2512f0cbf85e5f94295ad97b52e1a6a9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-<head>
- <script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- }
- </script>
-</head>
-<body>
- <p>
- This test confirms that <kbd>legend</kbd> element can not be made inline.
- The next two sentences should be on separate lines.
- </p>
- <form>
- <fieldset>
- <legend style="display:inline">Mary had a little lamb.</legend>
- It was white as snow.
- </fieldset>
- </form>
-</body>
-</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698