Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
moorts committed Sep 28, 2023
1 parent 4f2f7d6 commit d9d7578
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions taint/test/mochitest/test_websocket_sinks.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE HTML>
<html>
<head>
<html> <head>
<meta charset="utf-8">
<title>Test WebSocket Sinks</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
Expand Down Expand Up @@ -39,10 +38,8 @@

// Create working websocket
let sink = new WebSocket("ws://mochi.test:8888/tests/taint/test/mochitest/file_websocket");
info("WTF");

sink.addEventListener("open", (event) => {
info("OPENED");
sink.send(tainted_str);
sink.close();
});
Expand Down

0 comments on commit d9d7578

Please sign in to comment.