Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/test_site/templates/head-test.tmpl

Issue 29947567: Issue 5333 - Ensure links in metadata and in most tags can be made relative (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Combine regex in converters.py Created Jan. 7, 2019, 10:23 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/test_site/pages/rel_path.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_site/templates/head-test.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/tests/test_site/templates/head-test.tmpl
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+{{ head | safe }}
+ <title>Page Title</title>
+ <link rel="stylesheet" href="/dist/css/main.min.css">
+ <base href="https://www.example.com/news/index.html">
+ <script src="/scripts/myscript.js"></script>
+ </head>
+{{ body | safe }}
+</html>
« no previous file with comments | « tests/test_site/pages/rel_path.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld