mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Auto merge of #26929 - jdm:dict-jsval, r=nox
Convert parent dictionary values when converting dictionaries to JS - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #26928 - [x] There are tests for these changes OR
This commit is contained in:
commit
0ce03d4dc0
7 changed files with 57 additions and 4 deletions
|
@ -13357,6 +13357,13 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"dictionary_to_jsval.html": [
|
||||
"e31a7e5cfaa0635d41ab2adac96318b574c58a10",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"documentElement.html": [
|
||||
"aee3278ba84ca12a77286a1c03dbaec9fc3a7cd0",
|
||||
[
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[dictionary_to_jsval.html]
|
||||
prefs: [dom.testbinding.enabled:true]
|
Loading…
Add table
Add a link
Reference in a new issue