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

Side by Side Diff: LayoutTests/accessibility/image-map-update-parent-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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../resources/js-test.js"></script>
4 4
5 <script> 5 <script>
6 6
7 if (window.testRunner) 7 if (window.testRunner)
8 testRunner.waitUntilDone(); 8 testRunner.waitUntilDone();
9 9
10 function runAXTest() { 10 function runAXTest() {
11 11
12 12
13 description("This tests that an image map's hold on it's parent will be clear ed if the parent goes away."); 13 description("This tests that an image map's hold on it's parent will be clear ed if the parent goes away.");
(...skipping 20 matching lines...) Expand all
34 34
35 <img id="img" usemap="#map"><span></span> 35 <img id="img" usemap="#map"><span></span>
36 36
37 <script>setTimeout("runAXTest();", 1);</script> 37 <script>setTimeout("runAXTest();", 1);</script>
38 38
39 <p id="description"></p> 39 <p id="description"></p>
40 <div id="console"></div> 40 <div id="console"></div>
41 41
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/image-map-title-causes-crash.html ('k') | LayoutTests/accessibility/image-map1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698