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

Side by Side Diff: LayoutTests/fast/css-generated-content/after-with-inline-continuation.html

Issue 25512005: Enable experimental support for sub-pixel font scaling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 | Annotate | Revision Log
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body {
5 font-family: Arial;
6 }
4 span { 7 span {
5 /* Must be inline to cause a continuation chain */ 8 /* Must be inline to cause a continuation chain */
6 display: inline; 9 display: inline;
7 } 10 }
8 11
9 span:before, 12 span:before,
10 span:after { 13 span:after {
11 /* Not requireed for the test, just makes it easier to see what's going on */ 14 /* Not requireed for the test, just makes it easier to see what's going on */
12 display: inline-block; 15 display: inline-block;
13 padding: 5px; 16 padding: 5px;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <div></div> 54 <div></div>
52 <div></div> 55 <div></div>
53 <div></div> 56 <div></div>
54 <div></div> 57 <div></div>
55 <div></div> 58 <div></div>
56 <div></div> 59 <div></div>
57 </span> 60 </span>
58 </span> 61 </span>
59 </span> 62 </span>
60 </body> 63 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698