| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/alternate-stylesheets.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/alternate-stylesheets.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/alternate-stylesheets.html
|
| index 1b97b2c910eeba3f95d3bc00546a09895deb2604..c18b603c5b2404c26728827b35d0f21fe6f187c3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/alternate-stylesheets.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/alternate-stylesheets.html
|
| @@ -14,4 +14,5 @@
|
|
|
| shouldBeEqualToString("getComputedStyle(root.querySelector('div')).color", "rgb(0, 128, 0)");
|
| shouldBeEqualToString("getComputedStyle(alternate).color", "rgb(0, 128, 0)");
|
| + shouldBeNull("host.shadowRoot.styleSheets[0].title");
|
| </script>
|
|
|