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

Unified Diff: LayoutTests/inspector-protocol/css/css-set-property-text-inline.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
Index: LayoutTests/inspector-protocol/css/css-set-property-text-inline.html
diff --git a/LayoutTests/inspector-protocol/css/css-set-property-text-inline.html b/LayoutTests/inspector-protocol/css/css-set-property-text-inline.html
index 8d9c33467d8692133affd62668ca02b2f8520f43..1f4a61c4ae1b548f24e946c13b9106b5d4b6d1d0 100644
--- a/LayoutTests/inspector-protocol/css/css-set-property-text-inline.html
+++ b/LayoutTests/inspector-protocol/css/css-set-property-text-inline.html
@@ -25,7 +25,7 @@ function test()
function onInlineStyleRecieved(result)
{
- var styleSheetId = result.inlineStyle.styleId.styleSheetId;
+ var styleSheetId = result.inlineStyle.styleSheetId;
setPropertyText = InspectorTest.setPropertyText.bind(InspectorTest, styleSheetId, false);
verifyProtocolError = InspectorTest.setPropertyText.bind(InspectorTest, styleSheetId, true);
dumpStyleSheet = InspectorTest.dumpStyleSheetText.bind(null, styleSheetId);

Powered by Google App Engine
This is Rietveld 408576698