Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/transforms/perspective-fixed-pos-descendant-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/transforms/perspective-fixed-pos-descendant-expected.html b/third_party/WebKit/LayoutTests/transforms/perspective-fixed-pos-descendant-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9417b441f807d5360681d8bad32a38d29c080ef0 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/transforms/perspective-fixed-pos-descendant-expected.html |
| @@ -0,0 +1,3 @@ |
| +<!DOCTYPE html> |
| +<div style="width:100px; height:100px; perspective:100px; background:green;"></div> |
| +This test verifies CSS perspective correctly applies to fixed-position descendants. The test passes if a 100x100 green box completely occludes the red box behind. |