Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: sky/engine/web/tests/data/shadow_dom_test.html

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/engine/web/tests/data/shadow_dom_test.html
diff --git a/sky/engine/web/tests/data/shadow_dom_test.html b/sky/engine/web/tests/data/shadow_dom_test.html
deleted file mode 100644
index c8b83f0946b158de4ecc58168cbeca4a2598ed96..0000000000000000000000000000000000000000
--- a/sky/engine/web/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').createShadowRoot();
- });
- </script>
-</head>
-<body>
- <webview id="noshadowroot"></webview>
- <webview id="shadowroot"></webview>
-</body>
-</html>
-
« no previous file with comments | « sky/engine/web/tests/data/setup_scrollbar_layer_crash.html ('k') | sky/engine/web/tests/data/short_scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698