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

Side by Side Diff: LayoutTests/accessibility/img-fallsback-to-title.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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body id="body"> 6 <body id="body">
7 7
8 <div role="group" tabindex="0" id="images"> 8 <div role="group" tabindex="0" id="images">
9 <img alt="" height="100" width="100"> 9 <img alt="" height="100" width="100">
10 <img title="test1" height="100" width="100"> 10 <img title="test1" height="100" width="100">
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 debug("Image4 description: " + image4.description); 47 debug("Image4 description: " + image4.description);
48 debug("Image4 help: " + image4.helpText + "<br>"); 48 debug("Image4 help: " + image4.helpText + "<br>");
49 49
50 // Verify that the first image (with an empty alt tag) is ignored 50 // Verify that the first image (with an empty alt tag) is ignored
51 // by checking the children count of the group containing the native ima ges == 2. 51 // by checking the children count of the group containing the native ima ges == 2.
52 shouldBe("imagesGroup.childAtIndex(0).childrenCount", "2"); 52 shouldBe("imagesGroup.childAtIndex(0).childrenCount", "2");
53 } 53 }
54 54
55 </script> 55 </script>
56 56
57 <script src="../fast/js/resources/js-test-post.js"></script>
58 </body> 57 </body>
59 </html> 58 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/img-aria-button-alt-tag.html ('k') | LayoutTests/accessibility/inert-node-is-hidden.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698