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

Unified Diff: sky/engine/web/tests/data/touch-action-shadow-dom.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
« no previous file with comments | « sky/engine/web/tests/data/touch-action-pan.html ('k') | sky/engine/web/tests/data/touch-action-simple.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/tests/data/touch-action-shadow-dom.html
diff --git a/sky/engine/web/tests/data/touch-action-shadow-dom.html b/sky/engine/web/tests/data/touch-action-shadow-dom.html
deleted file mode 100644
index 855a583312af629bc8d0b1bb1b92daf5c307a82a..0000000000000000000000000000000000000000
--- a/sky/engine/web/tests/data/touch-action-shadow-dom.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<link rel='stylesheet' type='text/css' href='touch-action-tests.css'>
-<script src='touch-action-tests.js'></script>
-
-<!--
- Test a bunch of cases involving shadow DOM.
--->
-<div shadow-host></div>
-<div make-shadow-dom>
- <div expected-action='auto'>
- Default touch-action is still auto inside shadow DOM
- </div>
-</div>
-
-<div shadow-host></div>
-<div make-shadow-dom>
- <div class='ta-none' expected-action='none'>
- touch-action: none still applies inside shadow DOM
- </div>
-</div>
-
-<div class='ta-none' shadow-host></div>
-<div make-shadow-dom>
- <div expected-action='none'>
- touch-action: none applies across shadow DOM boundary
- </div>
-</div>
-
-<div shadow-host>
- <div expected-action='none'>
- touch-action: none applies as part of projection
- </div>
-</div>
-<div make-shadow-dom>
- <div class='ta-none'>
- <content></content>
- </div>
-</div>
-
« no previous file with comments | « sky/engine/web/tests/data/touch-action-pan.html ('k') | sky/engine/web/tests/data/touch-action-simple.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698