From cad810f21b803229eb11403f9209855525a25d57 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 6 May 2011 11:45:16 +0100 Subject: Merge WebKit at r75315: Initial merge by git. Change-Id: I570314b346ce101c935ed22a626b48c2af266b84 --- .../inspector/duplicate-resource-urls.html | 61 ---------------------- 1 file changed, 61 deletions(-) delete mode 100644 WebCore/manual-tests/inspector/duplicate-resource-urls.html (limited to 'WebCore/manual-tests/inspector/duplicate-resource-urls.html') diff --git a/WebCore/manual-tests/inspector/duplicate-resource-urls.html b/WebCore/manual-tests/inspector/duplicate-resource-urls.html deleted file mode 100644 index 7a9be7e..0000000 --- a/WebCore/manual-tests/inspector/duplicate-resource-urls.html +++ /dev/null @@ -1,61 +0,0 @@ - - -Tests for Bug 30079 - - - - -

Tests for -

- -

To test, open the Inspector on this page, go to the Resources panel. - -

First off, you should be able to actually select each "abc" resource to see -the HTTP info / content. Bug 30079 didn't allow you to select all of these. - -

For each of the "abc" resources open the HTTP Information and -Request Payload tree elements above the content. One of the resources -will not have a Request Payload. - -

There should be one each of the following resources: - -

- -

Another change made by this bug was to change the way the drag/drop of -the resource itself worked. The previous method of handling drag/drop of -the resource was actually causing the unselectability. So the drag/drop -of the resources needs to be tested as well. - -