mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #23561 - georgeroman:enable_cookies_related_wdspec_tests, r=jdm
Enable cookies related wdspec tests <!-- 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 OR <!-- 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/23561) <!-- Reviewable:end -->
This commit is contained in:
commit
e1c53488d6
9 changed files with 47 additions and 0 deletions
|
@ -129,6 +129,14 @@ skip: true
|
|||
skip: true
|
||||
[tests]
|
||||
skip: true
|
||||
[add_cookie]
|
||||
skip: false
|
||||
[delete_all_cookies]
|
||||
skip: false
|
||||
[delete_cookie]
|
||||
skip: false
|
||||
[get_named_cookie]
|
||||
skip: false
|
||||
[new_session]
|
||||
skip: false
|
||||
[webgl]
|
||||
|
|
7
tests/wpt/metadata/webdriver/tests/add_cookie/add.py.ini
Normal file
7
tests/wpt/metadata/webdriver/tests/add_cookie/add.py.ini
Normal file
|
@ -0,0 +1,7 @@
|
|||
[add.py]
|
||||
[test_add_non_session_cookie]
|
||||
expected: FAIL
|
||||
|
||||
[test_no_browsing_context]
|
||||
expected: ERROR
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[user_prompts.py]
|
||||
disabled: User prompts not yet implemented
|
|
@ -0,0 +1,4 @@
|
|||
[delete.py]
|
||||
[test_no_browsing_context]
|
||||
expected: ERROR
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[user_prompts.py]
|
||||
disabled: User prompts not yet implemented
|
|
@ -0,0 +1,10 @@
|
|||
[delete.py]
|
||||
[test_null_response_value]
|
||||
expected: FAIL
|
||||
|
||||
[test_no_browsing_context]
|
||||
expected: ERROR
|
||||
|
||||
[test_unknown_cookie]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[user_prompts.py]
|
||||
disabled: User prompts not yet implemented
|
|
@ -0,0 +1,10 @@
|
|||
[get.py]
|
||||
[test_no_browsing_context]
|
||||
expected: ERROR
|
||||
|
||||
[test_duplicated_cookie]
|
||||
expected: FAIL
|
||||
|
||||
[test_get_named_cookie]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[user_prompts.py]
|
||||
disabled: User prompts not yet implemented
|
Loading…
Add table
Add a link
Reference in a new issue