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

Unified Diff: third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html

Issue 2369603002: Turn on CompositeOpaqueFixedPosition for test and rebase tests. (Closed)
Patch Set: . Created 4 years, 2 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 | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html
diff --git a/third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html b/third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html
index 813caa786ab97729e9faf5774ad5045c8fdd3958..b4c0712c3a3d7180d4e087d7b7279ce542d65fde 100644
--- a/third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html
+++ b/third_party/WebKit/Source/web/tests/data/fixed-position-losing-backing.html
@@ -4,7 +4,8 @@
position: fixed;
width: 100px;
height: 100px;
- background-color: yellow;
+ /* Using transparent background color so that fixed position element is not automatically promoted. */
+ background-color: rgba(255, 255, 0, 0.5);
transform: translateZ(0);
}
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698