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:
bors-servo 2019-08-21 20:56:24 -04:00 committed by GitHub
commit 2a9b2fe027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 137 additions and 56 deletions

View file

@ -1,10 +1,4 @@
[cyclic.py]
[test_object]
expected: FAIL
[test_array_in_object]
expected: FAIL
[test_element_in_object]
expected: FAIL

View file

@ -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

View file

@ -2,6 +2,3 @@
[test_no_browsing_context]
expected: ERROR
[test_payload]
expected: FAIL