aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWebEngineCore/resources/index.html
blob: 4c020b714d52fdcb502299a0fe9dd7458d2bb378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
 <head>
 <script type="text/javascript">
function setCookie() {
    document.cookie = "test1"
    document.cookie = "test2"
}
</script>
 </head>
 <body onload="setCookie()">
 </body>
</html>