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

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

Issue 1350183004: DevTools: CSS.getMatchedStylesForNode protocol command to return inline styles (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix tests Created 5 years, 3 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 0c62581f83aedca71c598c99514ce63fbabff3b7..b860b330b95f411dfbd68ff4d04e933cbf90b01a 100644
--- a/LayoutTests/inspector/elements/styles-3/selector-source-data.html
+++ b/LayoutTests/inspector/elements/styles-3/selector-source-data.html
@@ -24,7 +24,7 @@ function test()
InspectorTest.CSSAgent.getMatchedStylesForNode(node.id, stylesLoaded);
}
- function stylesLoaded(error, rules)
+ function stylesLoaded(error, inlineStyle, attributeStyle, rules)
{
if (error) {
InspectorTest.addResult("Failed to get styles: " + error);

Powered by Google App Engine
This is Rietveld 408576698