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

Unified Diff: pkg/third_party/html5lib/test/support.dart

Issue 268623002: [html5lib] implement querySelector/querySelectorAll (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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
« no previous file with comments | « pkg/third_party/html5lib/test/selectors/selectors.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/third_party/html5lib/test/support.dart
diff --git a/pkg/third_party/html5lib/test/support.dart b/pkg/third_party/html5lib/test/support.dart
index 4d2cb5afc52ef873a6e9657032a7f2baf8f44679..e0454747acc878c472c854c2a7620c1b7e891725 100644
--- a/pkg/third_party/html5lib/test/support.dart
+++ b/pkg/third_party/html5lib/test/support.dart
@@ -140,6 +140,8 @@ class TestSerializer extends TreeVisitor {
indent -= 1;
}
+ visitDocumentFragment(DocumentFragment node) => visitDocument(node);
+
visitElement(Element node) {
_newline();
_str.write(node);
« no previous file with comments | « pkg/third_party/html5lib/test/selectors/selectors.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698