Skip to content

Commit 92226a8

Browse files
authored
Merge pull request #1090 from lightpanda-io/script_data_url_test
add script dataurl test
2 parents 58ceb66 + 134424d commit 92226a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/html/script/script.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@
1717
script.nonce = 'hello';
1818
testing.expectEqual('hello', script.nonce);
1919
</script>
20+
21+
<script id=datauri src="data:text/plain;charset=utf-8;base64,dGVzdGluZy5leHBlY3RFcXVhbCh0cnVlLCB0cnVlKTs="></script>

0 commit comments

Comments
 (0)