| Index: samples/third_party/todomvc/test/mainpage_test.dart
|
| diff --git a/samples/third_party/todomvc/test/mainpage_test.dart b/samples/third_party/todomvc/test/mainpage_test.dart
|
| index b919607e111010b4a18e7e66fdd613b68b9d1e90..e5b94ff507837743a0c9c86f81ce76f38a88c404 100644
|
| --- a/samples/third_party/todomvc/test/mainpage_test.dart
|
| +++ b/samples/third_party/todomvc/test/mainpage_test.dart
|
| @@ -38,7 +38,7 @@ main() {
|
|
|
| // Validate the stylesheet was loaded
|
| if (js.context.hasProperty('ShadowDOMPolyfill')) {
|
| - final style = document.head.querySelector('style[ShadowCSSShim]');
|
| + final style = document.head.querySelector('style[shim-shadowdom-css]');
|
| expect(style.text, contains('\ntd-todos #todoapp {'));
|
| } else {
|
| final style = root.querySelector('style');
|
|
|