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

Unified Diff: LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html

Issue 198053011: DevTools: [CSS] remove StyleId and RuleId types from protocol.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address @apavlov comments Created 6 years, 8 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/css/css-set-property-text-inline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html
diff --git a/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html b/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html
index eca5feabf7b1876b2c45de46a458d3bb3f68b9a7..f6adbcff1dea1584c9a6f7a5194e61e798d72ca9 100644
--- a/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html
+++ b/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html
@@ -42,7 +42,7 @@ function test()
function onGotInlineStyles(result)
{
- inlineStyleSheetId = result.inlineStyle.styleId.styleSheetId;
+ inlineStyleSheetId = result.inlineStyle.styleSheetId;
sendCommand("CSS.getStyleSheetText", { styleSheetId: inlineStyleSheetId }, onReceiveStyleSheetText);
}
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/css/css-set-property-text-inline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698