2011-03-16 Pavel Podivilov <podivilov@chromium.org>

        Unreviewed, fix test broken by r81238.

        * inspector/debugger/live-edit.html:
        * platform/chromium/test_expectations.txt:


git-svn-id: svn://svn.chromium.org/blink/trunk@81244 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0af6a8f8
2011-03-16 Pavel Podivilov <podivilov@chromium.org>
Unreviewed, fix test broken by r81238.
* inspector/debugger/live-edit.html:
* platform/chromium/test_expectations.txt:
2011-03-14 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
......@@ -18,7 +18,8 @@ function test()
function didShowScriptSource(sourceFrame)
{
InspectorTest.addSniffer(WebInspector.debuggerModel, "_updateScriptSource", didEditScriptSource);
sourceFrame._didEditLine(2, " return \"live-edited string\";");
sourceFrame._textModel.text = sourceFrame._textModel.text.replace("return 0;", "return \"live-edited string\";");
sourceFrame._handleSave();
}
function didEditScriptSource()
......
......@@ -3352,7 +3352,6 @@ BUGWK56454 WIN : inspector/timeline/timeline-script-tag-2.html = PASS TIMEOUT
BUGWK56454 WIN : inspector/timeline/timeline-paint.html = PASS TIMEOUT
BUGWK56454 WIN : inspector/timeline/timeline-event-dispatch.html = PASS TIMEOUT
BUGWK56454 WIN : inspector/elements/mutate-unknown-node.html = PASS TEXT
BUGWK56454 WIN LINUX : inspector/debugger/live-edit.html = PASS TEXT
// Existing expectation above has been temporarily commented for this test. Please uncomment that one once bug 56454 is fixed.
BUGWK56454 WIN LINUX : inspector/timeline/timeline-parse-html.html = PASS TIMEOUT
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment