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

Side by Side Diff: LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop-expected.txt

Issue 1046853002: Implement 'tabstop' as an HTML attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: style nit for layout test. Created 5 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 tests TAB focus navigation with tabStop property on focusable elements 1 This tests TAB focus navigation with tabStop property on focusable elements
2 2
3 Testing tab focus navigation order on focusable nodes 3 Testing tab focus navigation order on focusable nodes
4 Normal tab order without tabStop 4 Normal tab order without tabStop
5 Should move from input-before to button-focusable in forward 5 Should move from input-before to button-focusable in forward
6 PASS 6 PASS
7 Should move from button-focusable to input-focusable in forward 7 Should move from button-focusable to input-focusable in forward
8 PASS 8 PASS
9 Should move from input-focusable to input-after in forward 9 Should move from input-focusable to input-after in forward
10 PASS 10 PASS
(...skipping 26 matching lines...) Expand all
37 Testing tabStop property on button with tabStop = false 37 Testing tabStop property on button with tabStop = false
38 Should move from button-before to button-host/button-inner in forward 38 Should move from button-before to button-host/button-inner in forward
39 PASS 39 PASS
40 Should move from button-host/button-inner to button-after in forward 40 Should move from button-host/button-inner to button-after in forward
41 PASS 41 PASS
42 Should move from button-after to button-host/button-inner in backward 42 Should move from button-after to button-host/button-inner in backward
43 PASS 43 PASS
44 Should move from button-host/button-inner to button-before in backward 44 Should move from button-host/button-inner to button-before in backward
45 PASS 45 PASS
46 Testing tabStop property on anchor without href 46 Testing tabStop property on anchor without href
47 PASS anchor_host.tabStop is false 47 PASS anchor_host.tabStop is true
48 Should move from anchor-before to anchor-host/anchor-inner in forward 48 Should move from anchor-before to anchor-host/anchor-inner in forward
49 PASS 49 PASS
50 Should move from anchor-host/anchor-inner to anchor-after in forward 50 Should move from anchor-host/anchor-inner to anchor-after in forward
51 PASS 51 PASS
52 Should move from anchor-after to anchor-host/anchor-inner in backward 52 Should move from anchor-after to anchor-host/anchor-inner in backward
53 PASS 53 PASS
54 Should move from anchor-host/anchor-inner to anchor-before in backward 54 Should move from anchor-host/anchor-inner to anchor-before in backward
55 PASS 55 PASS
56 Testing tabStop property on anchor with href 56 Testing tabStop property on anchor with href
57 PASS anchor_host.tabStop is true 57 PASS anchor_host.tabStop is true
(...skipping 16 matching lines...) Expand all
74 PASS 74 PASS
75 Should move from anchor-after to anchor-host/anchor-inner in backward 75 Should move from anchor-after to anchor-host/anchor-inner in backward
76 PASS 76 PASS
77 Should move from anchor-host/anchor-inner to anchor-before in backward 77 Should move from anchor-host/anchor-inner to anchor-before in backward
78 PASS 78 PASS
79 Test finished. 79 Test finished.
80 PASS successfullyParsed is true 80 PASS successfullyParsed is true
81 81
82 TEST COMPLETE 82 TEST COMPLETE
83 83
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop.html ('k') | LayoutTests/fast/dom/shadow/tabstop-property.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698