mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Enable cookies related wdspec tests
This commit is contained in:
parent
b3eed5b5bd
commit
c6dfc5a02d
9 changed files with 47 additions and 0 deletions
|
@ -129,6 +129,14 @@ skip: true
|
||||||
skip: true
|
skip: true
|
||||||
[tests]
|
[tests]
|
||||||
skip: true
|
skip: true
|
||||||
|
[add_cookie]
|
||||||
|
skip: false
|
||||||
|
[delete_all_cookies]
|
||||||
|
skip: false
|
||||||
|
[delete_cookie]
|
||||||
|
skip: false
|
||||||
|
[get_named_cookie]
|
||||||
|
skip: false
|
||||||
[new_session]
|
[new_session]
|
||||||
skip: false
|
skip: false
|
||||||
[webgl]
|
[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