mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Update web-platform-tests to revision a46616a5b18e83587ddbbed756c7b96cbb4b015d
This commit is contained in:
parent
3f07cfec7c
commit
578498ba24
4001 changed files with 159517 additions and 30260 deletions
|
@ -85,7 +85,7 @@ onload = function() {
|
|||
}
|
||||
|
||||
('iframe src, a href, base href, link href, img src, embed src, object data, track src, video src, audio src, input src, form action, ' +
|
||||
'input formaction formAction, button formaction formAction, menuitem icon, script src').split(', ').forEach(function(str) {
|
||||
'input formaction formAction, button formaction formAction, script src').split(', ').forEach(function(str) {
|
||||
var arr = str.split(' ');
|
||||
test_reflecting(arr[0], arr[1], arr[2]);
|
||||
});
|
||||
|
@ -292,7 +292,6 @@ onload = function() {
|
|||
});
|
||||
|
||||
// XXX test <img srcset> or its successor
|
||||
// <menuitem icon> could also be tested but the spec doesn't require it to be loaded...
|
||||
|
||||
// loading video
|
||||
function test_load_video(tag, use_source_element) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue