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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/misc/bubble-drag-events-expected.txt

Issue 2504573002: Don't call isURLAllowed() from layout. (Closed)
Patch Set: Fix everything Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 67: Not allowed to load local resource: file: 1 CONSOLE ERROR: line 67: Not allowed to load local resource: file:
2 This page tests the drag event bubbling with valid and invalid targets. 2 This page tests the drag event bubbling with valid and invalid targets.
3 3
4 4
5 5
6
dcheng 2016/11/17 08:49:58 These diffs are because we no longer have a conten
7 Drag here. 6 Drag here.
8 Tests that we don't bubble up the events if we drag something to an iframe that has an invalid source 7 Tests that we don't bubble up the events if we drag something to an iframe that has an invalid source
9 Tests that we don't bubble up the events if we drag something to an iframe that has a valid source 8 Tests that we don't bubble up the events if we drag something to an iframe that has a valid source
10 Tests that we bubble up the events if we drag something to a non-iframe target 9 Tests that we bubble up the events if we drag something to a non-iframe target
11 ondragenter 10 ondragenter
12 ondragover 11 ondragover
13 ondrop 12 ondrop
14 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698