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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/misc/meta-http-equiv-ascii-charset.html

Issue 2690703002: Use equalIgnoringASCIICase in HttpEquiv. (Closed)
Patch Set: Add tests Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/misc/meta-http-equiv-ascii-charset-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 setTimeout(function() {
8 if (window.testRunner)
9 testRunner.notifyDone();
10 }, 100);
11 testRunner.waitUntilDone();
12 }
13 </script>
14 <meta charset="utf-8" http-equiv="refreſh" content="0; url=resources/failure.htm l">
15 </head>
16 <a href="http://crbug.com/678150">http://crbug.com/678150</a><br />
17 http-equiv should ignore non-ascii character and no refresh happen. This test wi ll timeout if it fails.
18 <body>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/misc/meta-http-equiv-ascii-charset-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698