| Index: tests/html/shadow_dom_test.dart
|
| diff --git a/tests/html/shadow_dom_test.dart b/tests/html/shadow_dom_test.dart
|
| index 749f490dcc211041654d4f0429df8e5189610506..4f058eba3c05f0efd0e78c7d66394a15c0f9eb2e 100644
|
| --- a/tests/html/shadow_dom_test.dart
|
| +++ b/tests/html/shadow_dom_test.dart
|
| @@ -9,7 +9,7 @@
|
|
|
| main() {
|
| useHtmlConfiguration();
|
| -
|
| +
|
| group('ShadowDOM tests', () {
|
|
|
| var div1, div2, shadowRoot, paragraph1, paragraph2;
|
| @@ -39,7 +39,7 @@ main() {
|
| expect(shadowRoot.parent, isNull);
|
| });
|
|
|
| -
|
| +
|
| // TODO(samhop): test that <content> and <content select="foo"> and
|
| // <shadow>
|
| // work properly. This is blocked on having a good way to do browser
|
| @@ -47,6 +47,6 @@ main() {
|
|
|
| test('Querying in shadowed fragment respects the shadow boundary.', () {
|
| expect(shadowRoot.queryAll('.foo'), equals([paragraph1]));
|
| - });
|
| + });
|
| });
|
| }
|
|
|