Changes between Version 33 and Version 34 of WebKitGtkLayoutTests
- Timestamp:
- Sep 4, 2014, 2:58:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v33 v34 41 41 #!sh 42 42 $ ./WebKitBuild/Debug/Programs/DumpRenderTree -v LayoutTests/fast/forms/plaintext-mode-1.html 43 }}} 44 45 With WebKit2, the command is: 46 {{{ 47 #!sh 48 $ TEST_RUNNER_TEST_PLUGIN_PATH= TEST_RUNNER_INJECTED_BUNDLE_FILENAME=WebKitBuild/Debug/lib/libTestRunnerInjectedBundle.so WebKitBuild/Debug/bin/WebKitTestRunner LayoutTests/media/track/text-track-oncueadd.html -v LayoutTests/fast/forms/plaintext-mode-1.html 43 49 }}} 44 50