mirror of
https://github.com/servo/servo.git
synced 2025-08-29 00:58:20 +01:00
Update web-platform-tests to revision 50ff4f970fd8592a9f436d4e86e7d572de143260
This commit is contained in:
parent
82bbf3ad45
commit
8ea5658199
150 changed files with 4737 additions and 998 deletions
|
@ -22,7 +22,7 @@
|
|||
const link = frame.contentDocument.querySelector("#blob-url");
|
||||
link.href.baseVal = URL.createObjectURL(blob);
|
||||
|
||||
link.click();
|
||||
link.dispatchEvent(new Event('click'));
|
||||
|
||||
t.step_timeout(() => t.done(), 1000);
|
||||
}));
|
||||
|
@ -30,4 +30,4 @@
|
|||
root.appendChild(frame);
|
||||
}, "Clicking on an <a> element with a download attribute must not throw an exception");
|
||||
]]></script>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue