blob: 8a56bbf4d29b3373a72b4edf93058e2238c76be5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<title>Image set rendering</title>
<link rel="author" title="Noam Rosenthal" href="mailto:noam@webkit.org">
<link rel="author" title="Traian Captan" href="mailto:tcaptan@chromium.org">
<style>
#test {
width: 100px;
height: 100px;
background-color: lime;
}
</style>
<div id="test"></div>
|