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

Side by Side Diff: LayoutTests/fast/dom/custom/upgrade-candidate-adopt-crash.html

Issue 58533003: Move fast/js/resources files to resources. (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 <script src="../../js/resources/js-test-pre.js"></script> 2 <script src="../../../resources/js-test.js"></script>
3 <script src="testutils.js"></script> 3 <script src="testutils.js"></script>
4 <body> 4 <body>
5 <script> 5 <script>
6 description('Tests that an element is not upgraded after being moved to ' + 6 description('Tests that an element is not upgraded after being moved to ' +
7 'a different document, then destroyed'); 7 'a different document, then destroyed');
8 8
9 jsTestIsAsync = true; 9 jsTestIsAsync = true;
10 10
11 withFrame(function (frame) { 11 withFrame(function (frame) {
12 // Create an upgrade candidate. Don't wrap it. 12 // Create an upgrade candidate. Don't wrap it.
(...skipping 14 matching lines...) Expand all
27 document.register('x-a', {prototype: proto}); 27 document.register('x-a', {prototype: proto});
28 28
29 testPassed('Did not crash.'); 29 testPassed('Did not crash.');
30 30
31 frame.remove(); 31 frame.remove();
32 finishJSTest(); 32 finishJSTest();
33 }); 33 });
34 34
35 successfullyParsed = true; 35 successfullyParsed = true;
36 </script> 36 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/custom/unresolved-pseudoclass.html ('k') | LayoutTests/fast/dom/document-all-select.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698