Temporary implementation of Canvas.MeasureText

This commit is contained in:
Paul Rouget 2019-09-21 09:36:53 +02:00
parent 748fa72320
commit 3695fb1eb4
11 changed files with 207 additions and 125 deletions

View file

@ -7658,9 +7658,6 @@
]
]
},
"stub": {
"css/blockify_inline_element.html": []
},
"support": {
".gitignore": [
[]
@ -18963,7 +18960,7 @@
"testharness"
],
"mozilla/interfaces.js": [
"6f2a54524ef317a48d758f7e50f742fd9b3a93e4",
"26db0c23e544d38f02b9573ffaa44bf5dee8370a",
"support"
],
"mozilla/interfaces.worker.js": [

View file

@ -38,6 +38,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"String",
"Symbol",
"SyntaxError",
"TextMetrics",
"TypeError",
"URIError",
"Uint16Array",