| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-1/add-new-rule-inline-style-csp.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/add-new-rule-inline-style-csp.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/add-new-rule-inline-style-csp.html
|
| index 3d449cdc505126c004ae7a41d4950d4130090be3..8cc12dff20c1b26002b37cc860e5178dd51a2056 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/add-new-rule-inline-style-csp.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/add-new-rule-inline-style-csp.html
|
| @@ -28,7 +28,7 @@ function test()
|
|
|
| function successCallback(section)
|
| {
|
| - rule = section.styleRule.rule();
|
| + rule = section.style().parentRule;
|
| InspectorTest.addResult("=== Rule added ===");
|
| InspectorTest.addResult(rule.selectorText() + " {" + rule.style.cssText + "}");
|
| InspectorTest.addResult("Selectors matching the (#inspected) node: " + InspectorTest.matchingSelectors(rule));
|
|
|