OLD | NEW |
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 Loading... |
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> |
OLD | NEW |