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

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

Issue 11840004: Merge 139029 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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/text-use-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 xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body> 2 <body>
3 <svg viewBox="0 0 480 360" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="htt p://www.w3.org/2000/svg"> 3 <svg viewBox="0 0 480 360" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="htt p://www.w3.org/2000/svg">
4 <text font-size="58em" id="target">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXX</text> 4 <text font-size="58em" id="target">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXX</text>
5 <use xlink:href="#target"></use> 5 <use xlink:href="#target"></use>
6 </svg> 6 </svg>
7 <script><![CDATA[ 7 <script><![CDATA[
8 if (window.testRunner) { 8 if (window.testRunner) {
9 testRunner.waitUntilDone(); 9 testRunner.waitUntilDone();
10 testRunner.dumpAsText(); 10 testRunner.dumpAsText();
(...skipping 13 matching lines...) Expand all
24 keyDownMouseClick(266, 322, 0, 0); 24 keyDownMouseClick(266, 322, 0, 0);
25 target.setAttribute("requiredFeatures", "unknown_feature"); 25 target.setAttribute("requiredFeatures", "unknown_feature");
26 keyDownMouseClick(226, 322, 0, 0); 26 keyDownMouseClick(226, 322, 0, 0);
27 27
28 document.body.innerHTML = "PASS"; 28 document.body.innerHTML = "PASS";
29 testRunner.notifyDone(); 29 testRunner.notifyDone();
30 30
31 ]]></script> 31 ]]></script>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/text-use-click-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698