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

Unified Diff: tests/html/shadow_dom_layout_test.dart

Issue 11748003: Fixing up WebComponents types & tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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_layout_test.dart
diff --git a/tests/html/shadow_dom_layout_test.dart b/tests/html/shadow_dom_layout_test.dart
index 389ba17e50c9ad42c56cfc6efd98c355f639f953..5a1d6b8c14213d8d4ae23ad52d3c604ed579019d 100644
--- a/tests/html/shadow_dom_layout_test.dart
+++ b/tests/html/shadow_dom_layout_test.dart
@@ -20,7 +20,7 @@ main() {
var greenbox = _colorBox('green', 60, 10);
// assemble DOM
- var sRoot = div.webkitCreateShadowRoot();
+ var sRoot = div.createShadowRoot();
sRoot.nodes.add(new Element.html('<content select=".foo"></content>'));
sRoot.nodes.add(redbox);
sRoot.nodes.add(new Element.tag('content'));

Powered by Google App Engine
This is Rietveld 408576698