Index: Source/WebKit/chromium/tests/data/shadow_dom_test.html |
diff --git a/Source/WebKit/chromium/tests/data/shadow_dom_test.html b/Source/WebKit/chromium/tests/data/shadow_dom_test.html |
deleted file mode 100644 |
index af971408c97d37fba9fd6e01a2c37074f3e4f523..0000000000000000000000000000000000000000 |
--- a/Source/WebKit/chromium/tests/data/shadow_dom_test.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<!doctype html> |
-<!-- |
- * Copyright (c) 2013 The Chromium Authors. All rights reserved. Use of this |
- * source code is governed by a BSD-style license that can be found in the |
- * LICENSE file. |
---> |
-<html> |
-<head> |
- <script type="text/javascript"> |
- window.addEventListener('load', function(e) { |
- // Give one of the elements a shadow root. |
- document.getElementById('shadowroot').webkitCreateShadowRoot(); |
- }); |
- </script> |
-</head> |
-<body> |
- <webview id="noshadowroot"></webview> |
- <webview id="shadowroot"></webview> |
-</body> |
-</html> |
- |