mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Auto merge of #23947 - georgeroman:finish_json_clone_functionality, r=jdm
Finish the JSON clone algorithm for WebDriver <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Either: --> - [X] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23947) <!-- Reviewable:end -->
This commit is contained in:
commit
2a9b2fe027
6 changed files with 137 additions and 56 deletions
|
@ -1,10 +1,4 @@
|
|||
[cyclic.py]
|
||||
[test_object]
|
||||
expected: FAIL
|
||||
|
||||
[test_array_in_object]
|
||||
expected: FAIL
|
||||
|
||||
[test_element_in_object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[get.py]
|
||||
[test_primitives[js_primitive3-py_primitive3\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_idl_attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -17,9 +14,8 @@
|
|||
[test_no_browsing_context]
|
||||
expected: ERROR
|
||||
|
||||
[test_primitives_set_by_execute_script[js_primitive3-py_primitive3\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_primitives_set_by_execute_script["foobar"-foobar\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_primitives_set_by_execute_script[js_primitive3-py_primitive3\]]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,6 +2,3 @@
|
|||
[test_no_browsing_context]
|
||||
expected: ERROR
|
||||
|
||||
[test_payload]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue