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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/background-resize-height-expected.txt

Issue 2068723002: Paint local attachment backgrounds into composited scrolling contents layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge and fix test expectations. 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/fast/repaint/background-resize-height-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-resize-height-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/background-resize-height-expected.txt
index 1bf59d3743e88dfdc969f8266954791ca22f594f..a3f3d5759fca4f240f838899a2f87b1a5f952189 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/background-resize-height-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/background-resize-height-expected.txt
@@ -166,6 +166,7 @@
"name": "LayoutBlockFlow (positioned) DIV class='test generated'",
"position": [8, 108],
"bounds": [60, 44],
+ "contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"paintInvalidations": [
@@ -180,6 +181,7 @@
"name": "LayoutBlockFlow (positioned) DIV class='test generated cover'",
"position": [8, 108],
"bounds": [60, 44],
+ "contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"paintInvalidations": [
@@ -194,6 +196,7 @@
"name": "LayoutBlockFlow (positioned) DIV class='test generated contain'",
"position": [8, 108],
"bounds": [60, 44],
+ "contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"paintInvalidations": [
@@ -208,6 +211,7 @@
"name": "LayoutBlockFlow (positioned) DIV class='test generated fixed-height'",
"position": [158, 108],
"bounds": [60, 44],
+ "contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"paintInvalidations": [
@@ -222,6 +226,7 @@
"name": "LayoutBlockFlow (positioned) DIV class='test generated percent-height'",
"position": [208, 108],
"bounds": [60, 44],
+ "contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"paintInvalidations": [
@@ -236,6 +241,7 @@
"name": "LayoutBlockFlow (positioned) DIV class='test generated top'",
"position": [258, 108],
"bounds": [60, 44],
+ "contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"paintInvalidations": [
@@ -250,6 +256,7 @@
"name": "LayoutBlockFlow (positioned) DIV class='test generated bottom'",
"position": [308, 108],
"bounds": [60, 44],
+ "contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"paintInvalidations": [
@@ -264,6 +271,7 @@
"name": "LayoutBlockFlow (positioned) DIV class='test generated center'",
"position": [358, 108],
"bounds": [60, 44],
+ "contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"paintInvalidations": [
@@ -306,6 +314,7 @@
"name": "LayoutBlockFlow (positioned) DIV class='test generated repeat-round'",
"position": [508, 108],
"bounds": [60, 44],
+ "contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"paintInvalidations": [

Powered by Google App Engine
This is Rietveld 408576698