1<html>
2<!--
3 This page is used to test that WebPageSerializer::retrieveAllResources retrieves
4 correctly the expected resources when dealing with multiple frames.
5-->
6
7<body>
8
9<img src="awesome.png"/>
10<img src="innerFrame.png"/>
11
12</body>
13
14</html>
15