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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html

Issue 2196363002: Modify LayoutTests to prep for compositing solid background scollers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change to fixed-position-in-fixed-overflow.html Created 4 years, 4 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: third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html b/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html
index 262affad9959aaea281bf7aea35c21c415c331e2..ccd09467d76af178b8a2cd9fa38425d509d0eac7 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent.html
@@ -8,6 +8,7 @@
border: 4px solid black;
overflow-y: scroll;
resize: both;
+ background-color: rgba(0,255,0,0.5);
}
.box {
@@ -16,7 +17,7 @@
height: 100px;
width: 100px;
margin: 10px;
- background-color: blue;
+ background-color: rgba(0,0,255,0.5);
}
@@ -31,7 +32,7 @@
}
.red {
- background-color: red;
+ background-color: rgba(255,0,0,0.5);
}
.clip {
@@ -54,7 +55,7 @@
if (!window.internals) {
var description = "This test ensures that amongst the graphics "
+ "layers corresponding to a single Layer, only one may "
- + "have a scroll parent.";
+ + "have a scroll parent.";
pre.innerHTML = description;
} else {
document.body.offsetTop;

Powered by Google App Engine
This is Rietveld 408576698