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

Side by Side Diff: LayoutTests/fast/xsl/resources/mozilla-tests.xml

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP: async XHR, rewriting layout tests Created 6 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="mozilla-tests.xsl"?> 2 <?xml-stylesheet type="text/xsl" href="mozilla-tests.xsl"?>
3 <!-- this is a test document --> 3 <!-- this is a test document -->
4 <document> 4 <document>
5 <!-- test comment --> 5 <!-- test comment -->
6 <x name="x">x</x> 6 <x name="x">x</x>
7 <y name="y">y</y> 7 <y name="y">y</y>
8 <z name="z">z</z> 8 <z name="z">z</z>
9 9
10 <abc> 10 <abc>
11 <def>def</def> 11 <def>def</def>
12 </abc> 12 </abc>
13 </document> 13 </document>
OLDNEW
« no previous file with comments | « LayoutTests/fast/xsl/resources/import-after-comment.xml ('k') | LayoutTests/fast/xsl/resources/mozilla-tests.xsl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698