Changes between Version 13 and Version 14 of WebKit2


Ignore:
Timestamp:
Oct 26, 2010 10:40:34 AM (13 years ago)
Author:
Simon Fraser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKit2

    v13 v14  
    101101
    102102`build-webkit` on Mac OS X or Windows now builds WebKit2 by default. WebKit2 will not work with the shipping version of Safari. Because WebKit2 is an incompatible API break, it requires a custom testbed to run it.  A basic web browser application suitable for testing WebKit2 is available in WebKitTools/MiniBrowser.
     103
     104== How to run layout tests ==
     105
     106You can run layout tests in WebKit 2 by passing "-2" (or "--webkit-test-runner") to run-webkit-tests, like:
     107  run-webkit-tests --debug -2
     108
     109Many tests are skipped for WebKit 2 (via the LayoutTests/platform/mac-wk2/Skipped file), but that number is decreasing as DumpRenderTree API is implemented for WebKitTestRunner.