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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset-align.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/fieldset-legend-padding-unclipped-fieldset-border.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-align.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset-align.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset-align.html
deleted file mode 100644
index b569def89ff4da4f3f808a3bbe76703498ac0eb8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/fieldset-align.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<html>
-<head>
-</head>
-<body>
-<p>Legend align test</p>
-<fieldset>
-<legend align="left">My Legend left</legend> <input/>
-</fieldset>
-<fieldset>
-<legend align="center">My Legend center</legend> <input/>
-</fieldset>
-<fieldset>
-<legend align="right">My Legend right</legend> <input/>
-</fieldset>
-<fieldset>
-<legend>My Legend default</legend> <input/>
-</fieldset>
-<hr>
-<p>Legend align test, RTL</p>
-<span dir="RTL">
-<fieldset>
-<legend align="left">My Legend left</legend> <input/>
-</fieldset>
-<fieldset>
-<legend align="center">My Legend center</legend> <input/>
-</fieldset>
-<fieldset>
-<legend align="right">My Legend right</legend> <input/>
-</fieldset>
-<fieldset>
-<legend>My Legend default</legend> <input/>
-</fieldset>
-</span>
-<hr>
-<p>Legend align test with margin and padding</p>
-<fieldset style="margin: 15px; padding: 15px">
-<legend align="left">My Legend left</legend> <input/>
-</fieldset>
-<fieldset style="margin: 15px; padding: 15px">
-<legend align="center">My Legend center</legend> <input/>
-</fieldset>
-<fieldset style="margin: 15px; padding: 15px">
-<legend align="right">My Legend right</legend> <input/>
-</fieldset>
-<fieldset style="margin: 15px; padding: 15px">
-<legend>My Legend default</legend> <input/>
-</fieldset>
-<hr>
-<p>Legend align test with margin and padding, RTL</p>
-<span dir="RTL">
-<fieldset style="margin: 15px; padding: 15px">
-<legend align="left">My Legend left</legend> <input/>
-</fieldset>
-<fieldset style="margin: 15px; padding: 15px">
-<legend align="center">My Legend center</legend> <input/>
-</fieldset>
-<fieldset style="margin: 15px; padding: 15px">
-<legend align="right">My Legend right</legend> <input/>
-</fieldset>
-<fieldset style="margin: 15px; padding: 15px">
-<legend>My Legend default</legend> <input/>
-</fieldset>
-</span>
-</body>
-</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/fieldset-legend-padding-unclipped-fieldset-border.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698