| Index: LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
|
| diff --git a/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt b/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
|
| index 93353681da274b4b0626e2d086d256731ba670ba..8780fb57e6c6a75c8ed6a8eabddd844da385261d 100644
|
| --- a/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
|
| +++ b/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
|
| @@ -19,6 +19,9 @@ Dump styles after editing:
|
| element.style { ()
|
|
|
| [expanded]
|
| +#testDiv, my-custom-tag { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
|
| +
|
| +[expanded]
|
| #testDiv { (style.css:1 -> style.css:1:1)
|
| color: green;
|
|
|
| @@ -33,6 +36,9 @@ Dump styles after inspector was reopened:
|
| element.style { ()
|
|
|
| [expanded]
|
| +#testdiv, my-custom-tag { ()
|
| +
|
| +[expanded]
|
| #testDiv { (style.css:1 -> style.css:1:1)
|
| color: green;
|
|
|
|
|