| OLD | NEW |
| 1 CONSOLE MESSAGE: 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 | 6 |
| 7 Drag here. | 7 Drag here. |
| 8 Tests that we don't bubble up the events if we drag something to an iframe that
has an invalid source | 8 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 | 9 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 | 10 Tests that we bubble up the events if we drag something to a non-iframe target |
| 11 ondragenter | 11 ondragenter |
| 12 ondragover | 12 ondragover |
| 13 ondrop | 13 ondrop |
| 14 | 14 |
| OLD | NEW |