diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index fd7aace016b..3222090ad1d 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -11437,6 +11437,10 @@ "path": "IndexedDB/idbobjectstore_openCursor_invalid.htm", "url": "/IndexedDB/idbobjectstore_openCursor_invalid.htm" }, + { + "path": "IndexedDB/idbobjectstore_openKeyCursor.htm", + "url": "/IndexedDB/idbobjectstore_openKeyCursor.htm" + }, { "path": "IndexedDB/idbobjectstore_put.htm", "url": "/IndexedDB/idbobjectstore_put.htm" @@ -29747,6 +29751,9 @@ { "path": "webdriver/element_state/method_test.py" }, + { + "path": "webdriver/element_state/properties.py" + }, { "path": "webdriver/element_state/visibility_test.py" }, @@ -29777,6 +29784,12 @@ { "path": "webdriver/navigation/refresh-page.py" }, + { + "path": "webdriver/navigation/refresh_page.py" + }, + { + "path": "webdriver/screenshot/take_screenshot.py" + }, { "path": "webdriver/timeouts/implicit_waits_tests.py" }, @@ -29785,6 +29798,12 @@ }, { "path": "webdriver/user_input/clear_test.py" + }, + { + "path": "webdriver/windows/tabbing.py" + }, + { + "path": "webdriver/windows/window_manipulation.py" } ] }, @@ -35327,7 +35346,7 @@ } ] }, - "rev": "4b25d322ac6ed466f992669e5408b15d37d56436", + "rev": "7123012427f92f0dc38a120e6e86a75b6c03aab5", "url_base": "/", "version": 2 } \ No newline at end of file diff --git a/tests/wpt/metadata/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html.ini b/tests/wpt/metadata/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html.ini index 1df7bd3dc0b..b56a9490e9a 100644 --- a/tests/wpt/metadata/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html.ini +++ b/tests/wpt/metadata/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html.ini @@ -6,3 +6,9 @@ [The SecurityError must be thrown if the container's document does not have the same effective script origin] expected: FAIL + [The SecurityError must be thrown if the window accesses to frameElement attribute of a Window which does not have the same effective script origin] + expected: FAIL + + [The window's frameElement attribute must return null if the container's document does not have the same effective script origin] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/forms/the-select-element/select-ask-for-reset.html.ini b/tests/wpt/metadata/html/semantics/forms/the-select-element/select-ask-for-reset.html.ini index f858a12d101..dd109c994dd 100644 --- a/tests/wpt/metadata/html/semantics/forms/the-select-element/select-ask-for-reset.html.ini +++ b/tests/wpt/metadata/html/semantics/forms/the-select-element/select-ask-for-reset.html.ini @@ -2,3 +2,4 @@ type: testharness [ask for reset on node remove, non multiple.] expected: FAIL + diff --git a/tests/wpt/metadata/mozilla-sync b/tests/wpt/metadata/mozilla-sync index c30d6257fc1..296a35e4d67 100644 --- a/tests/wpt/metadata/mozilla-sync +++ b/tests/wpt/metadata/mozilla-sync @@ -1 +1 @@ -7574a8ec72e121613cb56f2af746f858c02b7181 \ No newline at end of file +521a87180a85709f8f704df33537f79bd131bf71 \ No newline at end of file diff --git a/tests/wpt/web-platform-tests/.gitignore b/tests/wpt/web-platform-tests/.gitignore index 72908a311d8..7728bbdc3c4 100644 --- a/tests/wpt/web-platform-tests/.gitignore +++ b/tests/wpt/web-platform-tests/.gitignore @@ -9,3 +9,4 @@ config.json node_modules scratch testharness_runner.html +webdriver/.idea diff --git a/tests/wpt/web-platform-tests/IndexedDB/idbobjectstore_openKeyCursor.htm b/tests/wpt/web-platform-tests/IndexedDB/idbobjectstore_openKeyCursor.htm new file mode 100644 index 00000000000..9dc547c3ff9 --- /dev/null +++ b/tests/wpt/web-platform-tests/IndexedDB/idbobjectstore_openKeyCursor.htm @@ -0,0 +1,139 @@ + +
This tests Unicode normalization. While appearing the same, the strings in the scripts are different Unicode points, but through normalization, should be the same when the hash is taken.
- +