| Index: LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt
|
| diff --git a/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt b/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt
|
| index ab96e8d39015808c056a0dc8be3fddbe0cc0f2ce..4deded6fcad3201a9cd3899bdd404352adc7564d 100644
|
| --- a/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt
|
| +++ b/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt
|
| @@ -4,6 +4,7 @@ Dumping matched rules:
|
| *#inspected* { regular
|
| color: red;
|
| }
|
| +Dumping inherited rules:
|
| Adding a rule to the existing stylesheet.
|
| ==== Style sheet text ====
|
| #inspected {}#inspected {
|
| @@ -15,6 +16,7 @@ Dumping matched rules:
|
| *#inspected* { regular
|
| color: red;
|
| }
|
| +Dumping inherited rules:
|
| Creating inspector stylesheet.
|
| Style sheet added: inspector
|
| Adding a rule to the inspector stylesheet.
|
| @@ -28,4 +30,5 @@ Dumping matched rules:
|
| }
|
| *#inspected* { inspector
|
| }
|
| +Dumping inherited rules:
|
|
|
|
|