mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
revert element test
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user