revert element test

This commit is contained in:
Halil Durak
2025-10-17 15:49:17 +03:00
parent 4c4feef9fc
commit 6820a00cd0

View File

@@ -29,10 +29,10 @@
<script id=a> <script id=a>
let a = document.createElement('a'); let a = document.createElement('a');
//testing.expectEqual('', a.href); testing.expectEqual('', a.href);
//testing.expectEqual('', a.host); testing.expectEqual('', a.host);
//a.href = 'about'; a.href = 'about';
//testing.expectEqual('http://localhost:9582/src/tests/html/about', a.href); testing.expectEqual('http://localhost:9582/src/tests/html/about', a.href);
testing.expectEqual(true, true); testing.expectEqual(true, true);
</script> </script>