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

Side by Side Diff: LayoutTests/fast/frames/reparent-in-unload-contentdocument.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 2
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 4
5 <div id="a"> 5 <div id="a">
6 <div id="b"> 6 <div id="b">
7 </div> 7 </div>
8 </div> 8 </div>
9 9
10 <div id="c"> 10 <div id="c">
11 </div> 11 </div>
12 12
13 <script> 13 <script>
(...skipping 21 matching lines...) Expand all
35 c.appendChild(b); 35 c.appendChild(b);
36 shouldNotBe('frame.contentDocument', 'null'); 36 shouldNotBe('frame.contentDocument', 'null');
37 isSuccessfullyParsed(); 37 isSuccessfullyParsed();
38 if (window.testRunner) 38 if (window.testRunner)
39 testRunner.notifyDone(); 39 testRunner.notifyDone();
40 }; 40 };
41 41
42 a.parentNode.removeChild(a); 42 a.parentNode.removeChild(a);
43 }; 43 };
44 </script> 44 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/frames/reattach-in-unload.html ('k') | LayoutTests/fast/frames/resources/frame-element-name.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698