mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
revert element test
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
|
||||
<script id=a>
|
||||
let a = document.createElement('a');
|
||||
//testing.expectEqual('', a.href);
|
||||
//testing.expectEqual('', a.host);
|
||||
//a.href = 'about';
|
||||
//testing.expectEqual('http://localhost:9582/src/tests/html/about', a.href);
|
||||
testing.expectEqual('', a.href);
|
||||
testing.expectEqual('', a.host);
|
||||
a.href = 'about';
|
||||
testing.expectEqual('http://localhost:9582/src/tests/html/about', a.href);
|
||||
testing.expectEqual(true, true);
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user