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

Unified Diff: LayoutTests/accessibility/adopt-node-causes-crash-expected.txt

Issue 539603002: adoptNode wasn't clearing the accessibility cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add doctype, get rid of <html>, <head>, <body> Created 6 years, 3 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
« no previous file with comments | « LayoutTests/accessibility/adopt-node-causes-crash.html ('k') | Source/core/dom/TreeScopeAdopter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/adopt-node-causes-crash-expected.txt
diff --git a/LayoutTests/accessibility/adopt-node-causes-crash-expected.txt b/LayoutTests/accessibility/adopt-node-causes-crash-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7dc42eb659b44714be5f137c16ba07cc54951643
--- /dev/null
+++ b/LayoutTests/accessibility/adopt-node-causes-crash-expected.txt
@@ -0,0 +1,9 @@
+Ensure that if we have an AXNodeObject with a raw pointer to a Node, the accessible object gets correctly detached if we adopt the node into a new document.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/accessibility/adopt-node-causes-crash.html ('k') | Source/core/dom/TreeScopeAdopter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698