| Index: third_party/WebKit/LayoutTests/fast/css/containment/paint-contained-tablerow-with-fixed-children.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/containment/paint-contained-tablerow-with-fixed-children.html b/third_party/WebKit/LayoutTests/fast/css/containment/paint-contained-tablerow-with-fixed-children.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..41e03b5a555b2960e2fc228da2ed3c51aaab862d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/containment/paint-contained-tablerow-with-fixed-children.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<body style="contain: paint; display: table-row;">
|
| +<div style="position: fixed">Test passes if no crash.
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
|
|