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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/deleting-iframe-destroys-axcache-expected.txt

Issue 1761633002: One accessibility tree per frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix is-richly-editable test Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 Before
2
3 After
4
5 End of test
6
7 This tests that deleting an iframe doesn't cause the accessibility cache to be d estroyed and recreated.
8
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
10
11
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
16 Before:
17 AXRole: AXWebArea
18 AXRole: AXParagraph
19 AXRole: AXStaticText "Before"
20 AXRole: AXInlineTextBox "Before"
21 AXRole: AXGroup
22 AXRole: AXUnknown
23 AXRole: AXWebArea
24 AXRole: AXGroup
25 AXRole: AXButton "Click me"
26 AXRole: AXParagraph
27 AXRole: AXStaticText "After"
28 AXRole: AXInlineTextBox "After"
29 AXRole: AXParagraph
30 AXRole: AXStaticText "End of test"
31
32 After:
33 AXRole: AXWebArea
34 AXRole: AXParagraph
35 AXRole: AXStaticText "Before"
36 AXRole: AXInlineTextBox "Before"
37 AXRole: AXParagraph
38 AXRole: AXStaticText "After"
39 AXRole: AXInlineTextBox "After"
40 AXRole: AXParagraph
41 AXRole: AXStaticText "End of test"
42
43 PASS frameBodyRole == frameBody.role is false
44 PASS frameGroupRole == frameGroup.role is false
45 PASS frameButtonRole == frameButton.role is false
46 PASS before.isEqual(newBefore) is true
47 PASS after.isEqual(newAfter) is true
48
49 TEST COMPLETE
50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698