mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
15 lines
254 B
HTML
15 lines
254 B
HTML
<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>
|