| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/history/the-location-interface/location_search.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/history/the-location-interface/location_search.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/history/the-location-interface/location_search.html
|
| deleted file mode 100644
|
| index d7071ace03cef05141b651824b0ff36a37bb20f6..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/history/the-location-interface/location_search.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| - <head>
|
| - <title>location_search</title>
|
| - <script src="../../../../../../resources/testharness.js"></script>
|
| - <script src="../../../../../../resources/testharnessreport.js"></script>
|
| - </head>
|
| - <body>
|
| - <div id="log"></div>
|
| - <script>
|
| - test(function () {
|
| - window.history.pushState(1, document.title, '?x=1');
|
| - var search = location.search;
|
| -
|
| - assert_equals(search, "?x=1", "search");
|
| -
|
| - }, "location search");
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|