1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / accessibility / html / blockquote.html [blame]

<!DOCTYPE html>
<html>
<body>
<blockquote>
<p>First blockquote has a child element.</p>
</blockquote>
<blockquote>Second blockquote has no child.</blockquote>
</body>
</html>