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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/mixed-content/generic/template/test.release.html.template

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. Created 3 years, 10 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
(Empty)
1 <!DOCTYPE html>
2 %(generated_disclaimer)s
3 <html>
4 <head>
5 <title>Mixed-Content: %(spec_title)s</title>
6 <meta charset='utf-8'>
7 <meta name="description" content="%(spec_description)s">
8 <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
9 <link rel="help" href="%(spec_specification_url)s">
10 <meta name="assert" content="%(test_description)s">%(meta_opt_in)s
11 <script src="/resources/testharness.js"></script>
12 <script src="/resources/testharnessreport.js"></script>
13 <script src="/mixed-content/generic/common.js"></script>
14 <script src="/mixed-content/generic/mixed-content-test-case.js?pipe=sub"></s cript>
15 </head>
16 <body>
17 <script>%(test_js)s</script>
18 <div id="log"></div>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698