Chromium Code Reviews| Index: LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html |
| diff --git a/LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html b/LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html |
| index 6ab8322dbcf4aaa8d739cd7f3053b31c855469b4..f43d34d96b1169f2ac5a9250fb4b526fb152b6ad 100644 |
| --- a/LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html |
| +++ b/LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html |
| @@ -42,5 +42,5 @@ |
| <p id="result"> |
| Test running... |
| </p> |
| - <iframe name="iframe" src="resources/binaryData.sitx" onload="iframeLoaded()"></iframe> |
| + <iframe id="iframe" src="resources/binaryData.sitx" onload="iframeLoaded()"></iframe> |
| </body> |