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

Side by Side Diff: LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.html

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" type="text/css" href="do-not-crash-when-checking-frame- view-is-scrollable.css">
5 <script>
6 document.createElement("div").offsetParent;
7 if (window.testRunner)
8 testRunner.dumpAsText(false);
9 </script>
10 </head>
11 <body>
12 </body>
13 </html>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698