| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/xml-with-stylesheet.xsl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/xml-with-stylesheet.xsl b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/xml-with-stylesheet.xsl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..13947f191f55cf4949be09aedeba2a9a9097806a
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/xml-with-stylesheet.xsl
|
| @@ -0,0 +1,7 @@
|
| +<?xml version="1.0"?>
|
| +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
| + <xsl:output method="text"/>
|
| + <xsl:template match="/">
|
| + The Data: <xsl:value-of select="/foo/bar"/>
|
| + </xsl:template>
|
| +</xsl:stylesheet>
|
|
|