Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-root-element-id-tree-appearing-blank-expected.txt

Issue 23604028: [XML Viewer crash] Store the reference of pretty-print div as tree to be used during the processing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-root-element-id-tree-appearing-blank-expected.txt
diff --git a/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-root-element-id-tree-appearing-blank-expected.txt b/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-root-element-id-tree-appearing-blank-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..99d96c2fee0fefddb04e56ad493674e4eb54feaf
--- /dev/null
+++ b/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-root-element-id-tree-appearing-blank-expected.txt
@@ -0,0 +1,10 @@
+This XML file does not appear to have any style information associated with it. The document tree is shown below.
+<organization name="A" id="tree">
+<CEO name="B">
+<SalesManager name="C"/>
+<OperationsManager name="D"/>
+<RnDManager name="E">
+<ReasearchHead name="F"/>
+</RnDManager>
+</CEO>
+</organization>

Powered by Google App Engine