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

Side by Side Diff: LayoutTests/paint/inline/self-painting-continuation-outline.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 * {
leviw_travelin_and_unemployed 2015/06/18 20:40:16 Can we make this only apply to the target as well?
chrishtr 2015/06/18 21:00:41 Done.
4 outline: medium solid black;
5 }
6 #target {
7 position: relative;
8 }
9 </style>
10 <span id="target">
11 <div>Content 1</div>
leviw_travelin_and_unemployed 2015/06/18 20:40:16 "Test passes if no assert with Slimming Paint"?
chrishtr 2015/06/18 21:00:42 It's implied that tests don't crash. This test tes
12 <span></span>
13 <div>Content 2</div>
14 </span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698