diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/inspector-document-methods-override.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/inspector-document-methods-override.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,14 @@ +

This page test that using the Web Inspector's search field on a page that +overrides Document.evaluate or Document.querySelectorAll +still works.

+ +

To test, right-click on this page and select “Inspect Element”, +then type “p” in the search field (without the quotes). If the +search results list appears, then you have passed the test. If one or more +alert dialogs appear, you have failed the test.

+ +