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

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

Issue 1348503003: One AXObjectCache per frame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix issues in AutomationApiTest.Events Created 5 years, 2 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 AXValue:
18 AXRole: AXParagraph AXValue:
19 AXRole: AXStaticText AXValue: Before
20 AXRole: AXInlineTextBox AXValue: Before
21 AXRole: AXGroup AXValue:
22 AXRole: AXUnknown AXValue:
23 AXRole: AXScrollArea AXValue:
24 AXRole: AXWebArea AXValue:
25 AXRole: AXGroup AXValue:
26 AXRole: AXButton AXValue:
27 AXRole: AXParagraph AXValue:
28 AXRole: AXStaticText AXValue: After
29 AXRole: AXInlineTextBox AXValue: After
30 AXRole: AXParagraph AXValue:
31 AXRole: AXStaticText AXValue: End of test
32
33 After:
34 AXRole: AXWebArea AXValue:
35 AXRole: AXParagraph AXValue:
36 AXRole: AXStaticText AXValue: Before
37 AXRole: AXInlineTextBox AXValue: Before
38 AXRole: AXParagraph AXValue:
39 AXRole: AXStaticText AXValue: After
40 AXRole: AXInlineTextBox AXValue: After
41 AXRole: AXParagraph AXValue:
42 AXRole: AXStaticText AXValue: End of test
43
44 PASS frameBodyRole == frameBody.role is false
45 PASS frameGroupRole == frameGroup.role is false
46 PASS frameButtonRole == frameButton.role is false
47 PASS before.isEqual(newBefore) is true
48 PASS after.isEqual(newAfter) is true
49
50 TEST COMPLETE
51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698