mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
deps: Upgrade to latest version of our downstream WebRender fork (0.67) (#36770)
Signed-off-by: Martin Robinson <mrobinson@igalia.com> Fixes: #36717. Testing: This is covered by existing tests. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
d1f7a90619
commit
b10fc49e8a
5 changed files with 35 additions and 25 deletions
7
tests/wpt/meta/MANIFEST.json
vendored
7
tests/wpt/meta/MANIFEST.json
vendored
|
@ -7833,6 +7833,13 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"iframe-hit-test-during-load-event-crash.html": [
|
||||
"f668fc51573647e633fc3ac6430735d6fb4dfea7",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"iframe-loading-lazy-simple-crash.html": [
|
||||
"b0b251438f73811ce2ec4d82fe47ffb3a2445c93",
|
||||
[
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<div style="visibility: hidden;">
|
||||
<iframe id="iframe"></iframe>
|
||||
</div>
|
||||
<script>
|
||||
window.addEventListener("load", _ =>
|
||||
iframe.contentDocument.elementFromPoint(0, 0)
|
||||
);
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue