Chromium Code Reviews| Index: tests/html/shadow_dom_layout_test.dart |
| =================================================================== |
| --- tests/html/shadow_dom_layout_test.dart (revision 14747) |
| +++ tests/html/shadow_dom_layout_test.dart (working copy) |
| @@ -2,9 +2,9 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -#library('ShadowDOMTest'); |
| +library ShadowDOMTest; |
|
Siggi Cherem (dart-lang)
2012/11/09 19:02:35
shadow_dom_test
|
| -#import('dart:html'); |
| +import 'dart:html'; |
| // Test that children of a shadow host get distributed properly to the |
| // insertion points of a shadow subtree. Output should be three boxes, |