Index: third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-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-legend.html |
similarity index 66% |
rename from third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html |
rename to third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-legend.html |
index 48d805ca2512f0cbf85e5f94295ad97b52e1a6a9..dbfc01ac06a972c523bf14f425fb4178da4ddc66 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html |
+++ b/third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-legend.html |
@@ -1,3 +1,4 @@ |
+<!DOCTYPE html> |
<html> |
<head> |
<script> |
@@ -8,8 +9,8 @@ |
</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. |
+ 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> |