dom/tests/mochitest/dom-level2-html/files/quote.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/dom-level2-html/files/quote.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
     1.5 +<HTML>
     1.6 +<HEAD>
     1.7 +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
     1.8 +<TITLE>NIST DOM HTML Test - QUOTE</TITLE>
     1.9 +</HEAD>
    1.10 +<BODY onload="parent.loadComplete()">
    1.11 +<P>
    1.12 +<Q CITE="./files/Q.html">The Q element is intended for short quotations</Q>
    1.13 +</P>
    1.14 +<BLOCKQUOTE CITE="./files/BLOCKQUOTE.html">
    1.15 +<P>The BLOCKQUOTE element is used for long quotations.</P>
    1.16 +</BLOCKQUOTE>
    1.17 +</BODY>
    1.18 +</HTML>
    1.19 +

mercurial