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

Side by Side Diff: LayoutTests/compositing/overflow/scroll-parent-absolute.html

Issue 340913002: RenderLayer::scrollParent should walk the containing block chain (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: git add tests Created 6 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/compositing/overflow/scroll-parent-absolute-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <div id="top" style="overflow: scroll; height: 500px; width: 500px; background-c olor: blue">
4 <div id="middle" style="position: absolute; height: 400px; width: 400px; backg round-color: green">
5 <div id="child" style="position: relative; height: 300px; width: 300px; back ground-color: yellow; -webkit-backface-visibility: hidden"></div>
6 </div>
7 <div id="tall" style="position: relative; height: 5000px; width: 20px; backgro und-color: salmon"></div>
8 </div>
9 <div style="height: 5000px; width: 20px; background-color: papayawhip"></div>
10 <script>
11 if (window.testRunner) {
12 internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
13
14 testRunner.dumpAsText();
15 testRunner.setCustomTextOutput(
16 internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_CLIP_A ND_SCROLL_PARENTS));
17 }
18 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/overflow/scroll-parent-absolute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698