Changes between Version 39 and Version 40 of WebKitGtkLayoutTests


Ignore:
Timestamp:
May 20, 2020, 10:45:24 AM (5 years ago)
Author:
Diego Pino Garcia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGtkLayoutTests

    v39 v40  
    7575== WebDriver Tests ==
    7676
    77 The GTK+ port includes tests for WebDriver. To run the suite:
     77The GTK+ port includes WebDriver tests. To run the suite:
    7878{{{
    7979#!sh
     
    8585python ./Tools/Scripts/run-webdriver-tests --json-output=webdriver_tests.json --release --gtk \
    8686   imported/selenium/py/test/selenium/webdriver/common/alerts_tests.py
     87}}}
     88
     89WebDriver 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}
    8799}}}
    88100