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

Side by Side Diff: LayoutTests/fast/css/lang-mapped-to-webkit-locale.xhtml

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 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head> 4 <head>
5 <title>mapping lang to -webkit-locale</title> 5 <title>mapping lang to -webkit-locale</title>
6 <link rel="stylesheet" href="../js/resources/js-test-style.css" /> 6 <link rel="stylesheet" href="../js/resources/js-test-style.css" />
7 <script src="../js/resources/js-test-pre.js"></script> 7 <script src="../js/resources/js-test-pre.js"></script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <p>This is a test for <a href="http://webkit.org/b/67586">bug 67586</a>. HTML at tributes lang and xml:lang are mapped to '-webkit-locale' to use their value in font fallback.</p> 10 <p>This is a test for <a href="http://webkit.org/b/67586">bug 67586</a>. HTML at tributes lang and xml:lang are mapped to '-webkit-locale' to use their value in font fallback.</p>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 shouldBeEqualToString("languageOfNode('q3')", "auto"); 47 shouldBeEqualToString("languageOfNode('q3')", "auto");
48 shouldBeEqualToString("languageOfNode('q4')", "ar"); 48 shouldBeEqualToString("languageOfNode('q4')", "ar");
49 shouldBeEqualToString("languageOfNode('q5')", "auto"); 49 shouldBeEqualToString("languageOfNode('q5')", "auto");
50 shouldBeEqualToString("languageOfNode('q6')", "' '"); 50 shouldBeEqualToString("languageOfNode('q6')", "' '");
51 shouldBeEqualToString("languageOfNode('q7')", "auto"); 51 shouldBeEqualToString("languageOfNode('q7')", "auto");
52 shouldBeEqualToString("languageOfNode('q8')", "xyzzy"); 52 shouldBeEqualToString("languageOfNode('q8')", "xyzzy");
53 shouldBeEqualToString("languageOfNode('q9')", "'][;][['"); 53 shouldBeEqualToString("languageOfNode('q9')", "'][;][['");
54 54
55 var successfullyParsed = true; 55 var successfullyParsed = true;
56 </script> 56 </script>
57 <script src="../js/resources/js-test-post.js"></script>
58 </body> 57 </body>
59 </html> 58 </html>
60 59
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/invalid-rule-value.html ('k') | LayoutTests/fast/css/last-child-innerhtml.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698