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

Unified Diff: LayoutTests/http/tests/accessibility/slow-document-load-expected.txt

Issue 199693003: Send AXLayoutComplete even when document hasn't finished loading yet (reland) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 9 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/http/tests/accessibility/slow-document-load-expected.txt
diff --git a/LayoutTests/http/tests/accessibility/slow-document-load-expected.txt b/LayoutTests/http/tests/accessibility/slow-document-load-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6c9b38874a852e74c6f52e810724142f29c6ac19
--- /dev/null
+++ b/LayoutTests/http/tests/accessibility/slow-document-load-expected.txt
@@ -0,0 +1,11 @@
+This tests that accessibility events will be fired after the first layout, rather than only after the document loads.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS elapsedTime is >= 1000
+PASS gotLayoutCompleteBeforeOneSecond is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698