html.templates.chloe: adding missing tests.
parent
a8b6de2a35
commit
583e0470c4
|
@ -0,0 +1,6 @@
|
|||
<?xml version='1.0' ?>
|
||||
|
||||
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
||||
<t:style>* { font-family: monospace; }</t:style>
|
||||
<t:write-style />
|
||||
</t:chloe>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version='1.0' ?>
|
||||
|
||||
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
||||
<t:script>function testAlerts() {
|
||||
window.alert("Hello, world!");
|
||||
}</t:script>
|
||||
<t:write-script />
|
||||
</t:chloe>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version='1.0' ?>
|
||||
|
||||
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
||||
<t:meta t:name="author" t:content="John Doe" />
|
||||
<t:meta t:name="viewport" t:content="width=device-width, initial-scale=1.0" />
|
||||
<t:write-meta />
|
||||
</t:chloe>
|
Loading…
Reference in New Issue