Sign in
webkit
/
WebKit
/
3b4bf587f7ebe93d42540a4ff252d74024196682
/
.
/
LayoutTests
/
http
/
tests
/
images
/
draw-pattern-slow-load-large-image-expected.html
blob: 0e2d608c4a15d4948036ce095432992137b50e5b [
file
] [
log
] [
blame
]
<style>
.
box
{
width
:
300px
;
height
:
300px
;
background-color
:
green
;
}
</style>
<body>
<h1>
This test ensures drawPattern() decodes a new image frame when new encoded data is received.
</h1>
<div
class
=
"box"
></div>
</body>