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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float-expected.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
Index: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float-expected.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..0699fe2bcbd977f77375f3b7f5857db796c50e94
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<style>
+ #legend {
+ float: left;
+ }
+</style>
+
+This should display fieldset with the legend that is styled as a left float.
+
+<div id="fieldset">
+ <div id="legend">Left floating legend</legend>
+</div>

Powered by Google App Engine
This is Rietveld 408576698