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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-pseudo-valid-style.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/fieldset/fieldset-pseudo-valid-style.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset-pseudo-valid-style.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-pseudo-valid-style.html
similarity index 99%
rename from third_party/WebKit/LayoutTests/fast/forms/fieldset-pseudo-valid-style.html
rename to third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-pseudo-valid-style.html
index 8929f603cf1e97e247a8678c0a4d92c2fabfbc0d..e9b11f9e49cc4e490320bd6b3e5029cf089f01e4 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/fieldset-pseudo-valid-style.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-pseudo-valid-style.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<script src="../../resources/js-test.js"></script>
+<script src="../../../resources/js-test.js"></script>
<style>
:invalid { background: rgb(255, 0, 0); }
:valid { background: rgb(0, 255, 0); }

Powered by Google App Engine
This is Rietveld 408576698