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

Side by Side Diff: LayoutTests/fast/forms/option-label-trim-html-spaces.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
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 <script src="../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../fast/js/resources/js-test-pre.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p id="description"></p> 8 <p id="description"></p>
9 <div id="console"></div> 9 <div id="console"></div>
10 10
(...skipping 15 matching lines...) Expand all
26 26
27 27
28 var o3 = document.getElementById('o3'); 28 var o3 = document.getElementById('o3');
29 var expected = '\u00A0'+'test'+'\u00A0'+ 'text'+'\u00A0'; 29 var expected = '\u00A0'+'test'+'\u00A0'+ 'text'+'\u00A0';
30 shouldBe('o3.label','"'+expected+'"'); 30 shouldBe('o3.label','"'+expected+'"');
31 31
32 var o4 = document.getElementById('o4'); 32 var o4 = document.getElementById('o4');
33 var expected = 'test'+'\u00A0\u00A0'+ 'text'; 33 var expected = 'test'+'\u00A0\u00A0'+ 'text';
34 shouldBe('o4.label', '"'+expected+'"'); 34 shouldBe('o4.label', '"'+expected+'"');
35 </script> 35 </script>
36 <script src="../../fast/js/resources/js-test-post.js"></script>
37 </body> 36 </body>
38 </html> 37 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/old-names.html ('k') | LayoutTests/fast/forms/option-strip-unicode-spaces.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698