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

Unified Diff: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-searchParams.html

Issue 143313002: Implement URLSearchParams. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 4 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: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-searchParams.html
diff --git a/LayoutTests/fast/dom/HTMLElement/class-list-gc.html b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-searchParams.html
similarity index 61%
copy from LayoutTests/fast/dom/HTMLElement/class-list-gc.html
copy to LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-searchParams.html
index d954603e47f83d5a1653f9d16c9852a5b38c4c73..d3c871f72912385f2b9b3922d1a306f9ff53afc3 100644
--- a/LayoutTests/fast/dom/HTMLElement/class-list-gc.html
+++ b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-searchParams.html
@@ -4,6 +4,6 @@
<script src="../../../resources/js-test.js"></script>
</head>
<body>
-<script src="script-tests/class-list-gc.js"></script>
+<script src="script-tests/set-href-attribute-searchParams.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698