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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month 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 AXValue: 17 AXRole: AXWebArea
18 AXRole: AXParagraph AXValue: 18 AXRole: AXParagraph
19 AXRole: AXStaticText AXValue: Before 19 AXRole: AXStaticText "Before"
20 AXRole: AXInlineTextBox AXValue: Before 20 AXRole: AXInlineTextBox "Before"
21 AXRole: AXGroup AXValue: 21 AXRole: AXGroup
22 AXRole: AXUnknown AXValue: 22 AXRole: AXUnknown
23 AXRole: AXScrollArea AXValue: 23 AXRole: AXScrollArea
24 AXRole: AXWebArea AXValue: 24 AXRole: AXWebArea
25 AXRole: AXGroup AXValue: 25 AXRole: AXGroup
26 AXRole: AXButton AXValue: 26 AXRole: AXButton "Click me"
27 AXRole: AXParagraph AXValue: 27 AXRole: AXParagraph
28 AXRole: AXStaticText AXValue: After 28 AXRole: AXStaticText "After"
29 AXRole: AXInlineTextBox AXValue: After 29 AXRole: AXInlineTextBox "After"
30 AXRole: AXParagraph AXValue: 30 AXRole: AXParagraph
31 AXRole: AXStaticText AXValue: End of test 31 AXRole: AXStaticText "End of test"
32 32
33 After: 33 After:
34 AXRole: AXWebArea AXValue: 34 AXRole: AXWebArea
35 AXRole: AXParagraph AXValue: 35 AXRole: AXParagraph
36 AXRole: AXStaticText AXValue: Before 36 AXRole: AXStaticText "Before"
37 AXRole: AXInlineTextBox AXValue: Before 37 AXRole: AXInlineTextBox "Before"
38 AXRole: AXParagraph AXValue: 38 AXRole: AXParagraph
39 AXRole: AXStaticText AXValue: After 39 AXRole: AXStaticText "After"
40 AXRole: AXInlineTextBox AXValue: After 40 AXRole: AXInlineTextBox "After"
41 AXRole: AXParagraph AXValue: 41 AXRole: AXParagraph
42 AXRole: AXStaticText AXValue: End of test 42 AXRole: AXStaticText "End of test"
43 43
44 PASS frameBodyRole == frameBody.role is false 44 PASS frameBodyRole == frameBody.role is false
45 PASS frameGroupRole == frameGroup.role is false 45 PASS frameGroupRole == frameGroup.role is false
46 PASS frameButtonRole == frameButton.role is false 46 PASS frameButtonRole == frameButton.role is false
47 PASS before.isEqual(newBefore) is true 47 PASS before.isEqual(newBefore) is true
48 PASS after.isEqual(newAfter) is true 48 PASS after.isEqual(newAfter) is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698