diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-its/elementswithintext/html/withintext3html.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html-its/elementswithintext/html/withintext3html.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/elementswithintext/html/withintext3html.html b/testing/web-platform/tests/conformance-checkers/html-its/elementswithintext/html/withintext3html.html new file mode 100644 index 000000000..d76f7756b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/elementswithintext/html/withintext3html.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> + <html> + <head> + <meta charset=utf-8> + <link href="withintext3htmlrules.xml" rel="its-rules"/> + <title>Appaloosa</title> + </head> + <body> + <section itemscope> + <h2>keywords</h2> + <span itemprop="firstkeyword">horse</span> + <span itemprop="secondkeyword">appaloosa</span> + </section> + <p itemscope> + The Appaloosa + <cite> + The name comes from "Palouse horse" in reference to the Palouse River in Northern Idaho. + </cite> + are rugged horses originally breed by the + <span itemprop="keyword">Nez-Perce</span> + tribe in the US Northwest. + </p> + <p> + They are often characterized by their spotted coats, as shown here: + <img src="appaloosa.png" alt="Appaloosa horses"/> + </p> +<!--footer--> + <p> + Copyright: + <em>Zebulon Inc.</em> + </p> + </body> + </html> |