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

Side by Side Diff: LayoutTests/svg/as-image/img-zoom-svg-stylesheet.html

Issue 11369193: Merge 133155 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/as-image/img-zoom-svg-stylesheet-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <p>This test PASSES if you can hit &lt;Ctrl&gt;+ without crashing.</p> 3 <p>This test PASSES if you can hit &lt;Ctrl&gt;+ without crashing.</p>
4 <img style="width:10;height:10" src="resources/svg-stylesheet-for-zoom.svg" on load="zoomPage()"/> 4 <img style="width:10;height:10" src="resources/svg-stylesheet-for-zoom.svg" on load="zoomPage()"/>
5 <script> 5 <script>
6 function zoomPage() 6 function zoomPage()
7 { 7 {
8 if (window.eventSender) 8 if (window.eventSender)
9 eventSender.zoomPageIn(); 9 eventSender.zoomPageIn();
10 } 10 }
11 </script> 11 </script>
12 </html> 12 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/as-image/img-zoom-svg-stylesheet-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698