Sign in
webkit
/
WebKit
/
4c9ecd92bf6f5d4a4a238a23b0cd0f61a90ac08a
/
.
/
LayoutTests
/
editing
/
pasteboard
/
paste-image-using-image-data-expected.html
blob: 7d108e991a692ab5f0db595fbbed709134c52081 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
id
=
"destination"
contenteditable
=
"true"
style
=
"
width
:
500px
;
height
:
100px
;
border
:
solid red
1px
"
>
<img
src
=
"../resources/abe.png"
>
</div>
<iframe
id
=
"iframe"
src
=
"../resources/abe.png"
></iframe>
</body>
</html>