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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/mixed-content/generic/template/test.debug.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 <meta name="assert" content="%(test_description)s">%(meta_opt_in)s
9 <script src="/resources/testharness.js"></script>
10 <script src="/resources/testharnessreport.js"></script>
11 <!-- Common global functions for mixed-content tests. -->
12 <script src="/mixed-content/generic/common.js"></script>
13 <!-- The original specification JSON for validating the scenario. -->
14 <script src="/mixed-content/spec_json.js"></script>
15 <!-- Internal checking of the tests -->
16 <script src="/mixed-content/generic/sanity-checker.js"></script>
17 <!-- Simple wrapper API for all mixed-content test cases. -->
18 <script src="/mixed-content/generic/mixed-content-test-case.js?pipe=sub"></s cript>
19 </head>
20 <body>
21 <h1>%(spec_title)s</h1>
22 <h2>%(spec_description)s</h2>
23 <pre>%(test_description)s</pre>
24
25 <p>See <a href="%(spec_specification_url)s" target="_blank">specification</a >
26 details for this test.</p>
27
28 <div id="log"></div>
29 <script>%(test_js)s</script>
30 </body>
31 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698