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

Unified Diff: Source/web/tests/data/touch-action-tests.css

Issue 143993006: Remove applyAuthorStyles flag from ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to resolve conflict TestExpectation Created 6 years, 11 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 | « Source/core/dom/shadow/ShadowRoot.idl ('k') | Source/web/tests/data/touch-action-tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/touch-action-tests.css
diff --git a/Source/web/tests/data/touch-action-tests.css b/Source/web/tests/data/touch-action-tests.css
index b945ac35669cdbc2de1f059da8816c247d84b537..4daaccef0a18ec0dc690326065d4185dd4f89ffc 100755
--- a/Source/web/tests/data/touch-action-tests.css
+++ b/Source/web/tests/data/touch-action-tests.css
@@ -2,7 +2,7 @@
Use a class to apply touch-action so that we can easily manually check
the tests for consistent behavior on IE10 as well.
*/
-.ta-none {
+* ^^ .ta-none {
-ms-touch-action: none;
touch-action: none;
}
« no previous file with comments | « Source/core/dom/shadow/ShadowRoot.idl ('k') | Source/web/tests/data/touch-action-tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698