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

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

Issue 2843363002: Fix TouchActionTest so that it doesn't use /deep/ (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | third_party/WebKit/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: third_party/WebKit/Source/web/tests/data/touch-action-tests.css
diff --git a/third_party/WebKit/Source/web/tests/data/touch-action-tests.css b/third_party/WebKit/Source/web/tests/data/touch-action-tests.css
index 92a3a4b5b71f83d6d477ec93d4e5e9206b99fd95..d5a3041b21477daa61ac58c44b6fbeadc60b6284 100644
--- a/third_party/WebKit/Source/web/tests/data/touch-action-tests.css
+++ b/third_party/WebKit/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.
*/
-* /deep/ .ta-none {
+.ta-none {
-ms-touch-action: none;
touch-action: none;
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/tests/data/touch-action-tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698