Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: LayoutTests/inspector/elements/styles/resources/inject-stylesheet-iframe-data.html

Issue 1058723002: Remove testRunner.injectStyleSheet usage from layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update baseline Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698