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

Side by Side Diff: LayoutTests/svg/custom/g-outside-svg.html

Issue 3419008: Merge 67236 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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/custom/g-outside-svg-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 <script> 1 <script>
2 if (window.layoutTestController) 2 if (window.layoutTestController)
3 layoutTestController.dumpAsText(); 3 layoutTestController.dumpAsText();
4 </script> 4 </script>
5 The SVG in the below frame should not render or crash.</br> 5 The SVG in the below frame should not render or crash.</br>
6 <iframe src='data:application/xhtml+xml, 6 <iframe src='data:application/xhtml+xml,
7 &lt;svg:g xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;&gt; 7 &lt;svg:g xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;&gt;
8 &lt;text&gt; 8 &lt;text&gt;
9 FAIL 9 FAIL
10 &lt;/text&gt; 10 &lt;/text&gt;
11 &lt;/svg:g&gt;' 11 &lt;/svg:g&gt;'
12 ></iframe> 12 ></iframe>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/g-outside-svg-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698