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

Unified Diff: LayoutTests/fast/css/focus-ring-inline-block-under-inline-expected.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/focus-ring-inline-block-under-inline-expected.html
diff --git a/LayoutTests/fast/css/focus-ring-inline-block-under-inline-expected.html b/LayoutTests/fast/css/focus-ring-inline-block-under-inline-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5bc8f071c0edb6ddc572c870f5e8cb8646f901c0
--- /dev/null
+++ b/LayoutTests/fast/css/focus-ring-inline-block-under-inline-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<div style="line-height: 10px; width: 1px; height: 1px; outline: red auto thin">
+ <b>
+ <div style="display: inline-block">bold<br>bold</div>
+ </b>
+</div>

Powered by Google App Engine
This is Rietveld 408576698