Changeset 259868 in webkit
- Timestamp:
- Apr 10, 2020, 6:25:20 AM (5 years ago)
- Location:
- trunk/WebDriverTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebDriverTests/ChangeLog
r259791 r259868 1 2020-04-10 Diego Pino Garcia <dpino@igalia.com> 2 3 [WebDriver] Gardening, remove spurious entry 4 https://bugs.webkit.org/show_bug.cgi?id=210333 5 6 Unreviewed gardening. 7 8 All subtests in the test were passing, so the entry can be deleted. 9 10 * TestExpectations.json: 11 1 12 2020-04-09 Diego Pino Garcia <dpino@igalia.com> 2 13 -
trunk/WebDriverTests/TestExpectations.json
r259791 r259868 504 504 } 505 505 }, 506 "imported/w3c/webdriver/tests/fullscreen_window/fullscreen.py": {507 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/204065"}},508 "subtests": {509 "test_no_browsing_context": {510 "expected": {"all": {"status": ["PASS"]}}511 },512 "test_fullscreen": {513 "expected": {"all": {"status": ["PASS"]}}514 },515 "test_payload": {516 "expected": {"all": {"status": ["PASS"]}}517 },518 "test_fullscreen_twice_is_idempotent": {519 "expected": {"all": {"status": ["PASS"]}}520 }521 }522 },523 506 "imported/w3c/webdriver/tests/permissions/set.py": { 524 507 "expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/192978"}}
Note:
See TracChangeset
for help on using the changeset viewer.