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

Side by Side Diff: LayoutTests/accessibility/image-map-title-causes-crash.html

Issue 217003006: Remove carriage returns from LayoutTests (01) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caret-and-focus-ring Created 6 years, 9 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 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 5
6 function removeAreaElement() { 6 function removeAreaElement() {
7 document.getElementById("test").innerHTML=1 7 document.getElementById("test").innerHTML=1
8 } 8 }
9 9
10 function queryTitleOnDecendants(accessibilityObject) { 10 function queryTitleOnDecendants(accessibilityObject) {
(...skipping 26 matching lines...) Expand all
37 37
38 // Now call request the title for each accessibility object. 38 // Now call request the title for each accessibility object.
39 document.body.focus(); 39 document.body.focus();
40 queryTitleOnDecendants(accessibilityController.focusedElement); 40 queryTitleOnDecendants(accessibilityController.focusedElement);
41 } 41 }
42 42
43 </script> 43 </script>
44 44
45 </body> 45 </body>
46 </html> 46 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698