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

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 test that was disabled on linux and stand alone svg in error mode 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/svg/SVGSVGElement.cpp ('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%">
touch-action should be inherited by svg root element
</svg>
</div>
« Source/core/svg/SVGSVGElement.cpp ('K') | « Source/core/xml/XMLErrors.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698