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

Side by Side Diff: LayoutTests/accessibility/add-to-menu-list-crashes-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 This test makes sure that adding a selected option to a menu list via an unusual route (document.write from an external script) doesn't trigger a crash when did UpdateActiveOption is called before the children are updated. 1 This test makes sure that adding a selected option to a menu list via an unusual route (document.write from an external script) doesn't trigger a crash when did UpdateActiveOption is called before the children are updated.
2 2
3 PASS accessibleMenulist.childAtIndex(0).childrenCount is 1 3 PASS accessibleMenulist.childAtIndex(0).childrenCount is 1
4 PASS accessibleMenulist.childAtIndex(0).childrenCount is 2 4 PASS accessibleMenulist.childAtIndex(0).childrenCount is 2
5 PASS accessibleMenulist.childAtIndex(0).childrenCount is 1 5 PASS accessibleMenulist.childAtIndex(0).childrenCount is 1
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 9
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/add-to-menu-list-crashes.html ('k') | LayoutTests/accessibility/chromium-only-roles.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698