From 1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Wed, 17 Dec 2008 18:05:15 -0800 Subject: Code drop from //branches/cupcake/...@124589 --- .../inspector/error-warning-count.html | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 WebCore/manual-tests/inspector/error-warning-count.html (limited to 'WebCore/manual-tests/inspector/error-warning-count.html') diff --git a/WebCore/manual-tests/inspector/error-warning-count.html b/WebCore/manual-tests/inspector/error-warning-count.html new file mode 100644 index 0000000..9f6b9c2 --- /dev/null +++ b/WebCore/manual-tests/inspector/error-warning-count.html @@ -0,0 +1,60 @@ + + +

Test for Bug 18650: +Errors/warnings in Inspector should be visible outside of Resources.

+

To test, open the Inspector and click one of the buttons below. You should +see an error and/or warning count in the Inspector's status bar. Clicking on +the error/warning count should open the Console. Hovering over the +error/warning count should show you a tooltip that matches the text in the +button you clicked.

+

Note: You must reload the page between each button press.

-- cgit v1.1