Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 |
| OLD | NEW |