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

Unified Diff: LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.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
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/styles-3/selector-source-data.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html
diff --git a/LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html b/LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html
index a5974a1d6e038dc398297fc8d0c3ee051debf3cd..f1900c80d6a6548ad608a04d3c90c7913fe857a5 100644
--- a/LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html
+++ b/LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html
@@ -66,7 +66,7 @@ function test()
function testNewElementStyles()
{
- function callback(error, matchedCSSRules)
+ function callback(error, inlineStyle, attributeStyle, matchedCSSRules)
{
if (error) {
InspectorTest.addResult("error: " + error);
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/styles-3/selector-source-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698