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

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

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

Powered by Google App Engine
This is Rietveld 408576698