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

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

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 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 | Annotate | Revision Log
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
13
14 TEST COMPLETE
12 15
13 Before: 16 Before:
14 AXRole: AXWebArea AXValue: 17 AXRole: AXWebArea AXValue:
15 AXRole: AXWebArea AXValue: 18 AXRole: AXWebArea AXValue:
16 AXRole: AXParagraph AXValue: 19 AXRole: AXParagraph AXValue:
17 AXRole: AXStaticText AXValue: Before 20 AXRole: AXStaticText AXValue: Before
18 AXRole: AXInlineTextBox AXValue: Before 21 AXRole: AXInlineTextBox AXValue: Before
19 AXRole: AXGroup AXValue: 22 AXRole: AXGroup AXValue:
20 AXRole: AXUnknown AXValue: 23 AXRole: AXUnknown AXValue:
21 AXRole: AXScrollArea AXValue: 24 AXRole: AXScrollArea AXValue:
(...skipping 20 matching lines...) Expand all
42 45
43 PASS frameBodyRole == frameBody.role is false 46 PASS frameBodyRole == frameBody.role is false
44 PASS frameGroupRole == frameGroup.role is false 47 PASS frameGroupRole == frameGroup.role is false
45 PASS frameButtonRole == frameButton.role is false 48 PASS frameButtonRole == frameButton.role is false
46 PASS body.isEqual(newBody) is true 49 PASS body.isEqual(newBody) is true
47 PASS before.isEqual(newBefore) is true 50 PASS before.isEqual(newBefore) is true
48 PASS after.isEqual(newAfter) is true 51 PASS after.isEqual(newAfter) is true
49 52
50 TEST COMPLETE 53 TEST COMPLETE
51 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698