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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-in-meta-disallowed-console-warning.html

Issue 2370843003: Suborigin LayoutTest formatting and refactoring (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <meta charset="utf-8">
5 if (window.testRunner) 5 <script>
6 testRunner.dumpAsText(); 6 if (window.testRunner)
7 </script> 7 testRunner.dumpAsText();
8 <meta http-equiv="Suborigin" content="foobar"> 8 </script>
9 </head> 9 <meta http-equiv="Suborigin" content="foobar">
10 </head>
10 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698