summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2009-11-17 13:11:47 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2009-11-17 13:11:47 +0000
commit8875751405d14604b07cbcf20e22feeeb1f7f38d (patch)
tree7a934a8faddcbed5895f9a4b8530ce344d9a94f3 /third_party/WebKit/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt
parent2184a26a0a37bfc218818422345de526727b93ae (diff)
downloadchromium_src-8875751405d14604b07cbcf20e22feeeb1f7f38d.zip
chromium_src-8875751405d14604b07cbcf20e22feeeb1f7f38d.tar.gz
chromium_src-8875751405d14604b07cbcf20e22feeeb1f7f38d.tar.bz2
2009-11-17 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher. Web Inspector: Make DRT show web inspector for tests in inspector/ folder. - Updated DRT to show/close inspector for all tests under /inspector - Introduced LayoutTestController::setTimelineProfilingEnabled and WebInspector::setTimelineProfilingEnabled beside setJavaScriptProfilingEnabled - Removed reload on each inspector test - Renamed fast/inspector to fast/inspector-support in order not to trigger inspector for those. - Reimplemented timeline tests in order to get rid of reload there. - Moved tests that don't require harness into the fast group. https://bugs.webkit.org/show_bug.cgi?id=31472 WebCore: * WebCore.Inspector.exp: * inspector/front-end/TimelinePanel.js: (WebInspector.TimelinePanel.prototype._formatRecord): WebKitTools: * DumpRenderTree/LayoutTestController.cpp: (setTimelineProfilingEnabledCallback): (closeWebInspectorCallback): (LayoutTestController::staticFunctions): * DumpRenderTree/LayoutTestController.h: * DumpRenderTree/gtk/DumpRenderTree.cpp: (shouldOpenWebInspector): (runTest): * DumpRenderTree/gtk/LayoutTestControllerGtk.cpp: (LayoutTestController::setTimelineProfilingEnabled): * DumpRenderTree/mac/DumpRenderTree.mm: (shouldOpenWebInspector): (runTest): * DumpRenderTree/mac/LayoutTestControllerMac.mm: (LayoutTestController::setTimelineProfilingEnabled): * DumpRenderTree/win/DumpRenderTree.cpp: (shouldOpenWebInspector): (runTest): * DumpRenderTree/win/LayoutTestControllerWin.cpp: (LayoutTestController::setTimelineProfilingEnabled): LayoutTests: * fast/inspector-support/cssURLQuotes-expected.txt: Renamed from LayoutTests/fast/inspector/cssURLQuotes-expected.txt. * fast/inspector-support/cssURLQuotes.html: Renamed from LayoutTests/fast/inspector/cssURLQuotes.html. * fast/inspector-support/matchedrules.html: Renamed from LayoutTests/fast/inspector/matchedrules.html. * fast/inspector-support/style.html: Renamed from LayoutTests/fast/inspector/style.html. * fast/inspector-support/uncaught-dom1-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom1-exception-expected.txt. * fast/inspector-support/uncaught-dom1-exception.html: Renamed from LayoutTests/inspector/uncaught-dom1-exception.html. * fast/inspector-support/uncaught-dom3-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom3-exception-expected.txt. * fast/inspector-support/uncaught-dom3-exception.html: Renamed from LayoutTests/inspector/uncaught-dom3-exception.html. * fast/inspector-support/uncaught-dom8-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom8-exception-expected.txt. * fast/inspector-support/uncaught-dom8-exception.html: Renamed from LayoutTests/inspector/uncaught-dom8-exception.html. * inspector/inspector-test.js: (onload): (evaluateInWebInspector): (notifyDone): * inspector/resources/timeline-iframe-data.html: Added. * inspector/timeline-layout-expected.txt: * inspector/timeline-layout.html: * inspector/timeline-mark-timeline.html: * inspector/timeline-paint.html: * inspector/timeline-parse-html-expected.txt: * inspector/timeline-parse-html.html: * inspector/timeline-recalculate-styles-expected.txt: * inspector/timeline-recalculate-styles.html: * inspector/timeline-script-tag-1-expected.txt: * inspector/timeline-script-tag-1.html: * inspector/timeline-script-tag-2-expected.txt: * inspector/timeline-script-tag-2.html: * inspector/timeline-script-tag-2.js: * inspector/timeline-test.js: (printTimelineRecords): (): (dumpTimelineRecords): (printProps): (frontend_getTimelineResults): WebKit/mac: * WebInspector/WebInspector.h: * WebInspector/WebInspector.mm: (-[WebInspector isTimelineProfilingEnabled]): (-[WebInspector setTimelineProfilingEnabled:]): WebKit/win: * Interfaces/IWebInspector.idl: * WebInspector.cpp: (WebInspector::isTimelineProfilingEnabled): (WebInspector::setTimelineProfilingEnabled): * WebInspector.h: WebKit/gtk: * webkit/webkitwebinspector.cpp: (webkit_web_inspector_class_init): (webkit_web_inspector_set_property): (webkit_web_inspector_get_property): git-svn-id: svn://svn.chromium.org/blink/trunk@51072 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt')
-rw-r--r--third_party/WebKit/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt b/third_party/WebKit/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt
new file mode 100644
index 0000000..287f93d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt
@@ -0,0 +1,2 @@
+CONSOLE MESSAGE: line 9: HIERARCHY_REQUEST_ERR: DOM Exception 3: A Node was inserted somewhere it doesn't belong.
+This tests that we are getting the correct message for DOM Exception 3: HIERARCHY_REQUEST_ERR.