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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/pasteboard/dragstart-contains-default-content-expected.txt

Issue 2895953002: Update dangling markup mitigations. (Closed)
Patch Set: Test. Created 3 years, 6 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 unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698