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

Unified Diff: LayoutTests/compositing/overflow/reflected-overlay-scrollbars-should-respect-ancestor-clip-expected.html

Issue 397713004: Overlay scrollbars must respect ancestor clip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 5 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
Index: LayoutTests/compositing/overflow/reflected-overlay-scrollbars-should-respect-ancestor-clip-expected.html
diff --git a/LayoutTests/compositing/overflow/reflected-overlay-scrollbars-should-appear-without-compositing.html b/LayoutTests/compositing/overflow/reflected-overlay-scrollbars-should-respect-ancestor-clip-expected.html
similarity index 77%
copy from LayoutTests/compositing/overflow/reflected-overlay-scrollbars-should-appear-without-compositing.html
copy to LayoutTests/compositing/overflow/reflected-overlay-scrollbars-should-respect-ancestor-clip-expected.html
index eb452876432f7923accb250239496a7168487730..ae173e3cd40aa58f640bdbb7292795e9863d5f5c 100644
--- a/LayoutTests/compositing/overflow/reflected-overlay-scrollbars-should-appear-without-compositing.html
+++ b/LayoutTests/compositing/overflow/reflected-overlay-scrollbars-should-respect-ancestor-clip-expected.html
@@ -5,10 +5,10 @@
}
#clipper {
- overflow: hidden;
- width: 110px;
- height: 100px;
- margin: 10px;
+ overflow: hidden;
+ width: 95px;
+ height: 100px;
+ margin: 10px;
}
#scroller {
@@ -25,6 +25,7 @@
position: fixed;
left: 200px;
background: blue;
+ -webkit-transform: translateZ(0);
}
#scrolled {
@@ -48,10 +49,10 @@ onload = function() {
};
</script>
<div id="container">
- <div id="clipper">
- <div id="scroller">
- <div id="fixed"></div>
- <div id="scrolled"></div>
+ <div id="clipper">
+ <div id="scroller">
+ <div id="fixed"></div>
+ <div id="scrolled"></div>
+ </div>
</div>
- </div>
</div>

Powered by Google App Engine
This is Rietveld 408576698