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 78524ff225a4336ffad2f167455463698410a35f..ab96e8d39015808c056a0dc8be3fddbe0cc0f2ce 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 |
@@ -5,20 +5,26 @@ Dumping matched rules: |
color: red; |
} |
Adding a rule to the existing stylesheet. |
+==== Style sheet text ==== |
+#inspected {}#inspected { |
+ color: red; |
+} |
Dumping matched rules: |
*#inspected* { regular |
- color: red; |
} |
*#inspected* { regular |
+ color: red; |
} |
Creating inspector stylesheet. |
Style sheet added: inspector |
Adding a rule to the inspector stylesheet. |
+==== Style sheet text ==== |
+#inspected {} |
Dumping matched rules: |
*#inspected* { regular |
- color: red; |
} |
*#inspected* { regular |
+ color: red; |
} |
*#inspected* { inspector |
} |