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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/fallback-content-expected.txt

Issue 2572993002: Rebaseline for crrev.com/0151427d8ecd6ff854cffb3b741673ab043f7bd0 (Closed)
Patch Set: _ Created 4 years 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 Link Button
2 Focusable
3 This test makes sure that focusable elements in canvas fallback content are focu sable. 1 This test makes sure that focusable elements in canvas fallback content are focu sable.
4 2
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 4
7 5
8 link1 should be focusable. 6 link1 should be focusable.
9 PASS document.activeElement == element is true 7 PASS document.activeElement == element is true
10 8
11 button1 should be focusable. 9 button1 should be focusable.
12 PASS document.activeElement == element is true 10 PASS document.activeElement == element is true
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 focusable2 should be focusable. 69 focusable2 should be focusable.
72 PASS document.activeElement == element is true 70 PASS document.activeElement == element is true
73 71
74 linkInHiddenCanvas should not be focusable. 72 linkInHiddenCanvas should not be focusable.
75 PASS document.activeElement == previousFocusedElement is true 73 PASS document.activeElement == previousFocusedElement is true
76 74
77 PASS successfullyParsed is true 75 PASS successfullyParsed is true
78 76
79 TEST COMPLETE 77 TEST COMPLETE
80 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698