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