Sign in
mojo
/
mojo-tools
/
6843567f5ec79c4da8495082f2801511f4b11521
/
.
/
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>