| Index: chrome/test/data/subresource_filter/frame_set.html
|
| diff --git a/chrome/test/data/subresource_filter/frame_set.html b/chrome/test/data/subresource_filter/frame_set.html
|
| index 0fa699eba98b1a698cee4e4ac12e33d7dd599f2e..803b11fbd746f62c75d0d92ab435ea6d4c3585c9 100644
|
| --- a/chrome/test/data/subresource_filter/frame_set.html
|
| +++ b/chrome/test/data/subresource_filter/frame_set.html
|
| @@ -13,7 +13,9 @@
|
| </head>
|
| <body>
|
| <iframe name="one" src="frame_with_included_script.html"></iframe>
|
| - <iframe name="two" src="frame_with_included_script.html"></iframe>
|
| - <iframe name="three" src="frame_with_delayed_script.html"></iframe>
|
| + <iframe name="two" src="frame_with_allowed_script.html"></iframe>
|
| + <iframe name="three" src="frame_with_included_script.html"></iframe>
|
| + <iframe name="four" src="frame_with_no_subresources.html"></iframe>
|
| + <iframe name="five" src="frame_with_delayed_script.html"></iframe>
|
| </body>
|
| </html>
|
|
|