Changes between Version 39 and Version 40 of WebKitGtkLayoutTests
- Timestamp:
- May 20, 2020, 10:45:24 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v39 v40 75 75 == WebDriver Tests == 76 76 77 The GTK+ port includes tests for WebDriver. To run the suite:77 The GTK+ port includes WebDriver tests. To run the suite: 78 78 {{{ 79 79 #!sh … … 85 85 python ./Tools/Scripts/run-webdriver-tests --json-output=webdriver_tests.json --release --gtk \ 86 86 imported/selenium/py/test/selenium/webdriver/common/alerts_tests.py 87 }}} 88 89 WebDriver test expectations are stored at: _WedDriverTests/TestExpectations.json_. File format: 90 91 {{{ 92 "imported/selenium/py/test/selenium/webdriver/common/alerts_tests.py": { 93 "subtests": { 94 "testShouldAllowUsersToAcceptAnAlertInAFrame": { 95 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181727"}} 96 } 97 } 98 } 87 99 }}} 88 100