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 6219b147008ad7de17dff79be53457787c23a809..922f93a5c9a4b61420faab84f93b353374368a89 100644 |
| --- a/Source/web/tests/data/touch-action-simple.html |
| +++ b/Source/web/tests/data/touch-action-simple.html |
| @@ -28,7 +28,7 @@ |
| </div> |
| <p>Below case is broken, should be AUTO - <a href='http://crbug.com/319479'>Bug 319479</a></p> |
|
Rick Byers
2014/02/17 14:43:52
Remove this line (no longer a bug here).
|
| <div class='ta-none' style='height: 0; margin-bottom: 100px'> |
|
Rick Byers
2014/02/17 14:43:52
We should add a similar test case for SVG (and pro
|
| - <span expected-action='none'> |
| + <span expected-action='auto'> |
| touch-action should not be inherited by inline elements |
| <div expected-action='none'>But is inherited by any block descendants of them</div> |
| </span> |