Changes between Version 16 and Version 17 of QtWebKitContrib
- Timestamp:
- Jan 3, 2008, 3:56:40 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitContrib
v16 v17 36 36 }}} 37 37 from the WebKitTools/Scripts directory. 38 39 Individual tests can be run just directly using for example 40 {{{ 41 run-webkit-tests LayoutTests/fast/forms/plaintext-mode-1.html 42 }}} 43 44 For debugging at test it may also be useful to run it directly in DumpRenderTree (with gdb): 45 {{{ 46 WebKitBuild/Debug/bin/DumpRenderTree -v LayoutTests/fast/forms/plaintext-mode-1.html 47 }}} 38 48 39 49 == Information on Git for QtWebKit developers ==