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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-location-interface/location-stringifier.html

Issue 2400923003: Import more tests of web-platform-tests. (Closed)
Patch Set: Skip html/infrastructure/urls/terminology-0/document-base-url.html Created 4 years, 2 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/imported/wpt/html/browsers/history/the-location-interface/location-stringifier.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-detach.html b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-location-interface/location-stringifier.html
similarity index 51%
copy from third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-detach.html
copy to third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-location-interface/location-stringifier.html
index ac35d71369a21f611c89f034b1b0f351d95994a7..d23323b3731fbc408f378b9af114dff81bfa67e2 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-detach.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-location-interface/location-stringifier.html
@@ -1,14 +1,11 @@
<!DOCTYPE html>
-<title>Range.detach</title>
+<title>Location stringifier</title>
<link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
-<meta name=timeout content=long>
+<link rel="help" href="https://heycam.github.io/webidl/#es-stringifier">
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
+<script src=/common/stringifiers.js></script>
<div id=log></div>
<script>
-test(function() {
- var r = document.createRange();
- r.detach()
- r.detach()
-})
+test_stringifier_attribute(location, "href", true);
</script>

Powered by Google App Engine
This is Rietveld 408576698