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

Side by Side Diff: LayoutTests/fast/encoding/external-script-charset.xhtml

Issue 1144913002: Drop the document.charset part of fast/encoding/external-script-charset.xhtml (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" dir="ltr"> 1 <?xml version="1.0" encoding="koi8-r"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body> 3 <body>
3 <p>Test that external scripts in XHTML documents inherit document charset.</ p> 4 <p>Test that external scripts in XHTML documents inherit document charset.</ p>
4 <p id="result1">Javascript 1 (original document charset): </p> 5 <p id="result"></p>
5 <p id="result2">Javascript 2 (after document.charset was set): </p>
6 <script type="text/javascript" src="external-script-charset.js"></script>
7 <script>document.charset = "koi8-r";</script>
8 <script type="text/javascript" src="external-script-charset-koi-8.js"></scri pt> 6 <script type="text/javascript" src="external-script-charset-koi-8.js"></scri pt>
9 </body> 7 </body>
10 </html> 8 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/encoding/external-script-charset.js ('k') | LayoutTests/fast/encoding/external-script-charset-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698