Index: LayoutTests/fast/sub-pixel/focus-ring-around-sub-pixel-layer-expected.html |
diff --git a/LayoutTests/fast/sub-pixel/focus-ring-around-sub-pixel-layer-expected.html b/LayoutTests/fast/sub-pixel/focus-ring-around-sub-pixel-layer-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d2761e0593d7fb066825f2c34ae033a9621c5081 |
--- /dev/null |
+++ b/LayoutTests/fast/sub-pixel/focus-ring-around-sub-pixel-layer-expected.html |
@@ -0,0 +1,19 @@ |
+<!DOCTYPE html> |
+<style> |
+.focus { |
+ position: absolute; |
+ top: 50.5px; |
+ left: 10.5px; |
+ width: 100.6px; |
+ outline: red auto 4px; |
+} |
+.sub { |
+ height: 20px; |
+} |
+</style> |
+Tests focus ring around sub-pixel positioned and sized element containing layers. |
+The focus ring should be rectangular. |
+<div class="focus"> |
+ Text |
+ <div class="sub"></div> |
+</div> |