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 f444314d58f368ae894502b5260481c8d2e19933..1a066477e3f8bb4d5880f5ef0e01f2e44a725ef1 100644 |
--- a/Source/web/tests/data/touch-action-simple.html |
+++ b/Source/web/tests/data/touch-action-simple.html |
@@ -56,7 +56,7 @@ |
</svg> |
<div class='ta-none' style='height: 0; margin-bottom: 50px'> |
- <svg expected-action='none' xmlns="http://www.w3.org/2000/svg"> |
+ <svg expected-action='none' xmlns="http://www.w3.org/2000/svg" height="100%"> |
eseidel
2014/04/18 16:12:49
Why is this needed? height=100% is default for SV
davve
2014/04/18 17:24:32
See reply to other issue. Height should not 100% b
|
touch-action should be inherited by svg root element |
</svg> |
</div> |