Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/editing/dnd/README

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/editing/dnd/README
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/editing/dnd/README b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/editing/dnd/README
deleted file mode 100644
index aeda217e29454d000230ddbc3a3ee8bca773482f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/editing/dnd/README
+++ /dev/null
@@ -1,23 +0,0 @@
-This is a test suite for the drag and drop API described in the HTML5
-specification:
-
- http://dev.w3.org/html5/spec/dnd.html#dnd
-
-Tests in target-origin/ relate to a proposed spec extension and are not covered
-by HTML5 drafts at the time of writing. Contact Opera Sofware for details, and
-mention CT-1656.
-
-Tests in synthetic/ relate to incomplete parts of the HTML5 specification,
-which allows synthetic events to be created. For compatibility with others,
-the dataTransfer parameter allows null, undefined and other objects. Objects
-will create a synthetic dataTransfer. To provide maximum functionality,
-synthetic dataTransfer will have its own synthetic data store, detatched from
-the real data store used by real drag events (actual user interaction). For
-security, real dataTransfer objects will remember the real event's protection
-status inside synthetic events (the spec bases their protection only on the
-event type, and does not consider the difference between real and synthetic
-events).
-
-Tests in platform/plugin are based on assumed "good" behaviour, where the
-appropriate events are passed to the plugin. Platforms should determine if any
-deviations from the expected results are problematic.

Powered by Google App Engine
This is Rietveld 408576698