Chromium Code Reviews| 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; |
| } |