| Index: trunk/Source/web/tests/data/pageserializer/frames/simple_frames.html
|
| ===================================================================
|
| --- trunk/Source/web/tests/data/pageserializer/frames/simple_frames.html (revision 162155)
|
| +++ trunk/Source/web/tests/data/pageserializer/frames/simple_frames.html (working copy)
|
| @@ -1,14 +0,0 @@
|
| -<!-- 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>
|
|
|