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

Unified Diff: LayoutTests/http/tests/misc/meta-http-equiv-and-name.html

Issue 126313002: Gracefully handle <meta http-equiv name content> elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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 | LayoutTests/http/tests/misc/meta-http-equiv-and-name-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/misc/meta-http-equiv-and-name.html
diff --git a/LayoutTests/http/tests/misc/meta-http-equiv-and-name.html b/LayoutTests/http/tests/misc/meta-http-equiv-and-name.html
new file mode 100644
index 0000000000000000000000000000000000000000..6eda5eed705b2b50837a8617886de165b4d86823
--- /dev/null
+++ b/LayoutTests/http/tests/misc/meta-http-equiv-and-name.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+if (window.testRunner) {
+ testRunner.dumpAsText();
+ testRunner.waitUntilDone();
+}
+</script>
+<meta http-equiv="refresh" name="unknown" content="0; url=resources/success-notify-done.html">
+</head>
+<body>
+<a href="http://crbug.com/332090">http://crbug.com/332090</a><br/>
+The handling of an &lt;meta&gt; element having both a 'name' and
+'http-equiv' attribute should be disambiguated gracefully. Even if
+the specification requires that at most one should be used.
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/http/tests/misc/meta-http-equiv-and-name-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698