| 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 <meta> 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>
|
|
|