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

Side by Side Diff: LayoutTests/http/tests/incremental/resources/slow.xsl

Issue 27394002: Process decoded bytes when in stopped (but not detached) state (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add comment and test Created 7 years, 2 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' encoding='utf-8'?>
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 <xsl:output method="html"/> 2 <xsl:output method="html"/>
4 <xsl:template match="//*"> 3 <xsl:template match="RESULT">
5 <script> 4 <html>
5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 </script> 8 </script>
9 <div>PASS</div> 9 PASSED
10 </html>
10 </xsl:template> 11 </xsl:template>
11 </xsl:stylesheet> 12 </xsl:stylesheet>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698