Add test for css class

This commit is contained in:
ILyoan 2013-05-31 17:57:16 +09:00
parent 8c92b8accd
commit aaeb683654
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>The Book of Mozilla, 11:9</title>
<style type="text/css">
div { text-decoration: underline; }
</style>
</head>
<body>
<div>
<div>Hello!</div>
<div>World</div>
</div>
</body>
</html>