| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/call-success-with-integrity-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/call-success-with-integrity-frame.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/call-success-with-integrity-frame.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..82637db857c23f68225cea714940afb09d3d1e35
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/call-success-with-integrity-frame.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| +<script>
|
| +function success() {
|
| + console.log("Script loaded successfully.");
|
| +}
|
| +
|
| +function scriptFail() {
|
| + console.log("Script failed to load.");
|
| +}
|
| +</script>
|
| +
|
| +<script onerror='scriptFail();' integrity='sha256-B0/62fJSJFrdjEFR9ba04m/D+LHQ+zG6PGcaR0Trpxg=' src='call-success.js'></script>
|
| +</html>
|
|
|