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

Side by Side Diff: LayoutTests/fast/css/ignore-empty-focus-ring-rects.html

Issue 492433006: Don't add empty rects during addFocusRingRects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More rebaslines (real improvements!) Created 6 years, 4 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/RenderInline.cpp » ('j') | 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 <style>
3 .container {
4 position: absolute;
5 width: 100px;
6 }
7 .focus {
8 outline: -webkit-focus-ring-color auto 5px;
9 }
10 .sub {
11 margin-top: 50px;
12 width: 100px;
13 height: 100px;
14 background-color: green;
15 }
16 </style>
17 Should ignore empty rects when drawing focus ring. Passes if there is only a sin gle focus ring around the green square.
18 <div class="container">
19 <span class="focus">
20 <div class="sub"></div>
21 </span>
22 </div>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/RenderInline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698