diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 22:31:50 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 22:31:50 +0000 |
commit | 3b3952cf5e31adeac5d31de1614fcc2222472c9b (patch) | |
tree | c1e589ef17bf90c72df7775dedba89bb710ecbbf | |
parent | aace9ce5dd7b6d99b7e1a8206ca2b6b866d9abd5 (diff) | |
download | chromium_src-3b3952cf5e31adeac5d31de1614fcc2222472c9b.zip chromium_src-3b3952cf5e31adeac5d31de1614fcc2222472c9b.tar.gz chromium_src-3b3952cf5e31adeac5d31de1614fcc2222472c9b.tar.bz2 |
Remove pending/fast/events. There's no tests left here. :)
Review URL: http://codereview.chromium.org/48051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11922 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/data/layout_tests/pending/fast/events/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/webkit/data/layout_tests/pending/fast/events/README b/webkit/data/layout_tests/pending/fast/events/README deleted file mode 100644 index 44c664b..0000000 --- a/webkit/data/layout_tests/pending/fast/events/README +++ /dev/null @@ -1,15 +0,0 @@ -autoscroll.html ---------------- -This test has been forked because of changed behavior in text drag -delay for Windows. This original test doesn't initiate a drag, but -the new behavior causes it to. This forked copy of the test has -been changed to not select any text (so there's no drag). -https://bugs.webkit.org/show_bug.cgi?id=18167 - -tabindex-focus-blur-all.html ----------------------------- -Pulled in from a later revision of WebKit than the 3.1 branch. -Had to modify the third frame on the page to point to an HTML -file as this test violated our cross-domain security around -data urls. Added resources/tabindex-focus-blur-all-frame3.html -in addition to the webkit version of this file to accomodate. |