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

Side by Side Diff: LayoutTests/svg/custom/system-language-crash.html

Issue 10911109: Merge 126657 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 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/system-language-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 <body onload="runTest()"> 3 <body onload="runTest()">
4 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=94650 --> 4 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=94650 -->
5 <div>PASS: did not crash.</div> 5 <div>PASS: did not crash.</div>
6 <svg id="svg" xmlns="http://www.w3.org/2000/svg"> 6 <svg id="svg" xmlns="http://www.w3.org/2000/svg">
7 <text id="text"></text> 7 <text id="text"></text>
8 </svg> 8 </svg>
9 9
10 <script> 10 <script>
11 if (window.testRunner) 11 if (window.testRunner)
12 testRunner.dumpAsText(); 12 testRunner.dumpAsText();
13 13
14 function runTest() { 14 function runTest() {
15 document.getElementById('svg').systemLanguage.initialize("X"); 15 document.getElementById('svg').systemLanguage.initialize("X");
16 document.getElementById('text').systemLanguage.clear(); 16 document.getElementById('text').systemLanguage.clear();
17 } 17 }
18 </script> 18 </script>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/system-language-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698