[Webkit-unassigned] [Bug 90675] Web Inspector: implement testing harness for pure protocol tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 23:53:09 PDT 2012


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





--- Comment #6 from Ilya Tikhonovsky <loislo at chromium.org>  2012-07-11 23:53:08 PST ---
I'd start from extending DRT for such new kind of inspector tests.
The current tests for the inspector uses this methods.

http://code.google.com/p/chromium/source/search?q=%5C%2Finspector%5C%2F+file%3ADumpRenderTree&origq=%5C%2Finspector%5C%2F+file%3ADumpRenderTree&btnG=Search+Trunk

When the inspector is opened the test injects the testing code into inspector with help of layoutTestController.evaluateInWebInspector

http://code.google.com/p/chromium/source/search?q=evaluateInWebInspector+&origq=evaluateInWebInspector+&btnG=Search+Trunk

-- 
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