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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/editing/dnd/datastore/datatransfer-constructor-001.html

Issue 2875013002: DataTransfer: Make |types| be a FrozenArray<DOMString>. (Closed)
Patch Set: Fix win_chromium_compile_dbg_ng Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/html/editing/dnd/datastore/datatransfer-types.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/html/editing/dnd/datastore/datatransfer-constructor-001.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/editing/dnd/datastore/datatransfer-constructor-001.html b/third_party/WebKit/LayoutTests/external/wpt/html/editing/dnd/datastore/datatransfer-constructor-001.html
index 17aec123fdb61dc9bbdde4e219569f15ca1ccb44..26f7421b65226e7f2eca7aea3a0a4a99f03605cd 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/html/editing/dnd/datastore/datatransfer-constructor-001.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/editing/dnd/datastore/datatransfer-constructor-001.html
@@ -9,5 +9,6 @@ test(function() {
assert_equals(dt.dropEffect, "none");
assert_equals(dt.effectAllowed, "none");
assert_equals(dt.items.length, 0);
+ assert_equals(dt.types.length, 0);
}, "Verify DataTransfer constructor")
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/html/editing/dnd/datastore/datatransfer-types.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698