| 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;
|
| }
|
|
|