| 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..ed54e3bfb57b5d8b0abe8ae0a2601741f8e08585 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)
|
| </span>
|
| </div>
|
|
|
|
|