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

Unified Diff: LayoutTests/inspector-protocol/page/enable-disable.html

Issue 363823004: DevTools: Do not load css resources content before CSS agent is enabled. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/resources/style.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector-protocol/page/enable-disable.html
diff --git a/LayoutTests/inspector-protocol/page/enable-disable.html b/LayoutTests/inspector-protocol/page/enable-disable.html
index 4568d1ef2ac907c77b725b58b118b984df61adb0..c4278fe773c675e872e75bbae74c7e3c03e1f414 100644
--- a/LayoutTests/inspector-protocol/page/enable-disable.html
+++ b/LayoutTests/inspector-protocol/page/enable-disable.html
@@ -59,6 +59,7 @@ function test()
}
</script>
+<link href="resources/style.css" rel="stylesheet">
</head>
<body onload="runTest()">
</body>
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/resources/style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698