summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/data/layout_tests/pending/fast/events/README15
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.