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

Unified Diff: LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash-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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash-expected.txt
diff --git a/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash-expected.txt b/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8e7847a0fdb113d443f7d66d84b1cc36731ebca0
--- /dev/null
+++ b/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash-expected.txt
@@ -0,0 +1,12 @@
+This XML file does not appear to have any style information associated with it. The document tree is shown below.
+<organizations>
+<organization name="A">
+<CEO name="B" id="tree">
+<SalesManager name="C"/>
+<OperationsManager name="D"/>
+<RnDManager name="E">
+<ReasearchHead name="F"/>
+</RnDManager>
+</CEO>
+</organization>
+</organizations>

Powered by Google App Engine
This is Rietveld 408576698