Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html |
| index c76cf40d5d0510164e68e5d3e92d6eb2292da315..2a5cbed13b9726b67668672301cfb96064074a59 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-open-return-value.html |
| @@ -14,5 +14,5 @@ function test() |
| document.getElementById("result").innerHTML = d.body.innerHTML; |
| } |
| </script> |
| -<iframe src="data:text/html,FAILURE"></iframe> |
| +<iframe></iframe> |
|
Mike West
2016/01/29 10:32:27
If you wanted to keep `FAILURE` visible in the fai
|
| </body> |