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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/internals/scriptprocessornode-premature-death.html

Issue 2815493002: Move layout tests that use 'js-test.js' to |internals| directory (Closed)
Patch Set: Path fixed Created 3 years, 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../resources/js-test.js"></script> 2 <script src="../../resources/js-test.js"></script>
3 <body> 3 <body>
4 <script> 4 <script>
5 description('Tests that a script processor node is not prematurely GCed'); 5 description('Tests that a script processor node is not prematurely GCed');
6 var jsTestIsAsync = true; 6 var jsTestIsAsync = true;
7 7
8 if (!window.internals) { 8 if (!window.internals) {
9 testFailed('This test requires window.internals.'); 9 testFailed('This test requires window.internals.');
10 finishJSTest(); 10 finishJSTest();
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 } 78 }
79 79
80 function step2() { 80 function step2() {
81 test(false, finishJSTest); 81 test(false, finishJSTest);
82 } 82 }
83 83
84 step1(); 84 step1();
85 85
86 var successfullyParsed = true; 86 var successfullyParsed = true;
87 </script> 87 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698