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

Unified Diff: LayoutTests/accessibility/calling-accessibility-methods-with-pending-layout-causes-crash-expected.txt

Issue 465143003: Assert if we try to access another AX attribute while a layout is pending. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 4 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/calling-accessibility-methods-with-pending-layout-causes-crash-expected.txt
diff --git a/LayoutTests/accessibility/calling-accessibility-methods-with-pending-layout-causes-crash-expected.txt b/LayoutTests/accessibility/calling-accessibility-methods-with-pending-layout-causes-crash-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..be7ecc113bb4130f4f2b971fa158ace82687dd12
--- /dev/null
+++ b/LayoutTests/accessibility/calling-accessibility-methods-with-pending-layout-causes-crash-expected.txt
@@ -0,0 +1,9 @@
+Changing the display of a link from inline to block invalidates layout, but doesn't trigger a layout right away. Ensure that accessing the accessibility object's text before the layout happens doesn't cause a crash.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698