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

Side by Side Diff: LayoutTests/http/tests/misc/resources/location-test-xsl-style-sheet.xsl

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 3
4 <xsl:template match="/"> 4 <xsl:template match="/">
5 5
6 <html> 6 <html>
7 <head> 7 <head>
8 8
9 <script language="JavaScript"> 9 <script language="JavaScript">
10 10
(...skipping 10 matching lines...) Expand all
21 21
22 </script> 22 </script>
23 23
24 </head> 24 </head>
25 25
26 <body onload="_onLoad();"><div id="fail" style="color: red;"></div><div id="p ass" style="color: green;"></div></body> 26 <body onload="_onLoad();"><div id="fail" style="color: red;"></div><div id="p ass" style="color: green;"></div></body>
27 </html> 27 </html>
28 28
29 </xsl:template> 29 </xsl:template>
30 30
31 </xsl:stylesheet> 31 </xsl:stylesheet>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698