| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/local_set_item_clear_iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/local_set_item_clear_iframe.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/local_set_item_clear_iframe.html
|
| deleted file mode 100644
|
| index 742b7dad1a323d931b9623a11c97f4e4ed423ea1..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/webstorage/resources/local_set_item_clear_iframe.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| - <body>
|
| - <script>
|
| - if (('localStorage' in window) && window.localStorage !== null){
|
| - try {
|
| - localStorage.setItem("name", "user1");
|
| - } catch (e) {
|
| - parent.fail("setItem method is failed.");
|
| - }
|
| - localStorage.clear();
|
| - } else {
|
| - parent.fail("localStorage is not supported.");
|
| - }
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|