summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/tests/data/pageserialization/simple_iframe.html
blob: 65dca170cd9a1df7b9a40ea1e7a14f35efcfb7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>