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

Side by Side Diff: LayoutTests/paint/inline/self-painting-continuation-outline-expected.html

Issue 1197443003: SP: add a scope recorder for painting inline continuation outlines. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 * {
4 outline: medium solid black;
5 }
6
leviw_travelin_and_unemployed 2015/06/18 20:40:16 Nit: Extra line. Can we also make the outline app
chrishtr 2015/06/18 21:00:41 Done.
7 </style>
8 <span>
9 <div>Content 1</div>
10 <span></span>
11 <div>Content 2</div>
12 </span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698