Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/script.js |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/script.js b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/script.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..54eaf530c5909b9e1c9c2d412cfb817ea3573142 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/script.js |
@@ -0,0 +1,2 @@ |
+var result = document.getElementById("result"); |
+result.firstChild.nodeValue = result.attributes.getNamedItem("text").value; |