update body.onload test

This commit is contained in:
Halil Durak
2026-03-10 19:16:35 +03:00
parent ba3da32ce6
commit a22040efa9

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<body onload=func1></body>
<body onload="func1(event)"></body>
<script src="../testing.js"></script>
<script id=bodyOnLoad1>
@@ -14,4 +14,3 @@
testing.expectEqual(1, called);
});
</script>