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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float.html

Issue 2550963002: Floating legend should be added to the fieldset's anonymous block. (Closed)
Patch Set: Created 4 years 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/fieldset-legend-float-expected.html » ('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/fieldset-legend-float.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float.html
new file mode 100644
index 0000000000000000000000000000000000000000..0606f8cf3e55389272ba5993deba01bd2f2f0493
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<style>
+ fieldset {
+ border: 0px;
+ padding: 0px;
+ margin: 0px;
+ }
+
+ legend {
+ float: left;
+ padding: 0px;
+ }
+</style>
+
+This should display fieldset with the legend that is styled as a left float.
+
+<fieldset>
+ <legend>Left floating legend</legend>
+</fieldset>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698