mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Update web-platform-tests to revision 6b6163867ad474d977778a3f19c378a05a4851dc
This commit is contained in:
parent
3ebd42caa3
commit
498854a0e4
49 changed files with 587 additions and 173 deletions
|
@ -18,8 +18,8 @@ function loadScripts(paths) {
|
|||
}
|
||||
|
||||
function performChromiumSetup() {
|
||||
// Make sure we are actually on Chromium.
|
||||
if (!Mojo) {
|
||||
// Make sure we are actually on Chromium with Mojo enabled.
|
||||
if (typeof Mojo === 'undefined') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue