[Webkit-unassigned] [Bug 44251] Web Inspector: add DOM breakpoints test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 22 23:58:13 PDT 2010


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





--- Comment #5 from Yury Semikhatsky <yurys at chromium.org>  2010-08-22 23:58:13 PST ---
(From update of attachment 64962)
LayoutTests/inspector/debugger-breakpoints-not-activated-on-reload.html:46
 +          WebInspector.panels.scripts.toggleBreakpointsButton.element.click();
Use InspectorTest.resumeExecution instead, we may need to merge it into  InspectorTest.completeDebuggerTest();

LayoutTests/http/tests/inspector/inspector-test2.js:127
 +      if (window.initializeDebuggerTest)
Please iterate over all functions matching a naming convention of the test initialization functions(like frontend_*) and collect them here instead of making inspector-test2.js know about all kind of tests.

LayoutTests/http/tests/inspector/inspector-test2.js:111
 +          window.InspectorTest = {};
You don't need window. prefix here and below.

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