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

Unified Diff: LayoutTests/accessibility/loading-iframe-sends-notification-expected.txt

Issue 210253003: Make data: urls always parse async (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix failing tests Created 6 years, 8 months 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698