europa-test
Version:
Test framework for Europa Core implementations
76 lines • 2.25 kB
HTML
<html>
<head>
<meta charset="utf-8">
<title>Title</title>
</head>
<body>
<h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>
<h5>h5</h5>
<h6>h6</h6>
<span>span</span>
<ruby>漢 <rt>Kan</rt></ruby>
<ruby>字 <rt>ji</rt></ruby>
<dfn>dfn</dfn>
<p>
<q>q</q>
</p>
<cite>cite</cite>
<em>em</em>
<time>12:00:00</time>
<var>var</var>
<samp>samp</samp>
<i>i</i>
<b>b</b>
<sub>sub</sub>
<sup>sup</sup>
<small>small</small>
<strong>strong</strong>
<mark>mark</mark>
<ins>ins</ins>
<del>del</del>
<bdi>bdi</bdi>
<bdo>bdo</bdo>
<s>s</s>
<kbd>kbd</kbd>
<wbr>wbr</wbr>
<code>code</code>
<br>
<hr>
<pre>pre</pre>
<blockquote>blockquote</blockquote>
<dl>
<dt>dt</dt>
<dd>dd</dd>
</dl>
<legend>legend</legend>
<label>label</label>
<output>output</output>
<figure>figure</figure>
<figcaption>figcaption</figcaption>
<img alt="image with alt 1" src="image-with-alt-1.png">
<img alt="image with alt 1 (duplicate)" src="image-with-alt-1.png">
<img alt="image with alt 1" title="image with title 1" src="image-with-alt-1-and-title-1.png">
<img title="image with title 1" src="image-with-title-1.png">
<img src="http://europa.mock/image.png">
<img alt="image with no src">
<a>link with no href</a>
<a title="mock">link with title but no href</a>
<a href="path/1">link with href 1</a>
<a href="path/1" title="link with title 1">link with href 1 and title 1</a>
<a href="path/1" title="link with title 1">link with href 1 and title 1 (duplicate)</a>
<a href="path/1" title="link with title 2">link with href 1 and title 2</a>
<a href="path/1">link with href 1 (duplicate)</a>
<a href="path/2">link with href 2</a>
<a href="path/2" title="link with title 1">link with href 2 and title 1</a>
<a href="path/2" title="link with title 2">link with href 2 and title 2</a>
<a href="path/2">link with href 2 (duplicate)</a>
<a href="http://europa.mock"></a>
<a href="http://europa.mock" title="link with title 1"></a>
<a href="path/1"><strong><em>link with href 1 and bold italic content</em></strong></a>
<a href="path/1"><img alt="image in link" src="image-in-link.png">link with href 1 and image content</a>
</body>
</html>