Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: tests/html/shadow_dom_test.dart

Issue 10987080: Adding 'supported' check for shadow root. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporating review feedback. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]));
- });
+ });
});
}
« no previous file with comments | « lib/html/templates/html/interface/interface_ShadowRoot.darttemplate ('k') | tests/html/shadowroot_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698