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

Side by Side Diff: ManualTests/spatial-navigation/spatial-navigation-test-cases.html

Issue 20560005: (spatnav) Space&enter should be entered to box instead of simulating click on it. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes Created 7 years, 5 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
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> 4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5 <title>Spatial Navigation Test Cases</title> 5 <title>Spatial Navigation Test Cases</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 8
9 <div style="margin-left: 40px; text-align: center;"> 9 <div style="margin-left: 40px; text-align: center;">
10 <h1 style="text-align: left;">Spatial Navigation Fun</h1> 10 <h1 style="text-align: left;">Spatial Navigation Fun</h1>
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 <iframe src="links.html"></iframe><br><br><br> 134 <iframe src="links.html"></iframe><br><br><br>
135 135
136 <h2>DIVs</h2><br> 136 <h2>DIVs</h2><br>
137 <div id=v> 137 <div id=v>
138 <a href="a">a</a> 138 <a href="a">a</a>
139 <div id="Div1"> 139 <div id="Div1">
140 <a href="a">b</a> 140 <a href="a">b</a>
141 </div> 141 </div>
142 <a href="a">c</a> 142 <a href="a">c</a>
143 </div><br><br> 143 </div><br><br>
144
145 <h3> Form elements </h3>
146
147 <i> Make sure you can enter space in boxes below </i> <br>
148
149 <input type="text" /> <br><br>
150 <textarea></textarea>
151
152 <h3> Content editable </h3>
153
154 <i> Make sure you can edit the text below and enter spaces. </i> <br><br>
155
156 <div contentEditable="true">
157 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec nisi et lectus vulputate fermentum eget a eros. Mauris blandit, enim ac varius ultric ies, tortor orci semper sem, in faucibus eros dolor nec turpis. Vestibulum tinci dunt pellentesque lacus, ut tincidunt ipsum pretium laoreet. Nulla sed mi magna. Aliquam vitae quam viverra, sodales augue pretium, pharetra odio. Nunc iaculis nisi augue, quis ullamcorper lorem congue ut. Proin id ligula ipsum.
158
159 Nulla auctor porta sapien, vitae elementum libero rhoncus ac. Sed pretium vel ne que a interdum. Duis id tristique lacus. Nulla vel lobortis libero. Morbi nisi q uam, aliquet vel leo id, hendrerit imperdiet sem. Mauris interdum, odio non inte rdum tempus, turpis tellus ornare ipsum, quis cursus risus tellus quis nisl. Sus pendisse dictum elit ut lectus auctor tincidunt. Aenean at egestas mi. Morbi por ttitor dictum ipsum blandit tincidunt. Sed eu justo libero. Proin interdum tempo r gravida.
160 </div>
161
162 <br><br>
163
144 <a href="last">last</a> 164 <a href="last">last</a>
145 </div> 165 </div>
146 </body> 166 </body>
147 </html> 167 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/spatial-navigation/snav-textarea-expected.txt ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698