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

Side by Side Diff: LayoutTests/svg/custom/stale-resource-data-crash.svg

Issue 11316291: Merge 135719 (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/stale-resource-data-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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg id="svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.or g/2000/svg"> 2 <svg id="svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.or g/2000/svg">
3 <defs id="defs"> 3 <defs id="defs">
4 <filter id="f1"> 4 <filter id="f1">
5 <feDiffuseLighting> 5 <feDiffuseLighting>
6 <feDistantLight azimuth="45" id="light"/> 6 <feDistantLight azimuth="45" id="light"/>
7 </feDiffuseLighting> 7 </feDiffuseLighting>
8 </filter> 8 </filter>
9 <filter id="f2"/> 9 <filter id="f2"/>
10 </defs> 10 </defs>
(...skipping 12 matching lines...) Expand all
23 // Force a paint at this point to generate cached filter results. 23 // Force a paint at this point to generate cached filter results.
24 testRunner.display(); 24 testRunner.display();
25 } 25 }
26 26
27 docElement.appendChild(newDefs); 27 docElement.appendChild(newDefs);
28 docElement.appendChild(f2); 28 docElement.appendChild(f2);
29 docElement.offsetTop; 29 docElement.offsetTop;
30 light.removeAttribute('azimuth'); 30 light.removeAttribute('azimuth');
31 </script> 31 </script>
32 </svg> 32 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/stale-resource-data-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698