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

Side by Side Diff: LayoutTests/fast/xsl/resources/document-function.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="document-function.xsl"?> 2 <?xml-stylesheet type="text/xsl" href="document-function.xsl"?>
3 <doc> 3 <doc>
4 <para>This tests the xslt document() function. If this test is successful, there should be three paragraphs below.</para> 4 <para>This tests the xslt document() function. If this test is successful, there should be three paragraphs below.</para>
5 <para>This is a paragraph</para> 5 <para>This is a paragraph</para>
6 <para>This is another paragraph</para> 6 <para>This is another paragraph</para>
7 </doc> 7 </doc>
OLDNEW
« no previous file with comments | « LayoutTests/fast/xsl/mozilla-tests-expected.txt ('k') | LayoutTests/fast/xsl/resources/document-function.xsl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698