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

Side by Side Diff: LayoutTests/svg/css/invalid-color-crash.svg

Issue 3521003: Merge 68340 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/css/invalid-color-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 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:/xlink"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:/xlink">
2 <script> 2 <script>
3 <![CDATA[ 3 <![CDATA[
4 if (window.layoutTestController) 4 if (window.layoutTestController)
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 ]]> 6 ]]>
7 </script> 7 </script>
8 <style type="text/css"> 8 <style type="text/css">
9 svg 9 svg
10 { 10 {
11 stop-color: initial; 11 stop-color: initial;
12 } 12 }
13 </style> 13 </style>
14 <text id="myText1" fill="green" x="0" y="0">PASS</text> 14 <text id="myText1" fill="green" x="0" y="0">PASS</text>
15 </svg> 15 </svg>
16 16
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/css/invalid-color-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698