| Index: third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/xslt-document-insertion.xsl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/xslt-document-insertion.xsl b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/xslt-document-insertion.xsl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8dc91501fffd5542bd884f8c5c4fbdc249a073e5
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/xslt-document-insertion.xsl
|
| @@ -0,0 +1,18 @@
|
| +<?xml version="1.0" encoding="ISO-8859-1"?>
|
| +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
| + <xsl:template match="/">
|
| + <html>
|
| + <title>Checks that an XSLT-generated HTML doc allows first-party cookies</title>
|
| + <script>
|
| + if (window.testRunner) {
|
| + testRunner.waitUntilDone();
|
| + testRunner.dumpAsText();
|
| + testRunner.dumpChildFramesAsText();
|
| + }
|
| + </script>
|
| + <body>
|
| + <iframe allow="payment" src="http://127.0.0.1:8000/feature-policy/resources/blank.html"></iframe>
|
| + </body>
|
| + </html>
|
| + </xsl:template>
|
| +</xsl:stylesheet>
|
|
|