Chromium Code Reviews| Index: LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.css |
| diff --git a/LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.css b/LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..70b05027b6d2d311fe8acb35ba692ed368cb1160 |
| --- /dev/null |
| +++ b/LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.css |
| @@ -0,0 +1,8 @@ |
| +html { |
| + height: 100%; |
| + border-bottom: 1px solid transparent; |
| +} |
| + |
| +body { |
| + background: url('gibberish') fixed; |
| +} |