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

Side by Side Diff: LayoutTests/fast/css/uri-token-parsing.html

Issue 10204020: Revert 114994 - Merge 114699 - REGRESSION(r112177): Numbered list item rendered bulleted (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 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 <head> 1 <head>
2 <style> 2 <style>
3 #a { content: url(c); } 3 #a { content: url(c); }
4 #b { content: url( d); } 4 #b { content: url( d); }
5 #c { content: url(e ); } 5 #c { content: url(e ); }
6 #d { content: url( f ); } 6 #d { content: url( f ); }
7 #f { content: url('c'); } 7 #f { content: url('c'); }
8 #g { content: url(' d'); } 8 #g { content: url(' d'); }
9 #h { content: url('e '); } 9 #h { content: url('e '); }
10 #i { content: url(' f '); } 10 #i { content: url(' f '); }
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 #g { content: url(d); } 86 #g { content: url(d); }
87 #h { content: url(e); } 87 #h { content: url(e); }
88 #i { content: url(f); } 88 #i { content: url(f); }
89 #j { content: url('url(g)'); } 89 #j { content: url('url(g)'); }
90 #l { content: url(c); } 90 #l { content: url(c); }
91 #m { content: url(d); } 91 #m { content: url(d); }
92 #n { content: url(e); } 92 #n { content: url(e); }
93 #o { content: url(f); } 93 #o { content: url(f); }
94 #p { content: url('url(g)'); } 94 #p { content: url('url(g)'); }
95 #q { cursor: url('url(q)'); } 95 #q { cursor: url('url(q)'); }
96 #r { list-style-image: url('url(r)'); } 96 #r { list-style: url('url(r)'); }
97 #s { background-image: url('url(s)'); } 97 #s { background-image: url('url(s)'); }
98 #t { -webkit-mask: url('url(t)'); } 98 #t { -webkit-mask: url('url(t)'); }
99 #u { -webkit-border-image: url('url(u)') 1 2 3 4 fill stretch round; } 99 #u { -webkit-border-image: url('url(u)') 1 2 3 4 fill stretch round; }
100 #v { -webkit-mask-box-image: url('url(v)') 1 2 3 4 fill stretch round; } 100 #v { -webkit-mask-box-image: url('url(v)') 1 2 3 4 fill stretch round; }
101 #w { content: url(ww); } 101 #w { content: url(ww); }
102 #x { content: url(x%20xx); } 102 #x { content: url(x%20xx); }
103 #y { content: url(y%20yy); } 103 #y { content: url(y%20yy); }
104 </pre> 104 </pre>
105 105
106 <script> 106 <script>
107 107
108 </script> 108 </script>
109 </body> 109 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/cssText-shorthand.html ('k') | LayoutTests/fast/css/uri-token-parsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698