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

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 #target {
4 outline: medium solid black;
5 }
6 </style>
7 <span id="target">
8 <div>Content 1</div>
9 <span></span>
10 <div>Content 2</div>
11 </span>
OLDNEW
« no previous file with comments | « LayoutTests/paint/inline/self-painting-continuation-outline.html ('k') | Source/core/paint/BlockPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698