mirror of
https://github.com/servo/servo.git
synced 2025-09-01 10:38:25 +01:00
Update web-platform-tests to revision 78f764c05c229883e87ad135c7153051a66e2851
This commit is contained in:
parent
55347aa39f
commit
bf84a079f9
1983 changed files with 58006 additions and 31437 deletions
|
@ -11,7 +11,10 @@ async_test(function (t) {
|
|||
t.step_func_done(function(entryList) {
|
||||
assert_equals(entryList.getEntries().length, 1);
|
||||
const entry = entryList.getEntries()[0];
|
||||
checkElement(entry, 'my_svg', beforeRender);
|
||||
const index = window.location.href.lastIndexOf('/');
|
||||
const pathname = window.location.href.substring(0, index) +
|
||||
'/resources/circle.svg';
|
||||
checkElement(entry, pathname, 'my_svg', beforeRender);
|
||||
// Assume viewport has size at least 200, so the element is fully visible.
|
||||
checkRect(entry, [0, 200, 0, 200]);
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue