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

Side by Side 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 unified diff | 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 »
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 testRunner.waitUntilDone();
8 }
9 </script>
10 <meta http-equiv="refresh" name="unknown" content="0; url=resources/success-noti fy-done.html">
11 </head>
12 <body>
13 <a href="http://crbug.com/332090">http://crbug.com/332090</a><br/>
14 The handling of an &lt;meta&gt; element having both a 'name' and
15 'http-equiv' attribute should be disambiguated gracefully. Even if
16 the specification requires that at most one should be used.
17 </body>
18 </html>
OLDNEW
« 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