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

Side by Side Diff: third_party/WebKit/ng_paint.html

Issue 2842983002: [LayoutNG] Paint inlines from the fragment tree
Patch Set: Rebase w/HEAD 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
« no previous file with comments | « third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>LayoutNG Paint Test</title>
5 <style>
6 p {
7 border: 1px solid navy;
8 background: skyblue;
9 padding: 0.5ex;
10 }
11 .title {
12 border-bottom: 1px solid navy;
13 font-size: 150%;
14 }
15 p > span {
16 text-decoration: underline;
17 }
18 </style>
19 </head>
20 <body>
21 <p>
22 <span class="title">Hello Layout<b>NG</b><span style="color: red">!</span> </span><br>
23 This is a test demonstrating inline painting from the <i>fragment tree</i>
24 for <u>LayoutNG</u>.
25 </p>
26 <p style="width: 40ex;">
27 Line <strike>breaking</strike> isn't really supported yet as it always use s the full
28 shape results for the entire text node for each line.
29 </p>
30 </body>
31 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698