Add background test file

This commit is contained in:
Youngmin Yoo 2014-02-06 15:44:20 +09:00
parent 7eabcbb8fe
commit 49952241ad
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<style>
.test { background: url(rust-0.png) gray; }
</style>
<body>
<div class="test" style="width:200px; height:200px; color:red;">
background: url(rust-0.png) gray; width:200px; height:200px;
</div>
<div class="test" style="background-image: url(rust-45.png); width:200px; height:200px; color:red;">
background-image: url(rust-45.png); width:200px; height:200px;
</div>
<div style="background: url(rust-90.png) yellow; width:200px; height:200px; border: 5px solid #000; color:blue;">
background: url(rust-90.png) yellow; width:200px; height:200px; border: 5px solid #000;
</div>
</body>
</html>

BIN
src/test/ref/rust-0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB