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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed.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
Index: third_party/WebKit/LayoutTests/paint/invalidation/fixed.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed.html b/third_party/WebKit/LayoutTests/paint/invalidation/fixed.html
index 2a324826183aa9fa714549de9aeba42112d4a49c..5c0d5913d61ac70c2b013a64f94e5158fecf85f6 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed.html
@@ -19,6 +19,7 @@
Repaint test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=11452">http://bugs.webkit.org/show_bug.cgi?id=11452</a>
REGRESSION (r16736-r16801): Incorrect repaint of fixed boxes</i>.
</p>
- <div id="t" style="position: fixed; width: 100px; height: 100px; background: red"></div>
+ <!-- Using 99% opacity to ensure fixed position is not automatically promoted. -->
+ <div id="t" style="position: fixed; opacity: 0.99; width: 100px; height: 100px; background: red"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698