mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
test files for html { } and body { }
This commit is contained in:
parent
7328bb9c9e
commit
ce48dc5ffd
10
test/css/css_body.html
Normal file
10
test/css/css_body.html
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
body { background-color: green }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>body { background-color: green }</p>
|
||||
</body>
|
||||
</html>
|
10
test/css/css_html.html
Normal file
10
test/css/css_html.html
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
html { background-color: green }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>html { background-color: green }</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user