Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.css

Issue 23641004: Ignore should-scroll-on-main-thread if main frame is not scrollable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated tests. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+}
« no previous file with comments | « no previous file | LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698