diff --git a/engine/src/flutter/tests/layout/document-elementFromPoint.sky b/engine/src/flutter/tests/layout/document-elementFromPoint.sky
index 461b782d097..94257d81cd6 100644
--- a/engine/src/flutter/tests/layout/document-elementFromPoint.sky
+++ b/engine/src/flutter/tests/layout/document-elementFromPoint.sky
@@ -5,10 +5,15 @@ bar { width: 100px; height: 100px; background: purple; }
parent { display: paragraph; }
child { background: salmon; }
canvas { height: 50px; background-color: pink; }
+inline-block { display: inline-block; width: 50px; height: 50px; background: green; }
+grand-child { width: 50px; height: 50px; transform: translate3d(100px, 0, 0); background: papayawhip; }
Foo bar
+
+
+