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

Side by Side Diff: LayoutTests/svg/custom/large-image-pattern-crash.html

Issue 11421227: Merge 136250 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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/custom/large-image-pattern-crash-expected.txt » ('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 <body> 3 <body>
4 <svg xmlns="http://www.w3.org/2000/svg"> 4 <svg xmlns="http://www.w3.org/2000/svg">
5 <pattern id="pattern" width="100" height="100"> 5 <pattern id="pattern" width="100" height="100">
6 <image height="40000" width="40000" xlink:href="data:image/svg+xml, 6 <image height="40000" width="40000" xlink:href="data:image/svg+xml,
7 <svg xmlns='http://www.w3.org/2000/svg'></svg> 7 <svg xmlns='http://www.w3.org/2000/svg'></svg>
8 "/> 8 "/>
9 </pattern> 9 </pattern>
10 <rect fill="url(#pattern)" height="300" width="400"/> 10 <rect fill="url(#pattern)" height="300" width="400"/>
11 <text>PASS: did not crash.</text> 11 <text>PASS: did not crash.</text>
12 12
13 <script> 13 <script>
14 if (window.testRunner) 14 if (window.testRunner)
15 testRunner.dumpAsText(); 15 testRunner.dumpAsText();
16 </script> 16 </script>
17 </svg> 17 </svg>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/large-image-pattern-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698