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

Side by Side Diff: LayoutTests/fast/dom/gc-dom-tree-lifetime.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 var testCases = [["div0", "div1", "div2"], 8 var testCases = [["div0", "div1", "div2"],
9 ["div0", "div2", "div1"], 9 ["div0", "div2", "div1"],
10 ["div1", "div0", "div2"], 10 ["div1", "div0", "div2"],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 globalDiv = div; 86 globalDiv = div;
87 shouldBeEqualToString('globalDiv.id', name); 87 shouldBeEqualToString('globalDiv.id', name);
88 shouldBeEqualToString('globalDiv.parentNode.id', name + "-parent"); 88 shouldBeEqualToString('globalDiv.parentNode.id', name + "-parent");
89 shouldBeEqualToString('globalDiv.firstChild.id', name + "-child"); 89 shouldBeEqualToString('globalDiv.firstChild.id', name + "-child");
90 globalDiv = null; 90 globalDiv = null;
91 gc(); 91 gc();
92 } 92 }
93 93
94 var successfullyParsed = true; 94 var successfullyParsed = true;
95 </script> 95 </script>
96 <script src="../js/resources/js-test-post.js"></script>
97 </body> 96 </body>
98 </html> 97 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/gc-attribute-node.html ('k') | LayoutTests/fast/dom/getElementById-consistency.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698