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

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

Issue 2560913002: Revert "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
deleted file mode 100644
index 0699fe2bcbd977f77375f3b7f5857db796c50e94..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!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