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

Unified Diff: LayoutTests/inspector/elements/styles/multiple-imports-edit-crash.html

Issue 198053011: DevTools: [CSS] remove StyleId and RuleId types from protocol.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 6 years, 9 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/multiple-imports-edit-crash.html
diff --git a/LayoutTests/inspector/elements/styles/multiple-imports-edit-crash.html b/LayoutTests/inspector/elements/styles/multiple-imports-edit-crash.html
index 1fde874179bec5699f79909353e215f62e19b88b..1d2dab4d8a4f19ca0fceb6f76ec6ccf63858f93f 100644
--- a/LayoutTests/inspector/elements/styles/multiple-imports-edit-crash.html
+++ b/LayoutTests/inspector/elements/styles/multiple-imports-edit-crash.html
@@ -27,7 +27,7 @@ function test()
function matchedStylesCallback(styles)
{
- styleSheetId = styles.matchedCSSRules[1].id.styleSheetId;
+ styleSheetId = styles.matchedCSSRules[1].styleSheetId;
InspectorTest.addResult("Setting stylesheet text...");
CSSAgent.setStyleSheetText(styleSheetId,
"@import url(resources/multiple-imports-edit-crash-1.css);\n@import url(resources/multiple-imports-edit-crash-2.css);\n#inspected { color: black }\n");

Powered by Google App Engine
This is Rietveld 408576698