mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Temporary implementation of Canvas.MeasureText
This commit is contained in:
parent
748fa72320
commit
3695fb1eb4
11 changed files with 207 additions and 125 deletions
|
@ -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": [
|
||||
|
|
|
@ -38,6 +38,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
"String",
|
||||
"Symbol",
|
||||
"SyntaxError",
|
||||
"TextMetrics",
|
||||
"TypeError",
|
||||
"URIError",
|
||||
"Uint16Array",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue