| Index: third_party/WebKit/LayoutTests/fast/inline/inline-focus-ring-under-absolute-enclosing-relative-div.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/inline/inline-focus-ring-under-absolute-enclosing-relative-div.html b/third_party/WebKit/LayoutTests/fast/inline/inline-focus-ring-under-absolute-enclosing-relative-div.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..15cf65406b57cdb5f58eb11941fde018e566b9be
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/inline/inline-focus-ring-under-absolute-enclosing-relative-div.html
|
| @@ -0,0 +1,6 @@
|
| +<!DOCTYPE html>
|
| +<div style="position: absolute">
|
| + <span style="outline: auto">
|
| + <div style="position: relative; width: 100px; height: 100px"></div>
|
| + </span>
|
| +</div>
|
|
|