mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Tests for HTML node
This commit is contained in:
25
test/resources/70-HTML-test-file.html
Normal file
25
test/resources/70-HTML-test-file.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h1>This is a test page for node 70-HTML</h1>
|
||||
|
||||
<p>There's nothing to read here.</p>
|
||||
|
||||
<ol id="colours">
|
||||
<li>Blue</li>
|
||||
<li>Red</li>
|
||||
</ol>
|
||||
|
||||
<ul id="fruits">
|
||||
<li>Apple</li>
|
||||
<li>Pear</li>
|
||||
</ul>
|
||||
|
||||
<ul id="vegetables">
|
||||
<li>Potato</li>
|
||||
<li>Parsnip</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user