Index: LayoutTests/transforms/transform-focus-ring.html |
diff --git a/LayoutTests/transforms/transform-focus-ring.html b/LayoutTests/transforms/transform-focus-ring.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f921089c6fe118a9f53f2dcd8ad3b9dc1cdeb948 |
--- /dev/null |
+++ b/LayoutTests/transforms/transform-focus-ring.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<div style="width: 100px; height: 100px; outline: red auto thin; background-color: yellow"> |
+ <div style="-webkit-transform: rotate(90deg); position: absolute; top: 50px; left: 50px; background-color: blue; width: 150px; height: 150px"> |
+ <div style="position: absolute; top: 50px; left: 20px; background-color: green; width: 200px; height: 50px"></div> |
+ </div> |
+</div> |