mirror of
https://github.com/servo/servo.git
synced 2025-07-31 11:10:22 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
18
tests/content/test_script_src_attribute.html
Normal file
18
tests/content/test_script_src_attribute.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<html>
|
||||
<head id="foo">
|
||||
<title></title>
|
||||
<script src="harness.js"></script>
|
||||
</head>
|
||||
<script>
|
||||
let script = document.getElementById("test");
|
||||
|
||||
{
|
||||
is(script.src, "/x.js");
|
||||
}
|
||||
|
||||
finish();
|
||||
</script>
|
||||
<body>
|
||||
<script src="/x.js" id="test"/>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue