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

Unified Diff: LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash.xml

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
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash.xml
diff --git a/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash.xml b/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash.xml
new file mode 100644
index 0000000000000000000000000000000000000000..70d5d79eceab6eb49b5066c098998a8a96829436
--- /dev/null
+++ b/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<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>
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-clashing-element-id-tree-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698