Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add a HOST_FILE env variable and fix the wdspec setup errors that it …
…causes
- Loading branch information
1 parent
5788e8c
commit 1c4a35e
Showing
20 changed files
with
5 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 1 addition & 6 deletions
7
tests/wpt/metadata/webdriver/tests/delete_session/delete.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
[delete.py] | ||
[test_null_response_value] | ||
expected: FAIL | ||
|
||
[test_dismissed_beforeunload_prompt] | ||
expected: FAIL | ||
|
||
disabled: Triggers setup errors in other tests |
3 changes: 0 additions & 3 deletions
3
tests/wpt/metadata/webdriver/tests/element_send_keys/scroll_into_view.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
tests/wpt/metadata/webdriver/tests/element_send_keys/send_keys.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,4 @@ | ||
[send_keys.py] | ||
[test_invalid_text_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_invalid_text_type[None\]] | ||
expected: FAIL | ||
|
||
[test_null_response_value] | ||
expected: FAIL | ||
|
||
[test_invalid_text_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_invalid_text_type[1\]] | ||
expected: FAIL | ||
|
||
[test_null_parameter_value] | ||
expected: FAIL | ||
|
||
[test_stale_element] | ||
expected: FAIL | ||
|
||
[test_no_browsing_context] | ||
expected: ERROR | ||
|
||
[test_invalid_text_type[True\]] | ||
expected: FAIL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
tests/wpt/metadata/webdriver/tests/get_element_css_value/get.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
[get.py] | ||
[test_property_name_not_existent] | ||
expected: FAIL | ||
|
||
[test_element_not_found] | ||
expected: FAIL | ||
|
||
[test_element_stale] | ||
expected: FAIL | ||
|
||
[test_property_name_value] | ||
expected: FAIL | ||
|
||
[test_no_browsing_context] | ||
expected: ERROR | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,3 @@ | |
[test_no_browsing_context] | ||
expected: ERROR | ||
|
||
[test_read_element_text] | ||
expected: FAIL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
102 changes: 0 additions & 102 deletions
102
tests/wpt/metadata/webdriver/tests/is_element_enabled/enabled.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,106 +1,4 @@ | ||
[enabled.py] | ||
[test_xhtml_form_control_enabled[input\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_enabled_descendant[button\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_enabled_descendant_legend[input\]] | ||
expected: FAIL | ||
|
||
[test_xhtml_form_control_enabled[textarea\]] | ||
expected: FAIL | ||
|
||
[test_form_control_disabled[textarea\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_disabled_descendant_legend[button\]] | ||
expected: FAIL | ||
|
||
[test_xhtml_form_control_disabled[button\]] | ||
expected: FAIL | ||
|
||
[test_form_control_enabled[select\]] | ||
expected: FAIL | ||
|
||
[test_xhtml_form_control_disabled[textarea\]] | ||
expected: FAIL | ||
|
||
[test_xhtml_form_control_disabled[select\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_disabled_descendant_legend[select\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_disabled_descendant[input\]] | ||
expected: FAIL | ||
|
||
[test_xhtml_form_control_enabled[select\]] | ||
expected: FAIL | ||
|
||
[test_form_control_disabled[select\]] | ||
expected: FAIL | ||
|
||
[test_form_control_enabled[input\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_disabled_descendant_legend[input\]] | ||
expected: FAIL | ||
|
||
[test_form_control_enabled[button\]] | ||
expected: FAIL | ||
|
||
[test_xml_always_not_enabled] | ||
expected: FAIL | ||
|
||
[test_fieldset_enabled_descendant[select\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_disabled_descendant_legend[textarea\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_enabled_descendant[textarea\]] | ||
expected: FAIL | ||
|
||
[test_element_stale] | ||
expected: FAIL | ||
|
||
[test_fieldset_enabled_descendant[input\]] | ||
expected: FAIL | ||
|
||
[test_form_control_enabled[textarea\]] | ||
expected: FAIL | ||
|
||
[test_form_control_disabled[button\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_disabled_descendant[select\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_disabled_descendant[button\]] | ||
expected: FAIL | ||
|
||
[test_xhtml_form_control_enabled[button\]] | ||
expected: FAIL | ||
|
||
[test_form_control_disabled[input\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_enabled_descendant_legend[button\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_enabled_descendant_legend[textarea\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_disabled_descendant[textarea\]] | ||
expected: FAIL | ||
|
||
[test_fieldset_enabled_descendant_legend[select\]] | ||
expected: FAIL | ||
|
||
[test_no_browsing_context] | ||
expected: ERROR | ||
|
||
[test_xhtml_form_control_disabled[input\]] | ||
expected: FAIL | ||
|
15 changes: 0 additions & 15 deletions
15
tests/wpt/metadata/webdriver/tests/is_element_selected/selected.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,4 @@ | ||
[selected.py] | ||
[test_checkbox_not_selected] | ||
expected: FAIL | ||
|
||
[test_element_stale] | ||
expected: FAIL | ||
|
||
[test_element_selected] | ||
expected: FAIL | ||
|
||
[test_element_checked] | ||
expected: FAIL | ||
|
||
[test_element_not_selected] | ||
expected: FAIL | ||
|
||
[test_no_browsing_context] | ||
expected: ERROR | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,3 @@ | |
[test_height_width_larger_than_max] | ||
expected: FAIL | ||
|
||
[test_negative_x_y] | ||
expected: FAIL | ||
|
7 changes: 0 additions & 7 deletions
7
tests/wpt/metadata/webdriver/tests/switch_to_frame/cross_origin.py.ini
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
tests/wpt/metadata/webdriver/tests/switch_to_parent_frame/switch.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
[switch.py] | ||
[test_null_response_value] | ||
expected: FAIL | ||
|
||
[test_no_browsing_context] | ||
expected: ERROR | ||
|
||
[test_stale_element_from_iframe] | ||
expected: FAIL | ||
|