Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/magic-frame.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/magic-frame.html b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/magic-frame.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..37bc44cc17d6811383bea1a941a583374b14bf19 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/magic-frame.html |
| @@ -0,0 +1,3 @@ |
| +<link rel='stylesheet' href='magic-style.css'> |
| +<script src="magic-script.js"></script> |
| +<div>Hi, I'm frame!</div> |