| Index: Source/web/tests/data/pageserialization/simple_iframe.html
|
| diff --git a/Source/web/tests/data/pageserialization/simple_iframe.html b/Source/web/tests/data/pageserialization/simple_iframe.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..65dca170cd9a1df7b9a40ea1e7a14f35efcfb7bd
|
| --- /dev/null
|
| +++ b/Source/web/tests/data/pageserialization/simple_iframe.html
|
| @@ -0,0 +1,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>
|
|
|