Sign in
webkit
/
WebKit
/
4f432b0e0e75beec799a7711d10ed7d74a80962d
/
.
/
LayoutTests
/
fast
/
css-custom-paint
/
constructor-expected.html
blob: 44457921bc87ea4485474bd82d2fa441d9eac4ba [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
paint
{
width
:
150px
;
height
:
150px
;
}
</style>
<body>
<div
class
=
"paint"
style
=
"
background
:
white
;
"
></div>
<div
class
=
"paint"
style
=
"
background
:
green
;
"
></div>
<div
class
=
"paint"
style
=
"
background
:
green
;
"
></div>
</body>