diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:05:15 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:05:15 -0800 |
commit | 1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 (patch) | |
tree | 4457a7306ea5acb43fe05bfe0973b1f7faf97ba2 /WebCore/manual-tests/inspector/errors-with-space in-url.html | |
parent | 9364f22aed35e1a1e9d07c121510f80be3ab0502 (diff) | |
download | external_webkit-1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353.zip external_webkit-1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353.tar.gz external_webkit-1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353.tar.bz2 |
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'WebCore/manual-tests/inspector/errors-with-space in-url.html')
-rw-r--r-- | WebCore/manual-tests/inspector/errors-with-space in-url.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebCore/manual-tests/inspector/errors-with-space in-url.html b/WebCore/manual-tests/inspector/errors-with-space in-url.html new file mode 100644 index 0000000..07e8ee0 --- /dev/null +++ b/WebCore/manual-tests/inspector/errors-with-space in-url.html @@ -0,0 +1,7 @@ +<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19065">Bug 19065: +Resources with a space in their URL don't get error/warning bubbles</a>.</p> +<p>To test, open the Inspector and refresh this page. There should be a red +bubble with the number "1" in it next to the main resource in the Resources +panel. Clicking the button below should change the "1" to a "2".</p> +<p></p></p> +<button onclick="console.error('hi')">click me</button> |