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

Unified Diff: LayoutTests/compositing/repaint/scroll-fixed-squahed-layer-expected.txt

Issue 478823002: Don't repaint squashed, fixed position layers during scrolling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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
« no previous file with comments | « LayoutTests/compositing/repaint/scroll-fixed-squahed-layer.html ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/repaint/scroll-fixed-squahed-layer-expected.txt
diff --git a/LayoutTests/compositing/squashing/tricky-element-removal-crash-expected.txt b/LayoutTests/compositing/repaint/scroll-fixed-squahed-layer-expected.txt
similarity index 64%
copy from LayoutTests/compositing/squashing/tricky-element-removal-crash-expected.txt
copy to LayoutTests/compositing/repaint/scroll-fixed-squahed-layer-expected.txt
index de9967ce278048e225916146c2b74c7245b46d2d..63d7a8dfb1759481d752b8d6c82b710387b4d1b1 100644
--- a/LayoutTests/compositing/squashing/tricky-element-removal-crash-expected.txt
+++ b/LayoutTests/compositing/repaint/scroll-fixed-squahed-layer-expected.txt
@@ -1,23 +1,23 @@
{
- "bounds": [800, 600],
+ "bounds": [785, 2016],
"children": [
{
- "bounds": [800, 600],
+ "bounds": [785, 2016],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
"children": [
{
- "position": [8, 8],
+ "position": [100, 200],
"bounds": [200, 200],
"contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#FA8072"
+ "backgroundColor": "#ADD8E6"
},
{
- "position": [8, 8],
- "bounds": [100, 100],
+ "position": [100, 250],
+ "bounds": [200, 200],
"drawsContent": true
}
]
« no previous file with comments | « LayoutTests/compositing/repaint/scroll-fixed-squahed-layer.html ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698