| Index: LayoutTests/accessibility/loading-iframe-sends-notification-expected.txt
|
| diff --git a/LayoutTests/accessibility/loading-iframe-sends-notification-expected.txt b/LayoutTests/accessibility/loading-iframe-sends-notification-expected.txt
|
| index 74b560dd0f3b8acbf8cb3a4f546f97a81a198979..b48048d63830ee8324145dc4c6a8c5f98827aedf 100644
|
| --- a/LayoutTests/accessibility/loading-iframe-sends-notification-expected.txt
|
| +++ b/LayoutTests/accessibility/loading-iframe-sends-notification-expected.txt
|
| @@ -10,10 +10,9 @@ This tests that when an iframe finishes loading, it sends a notification.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS accessibilityController.accessibleElementById('innerbutton') != null is false
|
| -Got notification on iframe.
|
| -PASS accessibilityController.accessibleElementById('innerbutton') != null is true
|
| -PASS gotIframeNotification is true
|
| +PASS accessibilityController.accessibleElementById('innerbutton') is undefined.
|
| +Got notification: LayoutComplete on grand child of InnerFrame.
|
| +PASS accessibilityController.accessibleElementById('innerbutton') is not null
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|