Chromium Code Reviews| Index: LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.html |
| diff --git a/LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.html b/LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2412fa38242bda3f9c9796d4ab64e44464444eec |
| --- /dev/null |
| +++ b/LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.html |
| @@ -0,0 +1,14 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <link rel="stylesheet" type="text/css" href="do-not-crash-when-checking-frame-view-is-scrollable.css"> |
| + <script> |
| + document.createElement("div").offsetParent; |
| + if (window.testRunner) |
| + testRunner.dumpAsText(false); |
| + </script> |
| +</head> |
| +<body> |
| +</body> |
| +</html> |
| + |