mirror of
https://github.com/servo/servo.git
synced 2025-09-06 21:18:20 +01:00
Update web-platform-tests to revision 68a256f49be380ca4add535ce8ece9de28820e6b
This commit is contained in:
parent
e54935c25a
commit
cd5bf022bd
178 changed files with 6082 additions and 795 deletions
|
@ -7,7 +7,7 @@
|
|||
if ((typeof mojo !== 'undefined') && mojo.internal && mojo.config) {
|
||||
|
||||
(function() {
|
||||
var mojomId = 'mojo/common/string16.mojom';
|
||||
var mojomId = 'mojo/public/mojom/base/string16.mojom';
|
||||
if (mojo.internal.isMojomLoaded(mojomId)) {
|
||||
console.warn('The following mojom is loaded multiple times: ' + mojomId);
|
||||
return;
|
||||
|
@ -87,7 +87,7 @@ if ((typeof mojo !== 'undefined') && mojo.internal && mojo.config) {
|
|||
|
||||
if ((typeof mojo === 'undefined') || !mojo.internal || !mojo.config) {
|
||||
|
||||
define("mojo/common/string16.mojom", [
|
||||
define("mojo/public/mojom/base/string16.mojom", [
|
||||
"mojo/public/js/associated_bindings",
|
||||
"mojo/public/js/bindings",
|
||||
"mojo/public/js/codec",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue