Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/frames/script-modify-iframe-attr-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/frames/script-modify-iframe-attr-expected.html b/third_party/WebKit/LayoutTests/http/tests/frames/script-modify-iframe-attr-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1316e1fa3a8761baa2ea59c4d9803c62f2ccbe19 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/frames/script-modify-iframe-attr-expected.html |
| @@ -0,0 +1,5 @@ |
| +<!DOCTYPE html> |
| +<iframe id="ifr" scrolling="no" marginwidth="50" marginheight="100" |
| + style="width:200px;height:200px;" |
| + src="http://localhost:8000/frames/resources/subframe.html"> |
| +</iframe> |