mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
Update web-platform-tests to revision 8fed98324bc133df221d778c62cbff210d43b0ce
This commit is contained in:
parent
be902d56c0
commit
8a6476740e
246 changed files with 15482 additions and 1281 deletions
|
@ -5,7 +5,7 @@
|
|||
var log = function() {}, // see comment below
|
||||
p = function() {}, // see comment below
|
||||
fails = [null, "", "x", "x/x", "text/html", "text/json"],
|
||||
passes = ["text/javascript", "text/ecmascript", "text/ecmascript;blah"]
|
||||
passes = ["text/javascript", "text/ecmascript", "text/ecmascript;blah", "text/javascript1.0"]
|
||||
|
||||
// Ideally we'd also check whether the scripts in fact execute, but that would involve
|
||||
// timers and might get a bit racy without cross-browser support for the execute events.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue