Skip to content

Commit 134424d

Browse files
committed
add script dataurl test
1 parent 58ceb66 commit 134424d

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)