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

Side by Side Diff: LayoutTests/svg/dom/use-style-recalc-script-execute-crash.html

Issue 7163002: Merge 88549 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 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/dom/use-style-recalc-script-execute-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 Test passes if it does not crash and "script" inside "rect" does not execute. 3 Test passes if it does not crash and "script" inside "rect" does not execute.
4 <script> 4 <script>
5 if (window.layoutTestController) 5 if (window.layoutTestController)
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 </script> 7 </script>
8 <svg> 8 <svg>
9 <g> 9 <g>
10 <use xlink:href="#test"/> 10 <use xlink:href="#test"/>
11 <rect id="test"> 11 <rect id="test">
12 <script> 12 <script>
13 document.body.innerHTML = "FAIL"; 13 document.body.innerHTML = "FAIL";
14 </script> 14 </script>
15 </rect> 15 </rect>
16 </g> 16 </g>
17 </svg> 17 </svg>
18 </html> 18 </html>
19 19
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/dom/use-style-recalc-script-execute-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698