Chromium Code Reviews| Index: Source/web/tests/data/touch-action-simple.html |
| diff --git a/Source/web/tests/data/touch-action-simple.html b/Source/web/tests/data/touch-action-simple.html |
| index 1a066477e3f8bb4d5880f5ef0e01f2e44a725ef1..ce926586e0b0d1161b4e0ddf1c9c8f1e6ab0d38c 100644 |
| --- a/Source/web/tests/data/touch-action-simple.html |
| +++ b/Source/web/tests/data/touch-action-simple.html |
| @@ -39,9 +39,9 @@ |
| </span> |
| </div> |
| -<div class='ta-none' style='height: 0; margin-bottom: 50px'> |
| - <span expected-action='auto'> |
| - touch-action should not be inherited by inline elements |
| +<div class='ta-none' style='height: 0; margin-bottom: 100px'> |
| + <span expected-action='none'> |
| + touch-action should be inherited by inline elements.<br>Note this is different than IE(http://crbug.com/380203) |
|
Rick Byers
2014/06/13 20:45:40
nit: space before (
gnana
2014/06/16 05:20:48
Done.
|
| </span> |
| </div> |