Sign in
webkit
/
WebKit
/
9728d0f2fc8addc908395302590e7139f7521a69
/
.
/
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>