Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
image-with-text.html
blob: df3a24892a8fc5676d4ce5928d79118a949108cf [
file
] [
log
] [
blame
] [
edit
]
<html>
<head>
<meta
name
=
'viewport'
content
=
'initial-scale=1'
>
</head>
<body
style
=
'
margin
:
0px
;
'
>
<p>
text
</p>
<img
style
=
'
display
:
block
;
height
:
100%
;
'
src
=
"large-red-square.png"
>
</body>
</html>