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