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

Side by Side Diff: LayoutTests/svg/custom/use-invalidate-click-crash.xhtml

Issue 12084050: Merge 140520 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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/use-invalidate-click-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 <html> 1 <html>
2 <body id="body"> 2 <body id="body">
3 <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/sv g"> 3 <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/sv g">
4 4
5 <symbol id="target"> 5 <symbol id="target">
6 <text font-size="172cm">YYYYYYYYY</text> 6 <text font-size="172cm">YYYYYYYYY</text>
7 </symbol> 7 </symbol>
8 <use xlink:href="#target"></use> 8 <use xlink:href="#target"></use>
9 9
10 <script><![CDATA[ 10 <script><![CDATA[
(...skipping 12 matching lines...) Expand all
23 var target = document.getElementById("target"); 23 var target = document.getElementById("target");
24 keyDownMouseClick(333, 357, 155, 174); 24 keyDownMouseClick(333, 357, 155, 174);
25 target.textContent = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; 25 target.textContent = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
26 keyDownMouseClick(115, 317, -16, -2); 26 keyDownMouseClick(115, 317, -16, -2);
27 27
28 document.getElementById("body").textContent = "PASS" 28 document.getElementById("body").textContent = "PASS"
29 ]]></script> 29 ]]></script>
30 </svg> 30 </svg>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/use-invalidate-click-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698