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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-rule-list.html

Issue 2759703003: DevTools: add support for polling for coverage data in CSS agent (Closed)
Patch Set: moved ranges sorting so it also works for CSS ranges Created 3 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: third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-rule-list.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-rule-list.html b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-rule-list.html
index cd57e22baab6e0ffe35630b89b8c8954f2278b46..28be22917be875ca6f5674583bdfbaed8dd91137 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-rule-list.html
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-rule-list.html
@@ -39,7 +39,7 @@ function test()
}
</script>
-<link rel="stylesheet" href="resources/get-rule-list.css">
+<link rel="stylesheet" href="resources/coverage.css">
</head>
<body onload="runTest();">
<h1 class="class">Class Selector</h1>

Powered by Google App Engine
This is Rietveld 408576698