Index: LayoutTests/accessibility/image-map1-expected.txt |
diff --git a/LayoutTests/accessibility/image-map1-expected.txt b/LayoutTests/accessibility/image-map1-expected.txt |
index 5f7cd541928cc20e0a7023b1d86f8844e43860e9..32da03f38d27bc711d22f81e79629538ffad5738 100644 |
--- a/LayoutTests/accessibility/image-map1-expected.txt |
+++ b/LayoutTests/accessibility/image-map1-expected.txt |
@@ -4,12 +4,12 @@ This tests that you can reach the links within an image map. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS body.childAtIndex(0).role is 'AXRole: AXLink' |
-PASS body.childAtIndex(0).title is 'AXTitle: Link1' |
-PASS body.childAtIndex(1).role is 'AXRole: AXLink' |
-PASS body.childAtIndex(1).title is 'AXTitle: Link2' |
-PASS body.childAtIndex(2).role is 'AXRole: AXLink' |
-PASS body.childAtIndex(2).title is 'AXTitle: Link3' |
+PASS body.childAtIndex(3).role is 'AXRole: AXLink' |
+PASS body.childAtIndex(3).title is 'AXTitle: Link1' |
+PASS body.childAtIndex(4).role is 'AXRole: AXLink' |
+PASS body.childAtIndex(4).title is 'AXTitle: Link2' |
+PASS body.childAtIndex(5).role is 'AXRole: AXLink' |
+PASS body.childAtIndex(5).title is 'AXTitle: Link3' |
PASS successfullyParsed is true |
TEST COMPLETE |