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

Side by Side Diff: LayoutTests/svg/custom/loadevents-async.html

Issue 10917095: Merge 125147 (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/loadevents-async-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 <head> 3 <head>
4 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 description("This test ensures that tree mutation on the load doesn't break cons istency."); 8 description("This test ensures that tree mutation on the load doesn't break cons istency.");
9 var invoked = false; 9 var invoked = false;
10 var spanElement = document.createElementNS("http://www.w3.org/1999/xhtml", "span "); 10 var spanElement = document.createElementNS("http://www.w3.org/1999/xhtml", "span ");
(...skipping 11 matching lines...) Expand all
22 jsTestIsAsync = true; 22 jsTestIsAsync = true;
23 setTimeout(function() { 23 setTimeout(function() {
24 shouldBeTrue("invoked"); 24 shouldBeTrue("invoked");
25 finishJSTest(); 25 finishJSTest();
26 }, 1); 26 }, 1);
27 27
28 </script> 28 </script>
29 <script src="../../fast/js/resources/js-test-post.js"></script> 29 <script src="../../fast/js/resources/js-test-post.js"></script>
30 <body> 30 <body>
31 </html> 31 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/loadevents-async-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698