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

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

Issue 2447843002: Revert "Allow to set display "inline" on legend element" (Closed)
Patch Set: Created 4 years, 2 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-legend.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html
similarity index 66%
rename from third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-legend.html
rename to third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html
index dbfc01ac06a972c523bf14f425fb4178da4ddc66..48d805ca2512f0cbf85e5f94295ad97b52e1a6a9 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-legend.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
<html>
<head>
<script>
@@ -9,8 +8,8 @@
</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.
+ 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>
« 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