Chromium Code Reviews| Index: LayoutTests/inspector/elements/styles/resources/inject-stylesheet-iframe-data.html |
| diff --git a/LayoutTests/inspector/elements/styles/resources/inject-stylesheet-iframe-data.html b/LayoutTests/inspector/elements/styles/resources/inject-stylesheet-iframe-data.html |
| index 5f3e7e624c083021a9ec13c5f071b16531d7d922..9c62e2351b4f4548be42fe8e141079a5a92e9336 100644 |
| --- a/LayoutTests/inspector/elements/styles/resources/inject-stylesheet-iframe-data.html |
| +++ b/LayoutTests/inspector/elements/styles/resources/inject-stylesheet-iframe-data.html |
| @@ -6,6 +6,7 @@ |
| <script> |
| function iframeOnload() |
| { |
| + window.parent.injectStyleSheet(window); |
| console.log("iframe loaded"); |
| } |
| </script> |