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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-attribute-parsing-03.html

Issue 1854503002: Add meta charset tag to unlabelled utf-8 files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop two more files unaffected by utf-8 label Created 4 years, 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head><meta charset="utf-8"/>
4 <script src='resources/sandboxed-iframe-attribute-test.js'></script> 4 <script src='resources/sandboxed-iframe-attribute-test.js'></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <p>Ridiculously long, invalid text (well, for these purposes at least) 7 <p>Ridiculously long, invalid text (well, for these purposes at least)
8 with non-ASCII characters surrounding attribute value</p> 8 with non-ASCII characters surrounding attribute value</p>
9 <iframe sandbox=" 9 <iframe sandbox="
10 För var vers, jag gör, 10 För var vers, jag gör,
11 Lovar du en kyss mig giva; 11 Lovar du en kyss mig giva;
12 Arket fullt jag borde skriva, 12 Arket fullt jag borde skriva,
13 Mindre har jag skrivit för. 13 Mindre har jag skrivit för.
(...skipping 25 matching lines...) Expand all
39 allow-scripts allow-same-origin 39 allow-scripts allow-same-origin
40 40
41 int main(void) 41 int main(void)
42 { 42 {
43 return 0; 43 return 0;
44 }" 44 }"
45 src="resources/sandboxed-iframe-attribute-parsing-allowed.html"> 45 src="resources/sandboxed-iframe-attribute-parsing-allowed.html">
46 </iframe> 46 </iframe>
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698