mirror of
https://github.com/servo/servo.git
synced 2025-09-07 05:28:21 +01:00
Update web-platform-tests to revision 83b0a62af874eaf20e9d97d2fb9e15e91f3d109f
This commit is contained in:
parent
95f9e14e67
commit
3f33c72bb4
193 changed files with 1605 additions and 458 deletions
|
@ -94,9 +94,9 @@ function validate_window(win, url, opts) {
|
|||
resultList.sort(compare_urls);
|
||||
|
||||
for (var i = 0; i < resultList.length; ++i) {
|
||||
assert_equals(expected[i].url, resultList[i].url,
|
||||
assert_equals(resultList[i].url, expected[i].url,
|
||||
'client should have expected url');
|
||||
assert_equals(expected[i].frameType, resultList[i].frameType,
|
||||
assert_equals(resultList[i].frameType, expected[i].frameType,
|
||||
'client should have expected frame type');
|
||||
}
|
||||
return win;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue