| 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>
|
|
|