Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1308)

Unified Diff: Source/web/tests/data/touch-action-simple.html

Issue 26390004: Rework SVG sizing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mishap during rebase in svg.css Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Source/core/css/svg.css ('K') | « Source/core/xml/XMLErrors.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« Source/core/css/svg.css ('K') | « Source/core/xml/XMLErrors.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698