[Webkit-unassigned] [Bug 56739] [Qt] Add option to run-webkit-tests script to enable webgl testing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 21 07:51:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56739





--- Comment #7 from Jarkko Sakkinen <jarkko.j.sakkinen at gmail.com>  2011-03-21 07:51:23 PST ---
Got the basic idea how the testing infrastructure works. Dump render tree gives the layout test controller instance to the test pages and runs the HTML page. QtTestBrowser is used to only show the end results, right? 

For WebGL tests the tests themselves call layoutTestController.overridePreference("WebKitWebGLEnabled", "1"); and this option is currently handled LayoutTestControllerQt.cpp. And for old-run-webkit-tests the snippet that you pasted does the necessary adjustments. I also looked at the QWebSettings class at it enables accelerated compositing by default.

Summa summarum. The patch is irrelevant and everything needed is already there.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list