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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/elements/elements-linkify-attributes-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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 Tests that you can click and hover on links in attributes. 1 Tests that you can click and hover on links in attributes.
2 2
3 a link 3 a link
4 4
5 Rendered text: <img id=​"linkify-1" srcset=​"./​1x/​googlelogo_color_272x92dp.pn g 1x, ./​2x/​googlelogo_color_272x92dp.png 2x">​ 5 Rendered text: <img id=​"linkify-1" srcset=​"./​1x/​googlelogo_color_272x92dp.pn g 1x, ./​2x/​googlelogo_color_272x92dp.png 2x">​
6 Link at offset: 30: ./​1x/​googlelogo_color_272x92dp.png 6 Link at offset: 30: ./​1x/​googlelogo_color_272x92dp.png
7 Link at offset: 71: ./​2x/​googlelogo_color_272x92dp.png 7 Link at offset: 71: ./​2x/​googlelogo_color_272x92dp.png
8 8
9 Rendered text: <img id=​"linkify-2" srcset=​"./​1x/​googlelogo_color_272x92dp.pn g">​ 9 Rendered text: <img id=​"linkify-2" srcset=​"./​1x/​googlelogo_color_272x92dp.pn g">​
10 Link at offset: 30: ./​1x/​googlelogo_color_272x92dp.png 10 Link at offset: 30: ./​1x/​googlelogo_color_272x92dp.png
11 11
12 Rendered text: <source id=​"linkify-3" media=​"(min-width:​ 650px)​" srcset=​"./ ​kitten-large.png">​ 12 Rendered text: <source id=​"linkify-3" media=​"(min-width:​ 650px)​" srcset=​"./ ​kitten-large.png">​
13 Link at offset: 63: ./​kitten-large.png 13 Link at offset: 63: ./​kitten-large.png
(...skipping 29 matching lines...) Expand all
43 Link at offset: 31: data:​,abc 43 Link at offset: 31: data:​,abc
44 Link at offset: 46: data:​,def 44 Link at offset: 46: data:​,def
45 45
46 Rendered text: <img id=​"linkify-13" srcset=​"data:​,abc 1x, data:​,def 2x">​ 46 Rendered text: <img id=​"linkify-13" srcset=​"data:​,abc 1x, data:​,def 2x">​
47 Link at offset: 31: data:​,abc 47 Link at offset: 31: data:​,abc
48 Link at offset: 46: data:​,def 48 Link at offset: 46: data:​,def
49 49
50 Rendered text: <a id=​"linkify-14" href=​"http:​/​/​www.google.com">​a link​</a> ​ 50 Rendered text: <a id=​"linkify-14" href=​"http:​/​/​www.google.com">​a link​</a> ​
51 Link at offset: 27: http:​/​/​www.google.com 51 Link at offset: 27: http:​/​/​www.google.com
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698