Sign in
webkit
/
WebKit
/
63c63479e42d5d7cd9e5c20fa3c0adb62aed122e
/
.
/
LayoutTests
/
fast
/
images
/
text-recognition
/
mac
/
select-rotated-transparent-image-overlay-expected.html
blob: 7e8988bb80956dd624538d9688a3dcf42e48d159 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
,
html
{
margin
:
0
;
}
img
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
400px
;
height
:
400px
;
}
</style>
</head>
<body>
<img
src
=
"../../resources/green-400x400.png"
></img>
</body>
</html>