Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/history/the-history-interface/history_pushstate_err.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/history/the-history-interface/history_pushstate_err.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/history/the-history-interface/history_pushstate_err.html |
deleted file mode 100644 |
index 1a4446215f9e9274163425d6582fc196ad4e0f00..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/history/the-history-interface/history_pushstate_err.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<!DOCTYPE HTML> |
-<html> |
- <head> |
- <title>history_pushState SECURITY_ERR</title> |
- <script src="../../../../../../resources/testharness.js"></script> |
- <script src="../../../../../../resources/testharnessreport.js"></script> |
- </head> |
- <body> |
- <div id="log"></div> |
- <script> |
- test(function () { |
- assert_throws("SecurityError", function () { |
- window.history.pushState(1, document.title, 'http://www.microsoft.com/test.html'); |
- }); |
- }, "history pushState SECURITY_ERR"); |
- </script> |
- </body> |
-</html> |