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

Unified Diff: LayoutTests/inspector/elements/styles-3/selector-source-data.html

Issue 1196193016: DevTools: [CSS] promisify CSS domain (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 5 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
Index: LayoutTests/inspector/elements/styles-3/selector-source-data.html
diff --git a/LayoutTests/inspector/elements/styles-3/selector-source-data.html b/LayoutTests/inspector/elements/styles-3/selector-source-data.html
index ec485d5af5a1032c51ec3074aada3a528a166bba..bb72024925d9cd736f98c6bea262eef708e60057 100644
--- a/LayoutTests/inspector/elements/styles-3/selector-source-data.html
+++ b/LayoutTests/inspector/elements/styles-3/selector-source-data.html
@@ -21,7 +21,7 @@ function test()
function nodeFound(node)
{
- InspectorTest.CSSAgent.getMatchedStylesForNode(node.id, true, true, stylesLoaded);
+ InspectorTest.CSSAgent.getMatchedStylesForNode(node.id, true, true, stylesLoaded);
}
function stylesLoaded(error, rules)
« no previous file with comments | « LayoutTests/inspector/agents-enable-disable.html ('k') | LayoutTests/inspector/elements/styles-4/styles-new-API.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698