| Index: Source/web/tests/data/pageserializer/frames/simple_frames.html
|
| diff --git a/Source/web/tests/data/pageserializer/frames/simple_frames.html b/Source/web/tests/data/pageserializer/frames/simple_frames.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1bc995100450a11017f97321070cb4f6264a141c
|
| --- /dev/null
|
| +++ b/Source/web/tests/data/pageserializer/frames/simple_frames.html
|
| @@ -0,0 +1,14 @@
|
| +<!-- This page is used to test that the PageSerializer correctly retrieves
|
| + resources in frames and framesets.
|
| +-->
|
| +<html>
|
| +
|
| +<frameset rows="50%,50%">
|
| + <frame src="simple_frames_top.html">
|
| + <frameset cols="25%,75%">
|
| + <frame src="simple_frames_3.html">
|
| + <frame src="frame_4.png">
|
| + </frameset>
|
| +</frameset>
|
| +
|
| +</html>
|
|
|