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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2 <organizations>
3 <organization name="A">
4 <CEO name="B" id="tree">
5 <SalesManager name="C"/>
6 <OperationsManager name="D"/>
7 <RnDManager name="E">
8 <ReasearchHead name="F"/>
9 </RnDManager>
10 </CEO>
11 </organization>
12 </organizations>
OLDNEW
« 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