mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
add title to test; update manifest.
This commit is contained in:
parent
3ec15aa3df
commit
53da1e3915
2 changed files with 2 additions and 2 deletions
|
@ -25869,7 +25869,7 @@
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/img_async_src_set_before_window_load.html": [
|
"mozilla/img_async_src_set_before_window_load.html": [
|
||||||
"ef8a1a0623d6f6743bd27e47df4dd77535da0d3e",
|
"c7895fe3b7b7f11a4853760e386e12a08bb51b96",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/img_find_non_sibling_map.html": [
|
"mozilla/img_find_non_sibling_map.html": [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title></title>
|
<title>Shouldn't panic when setting src attribute on img asynchronously before window.onload.</title>
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
<img id="image" src="#">
|
<img id="image" src="#">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue