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

Side by Side Diff: LayoutTests/fast/xsl/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
« no previous file with comments | « LayoutTests/fast/xsl/document-function.html ('k') | LayoutTests/fast/xsl/document-function.xsl » ('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 <?xml-stylesheet type="text/xsl" href="document-function.xsl"?>
3 <doc>
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>
6 <para>This is another paragraph</para>
7 </doc>
OLDNEW
« no previous file with comments | « LayoutTests/fast/xsl/document-function.html ('k') | LayoutTests/fast/xsl/document-function.xsl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698