| Index: LayoutTests/fast/dom/shadow/content-pseudo-element-overridden-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/content-pseudo-element-overridden-expected.txt b/LayoutTests/fast/dom/shadow/content-pseudo-element-overridden-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..014d017c352d808e5a42caeb0b29905043d44c0f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/shadow/content-pseudo-element-overridden-expected.txt
|
| @@ -0,0 +1,11 @@
|
| +content
|
| +Test for crbug.com/274059. Should be able to override ::content styles in shadow root style sheet from the document.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS window.getComputedStyle(document.querySelector(".contentClass")).color is "rgb(0, 0, 255)"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|