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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/misc/meta-http-equiv-ascii-charset.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/meta-http-equiv-ascii-charset.html b/third_party/WebKit/LayoutTests/http/tests/misc/meta-http-equiv-ascii-charset.html
new file mode 100644
index 0000000000000000000000000000000000000000..c5cfb13794cffde83ce6650cb13a7d40659aab31
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/misc/meta-http-equiv-ascii-charset.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+if (window.testRunner) {
+ testRunner.dumpAsText();
+ setTimeout(function() {
+ if (window.testRunner)
+ testRunner.notifyDone();
+ }, 100);
+ testRunner.waitUntilDone();
+}
+</script>
+<meta charset="utf-8" http-equiv="refreſh" content="0; url=resources/failure.html">
+</head>
+<a href="http://crbug.com/678150">http://crbug.com/678150</a><br />
+http-equiv should ignore non-ascii character and no refresh happen. This test will timeout if it fails.
+<body>
+</body>
+</html>
« 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