Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / tests / data / touch-action-tests.css
old mode 100755 (executable)
new mode 100644 (file)
index 4daacce..b945ac3
@@ -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;
 }