Chromium Code Reviews| Index: LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html |
| diff --git a/LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html b/LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html |
| index 4bbb8946bdbcd47a019cbe42f6faf1aaa74ad4cc..ded6352e28a9131e7b87db3f79ceae5f99d3d3c9 100644 |
| --- a/LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html |
| +++ b/LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html |
| @@ -9,7 +9,7 @@ function clickLink() { |
| } |
| </script> |
| <!-- Child iframe --> |
| -<iframe name="frame1" src="about:blank"></iframe> |
|
Charlie Reis
2015/06/09 07:14:18
This test (which ironically I wrote in 2011) was b
|
| +<iframe name="frame1" src="data:text/html,initial"></iframe> |
| <br> |
| <p>This test checks that the backForward list is not corrupted when a frame load is canceled. |
| <p>If testing manually, <a id="link" href="slow-resource.pl?delay=250" target="frame1">click here</a> and then Back. Then click Forward and quickly click Stop. Ensure that Back and Forward still work. |