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

Side by Side Diff: LayoutTests/transforms/transform-focus-ring.html

Issue 288013005: Handle transformed descendants when drawing focus rings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix inline-block under inline Created 6 years, 7 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 <div style="width: 100px; height: 100px; outline: red auto thin; background-colo r: yellow">
3 <div style="-webkit-transform: rotate(90deg); position: absolute; top: 50px; left: 50px; background-color: blue; width: 150px; height: 150px">
4 <div style="position: absolute; top: 50px; left: 20px; background-color: green; width: 200px; height: 50px"></div>
5 </div>
6 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698