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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-vertical-writing-mode.html

Issue 1528823002: Move tests related to <fieldset> and <legend> to fast/forms/fieldset. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/legend-after-margin-vertical-writing-mode.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-vertical-writing-mode.html b/third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-vertical-writing-mode.html
deleted file mode 100644
index baed177358e084bff892bcd88da0a209881c481b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/legend-after-margin-vertical-writing-mode.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- form {
- -webkit-writing-mode: vertical-lr;
- writing-mode: vertical-lr;
- }
- legend {
- background: #fc0;
- margin-right: 50px;
- }
- fieldset { background: #ddd; }
- p { margin-left: 0px; }
-</style>
-<body>
-<div>bug <a href="https://bugs.webkit.org/show_bug.cgi?id=35981">35981</a>: Can't apply a bottom-margin to the legend element</div>
-<form>
- <fieldset>
- <legend>Legend</legend>
- <p>There should be a 50px gap on the right to account for the margin-bottom on the legend.</p>
- </fieldset>
-</form>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698