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

Unified Diff: pkg/mdv/test/template_element_test.dart

Issue 19482024: fix parsing of semantic template interation w/ shadowdom polyfill (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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: pkg/mdv/test/template_element_test.dart
diff --git a/pkg/mdv/test/template_element_test.dart b/pkg/mdv/test/template_element_test.dart
index fb640c9127498e9eef81ffad0b01e193998b0442..ff3728c6b489f8a7b9a14abeb255cc76fb09cb17 100644
--- a/pkg/mdv/test/template_element_test.dart
+++ b/pkg/mdv/test/template_element_test.dart
@@ -1118,7 +1118,7 @@ templateElementTests() {
});
observeTest('NestedIterateTableMixedSemanticNative', () {
- if (!TemplateElement.supported) return;
justinfagnani 2013/07/23 21:05:14 Does TemplateElement.supported work properly? Does
Jennifer Messerly 2013/07/23 21:09:32 I think the issue is that Shadow DOM polyfill crea
+ if (!parserHasNativeTemplate) return;
var div = createTestHtml(
'<table><tbody>'

Powered by Google App Engine
This is Rietveld 408576698