Changes between Version 4 and Version 5 of WebKitGtkLayoutTests
- Timestamp:
- Jul 28, 2010, 5:25:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v4 v5 12 12 WebKit functional tests for WebKitGTK+ should be run inside a virtual framebuffer environment. The most common choice for WebKItGTK developers is Xvfb. To start Xvfb simply run: 13 13 {{{ 14 Xvfb :23 -ac -screen 0 1024x768x 16&14 Xvfb :23 -ac -screen 0 1024x768x24 & 15 15 }}} 16 16 `-screen 0 1024x768x16` ensures that Xvfb has a deep enough color depth to produce accurate pixel test results. Some older versions of Ubuntu may have bugs which cause Xvfb to segfault while running tests. A workaround for this is to run Xvfb with the GLX extension disabled: