Sign in
mojo
/
mojo-tools
/
bc1184a3bd9bd18967b419fc0d18f20c01eb945a
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
pageserialization
/
simple_iframe.html
blob: 65dca170cd9a1df7b9a40ea1e7a14f35efcfb7bd [
file
] [
log
] [
blame
]
<html>
<!--
This page is used to test that WebPageSerializer::retrieveAllResources retrieves
correctly the expected resources when dealing with multiple frames.
-->
<body>
<img
src
=
"awesome.png"
/>
<img
src
=
"innerFrame.png"
/>
</body>
</html>