Add binding test case of HTMLHRElement and HTMLParagraphElement.

This commit is contained in:
saneyuki_s 2013-08-08 19:13:45 +09:00
parent 4800ddf742
commit 1d5d781448

View file

@ -15,6 +15,8 @@
<img src="test.jpg"/>
<embed></embed>
<form></form>
<hr />
<p>pppppppppp</p>
<applet></applet>
</body>
</html>