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

Side by Side Diff: third_party/WebKit/LayoutTests/images/imagemap-nested-area.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 function pressTabKey() 4 function pressTabKey()
5 { 5 {
6 if (window.eventSender) 6 if (window.eventSender)
7 eventSender.keyDown("\t"); 7 eventSender.keyDown("\t");
8 } 8 }
9 9
10 function test() { 10 function test() {
(...skipping 26 matching lines...) Expand all
37 </div> 37 </div>
38 </map> 38 </map>
39 <img width="128" height="128" usemap="#imagemap" ismap /> 39 <img width="128" height="128" usemap="#imagemap" ismap />
40 </div> 40 </div>
41 41
42 <div id="after" tabIndex=0 /> 42 <div id="after" tabIndex=0 />
43 43
44 </body> 44 </body>
45 </head> 45 </head>
46 </html> 46 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698