OLD | NEW |
1 CONSOLE WARNING: Resource requests whose URLs contain raw newline characters are
deprecated, and may be blocked in M60, around August 2017. Please remove newlin
es from places like element attribute values in order to continue loading those
resources. See https://www.chromestatus.com/features/5735596811091968 for more d
etails. | |
2 Simple test that the dragstart event contains the default data in the event. | 1 Simple test that the dragstart event contains the default data in the event. |
3 | 2 |
4 Select some text in this box and drag it. | 3 Select some text in this box and drag it. |
5 | 4 |
6 Drag the image. | 5 Drag the image. |
7 | 6 |
8 Drag the link. Link | 7 Drag the link. Link |
9 | 8 |
10 Test ID: selectionTest | 9 Test ID: selectionTest |
11 text/plain: Select some text in this box and drag it. | 10 text/plain: Select some text in this box and drag it. |
12 text/url: | 11 text/url: |
13 text/html: <span style="color: rgb(0, 0, 0); font-family: serif; font-size: medi
um; font-style: normal; font-variant-ligatures: normal; font-variant-caps: norma
l; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; t
ext-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spac
ing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-d
ecoration-color: initial; display: inline !important; float: none;">Select some
text in this box and drag it.</span> | 12 text/html: <span style="color: rgb(0, 0, 0); font-family: serif; font-size: medi
um; font-style: normal; font-variant-ligatures: normal; font-variant-caps: norma
l; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; t
ext-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spac
ing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-d
ecoration-color: initial; display: inline !important; float: none;">Select some
text in this box and drag it.</span> |
14 Test ID: imageTest | 13 Test ID: imageTest |
15 text/plain: | 14 text/plain: |
16 text/url: | 15 text/url: |
17 text/html: <img id="imageTest" src="data:image/png;base64, iVBORw0KGgoAAAANSUhEU
gAAAJYAAAA8CAIAAAAL5NQ9AAAACXBIWXMAAAsTAAALEwEAmpwY AAAAB3RJTUUH2woaBQc4oLEFpAAA
ABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeB DhcAAACMSURBVHja7dNBEYAgFEVRPhHMYgA
zUIsmVnFvB/fsoQb+ObfBmzMvxneW1D1vzz2w FiEUQiFEKIRCKIQIhVAIhRChEAqhECIUQiEUQoRCKI
RCiFAIhVAIEep3xTWTLzzu5oVCKIRC iFAIhVAIEQqhEAohQiEUQiFEKIRCKIQIhVAIhRChEAqhECLUZ
i3VEwcBMGr1NgAAAABJRU5E rkJggg==" ondragstart="dragStartTest(event)"> | 16 text/html: <img id="imageTest" src="data:image/png;base64, iVBORw0KGgoAAAANSUhEU
gAAAJYAAAA8CAIAAAAL5NQ9AAAACXBIWXMAAAsTAAALEwEAmpwY AAAAB3RJTUUH2woaBQc4oLEFpAAA
ABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeB DhcAAACMSURBVHja7dNBEYAgFEVRPhHMYgA
zUIsmVnFvB/fsoQb+ObfBmzMvxneW1D1vzz2w FiEUQiFEKIRCKIQIhVAIhRChEAqhECIUQiEUQoRCKI
RCiFAIhVAIEep3xTWTLzzu5oVCKIRC iFAIhVAIEQqhEAohQiEUQiFEKIRCKIQIhVAIhRChEAqhECLUZ
i3VEwcBMGr1NgAAAABJRU5E rkJggg==" ondragstart="dragStartTest(event)"> |
18 Test ID: linkTest | 17 Test ID: linkTest |
19 text/plain: http://www.example.com/ | 18 text/plain: http://www.example.com/ |
20 text/url: | 19 text/url: |
21 text/html: <a id="linkTest" href="http://www.example.com/" ondragstart="dragStar
tTest(event)">Link</a> | 20 text/html: <a id="linkTest" href="http://www.example.com/" ondragstart="dragStar
tTest(event)">Link</a> |
22 | 21 |
OLD | NEW |