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

Side by Side Diff: templates/blank.tmpl

Issue 29325987: Issue 616 - Add some tests for generic hide + block (Closed)
Patch Set: Adjust for new dimensions of test + fail images Created Sept. 11, 2015, 2:14 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/abp-test-suite-filters.txt ('k') | templates/testcase.tmpl » ('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 <title>{{ title }}</title>
5 {% block head %}
6 {{ head|safe }}
7 {% endblock %}
8 </head>
9 <body>
10 {{ body|safe }}
11 </body>
12 </html>
OLDNEW
« no previous file with comments | « static/abp-test-suite-filters.txt ('k') | templates/testcase.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld