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

Unified Diff: third_party/WebKit/LayoutTests/html/document-metadata/base.html

Issue 2779203002: Move tests in fast/dom/HTML{Base,Head,Meta}Element/ to html/document-metadata/ (Closed)
Patch Set: Created 3 years, 9 months 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/html/document-metadata/base.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html b/third_party/WebKit/LayoutTests/html/document-metadata/base.html
similarity index 97%
rename from third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html
rename to third_party/WebKit/LayoutTests/html/document-metadata/base.html
index 5739008dc273538074c85c7842ed26d7ed338f43..c1221578a11dd7917c8656f1502b4265910ac6a0 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html
+++ b/third_party/WebKit/LayoutTests/html/document-metadata/base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<script src="../../../resources/js-test.js"></script>
+<script src="../../resources/js-test.js"></script>
<base href="foo/bar/">
<body></body>
<script>

Powered by Google App Engine
This is Rietveld 408576698