Sign in
webkit
/
WebKit
/
473b92ed852160eab7c2365a49eda22bbbc97909
/
.
/
LayoutTests
/
webarchive
/
resources
/
test-frame.html
blob: 3d8b660efda5465503c9fcb04f309ae017513db6 [
file
] [
log
] [
blame
]
<html>
<head>
<link
rel
=
"stylesheet"
href
=
"test-style.css"
type
=
"text/css"
>
</head>
<body>
<div>
<img
src
=
"apple.gif"
>
</div>
<div>
This is a subframe. This text should be red sans-serif.
</div>
<div>
<img
src
=
"apple.gif"
>
</div>
</body>
</html>