summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoelo@chromium.org <joelo@chromium.org>2015-09-16 02:51:48 +0000
committerjoelo@chromium.org <joelo@chromium.org>2015-09-16 02:51:48 +0000
commit34dea71bf0e9cf4268b6ee726837680cc9e046f4 (patch)
treec1d970ff52906af707b2ed2cf2b7fbd124c1e577
parent0b3645cf5deb9a17be6effefdf98d015ba90ec5b (diff)
downloadchromium_src-34dea71bf0e9cf4268b6ee726837680cc9e046f4.zip
chromium_src-34dea71bf0e9cf4268b6ee726837680cc9e046f4.tar.gz
chromium_src-34dea71bf0e9cf4268b6ee726837680cc9e046f4.tar.bz2
Auto-rebaseline for r202304
http://src.chromium.org/viewvc/blink?view=revision&revision=202304 BUG=461179 TBR=chrishtr@chromium.org Review URL: https://codereview.chromium.org/1345093002 . git-svn-id: svn://svn.chromium.org/blink/trunk@202317 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-rw-r--r--third_party/WebKit/LayoutTests/TestExpectations10
-rw-r--r--third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-on-overflow-change-expected.txt1
-rw-r--r--third_party/WebKit/LayoutTests/css3/flexbox/repaint-opacity-change-expected.txt1
-rw-r--r--third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt1
-rw-r--r--third_party/WebKit/LayoutTests/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt3
-rw-r--r--third_party/WebKit/LayoutTests/fast/repaint/change-transform-expected.txt1
-rw-r--r--third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt1
-rw-r--r--third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt1
-rw-r--r--third_party/WebKit/LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt2
-rw-r--r--third_party/WebKit/LayoutTests/fast/repaint/paint-invalidation-with-opacity-expected.txt1
-rw-r--r--third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt2
-rw-r--r--third_party/WebKit/LayoutTests/platform/linux/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt3
-rw-r--r--third_party/WebKit/LayoutTests/platform/linux/fast/repaint/create-layer-repaint-expected.txt1
-rw-r--r--third_party/WebKit/LayoutTests/platform/linux/fast/repaint/static-to-positioned-expected.txt2
-rw-r--r--third_party/WebKit/LayoutTests/platform/win-xp/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt3
-rw-r--r--third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/create-layer-repaint-expected.txt1
-rw-r--r--third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/static-to-positioned-expected.txt2
17 files changed, 23 insertions, 13 deletions
diff --git a/third_party/WebKit/LayoutTests/TestExpectations b/third_party/WebKit/LayoutTests/TestExpectations
index b205f81..c72b0679 100644
--- a/third_party/WebKit/LayoutTests/TestExpectations
+++ b/third_party/WebKit/LayoutTests/TestExpectations
@@ -239,16 +239,6 @@ crbug.com/352405 virtual/threaded/animations/transition-and-animation-1.html [ P
crbug.com/529123 inspector/sources/debugger-breakpoints/debugger-reload-breakpoints-with-source-maps.html [ Pass Failure ]
-crbug.com/461179 compositing/repaint/should-not-repaint-composited-descendants-on-overflow-change.html [ NeedsRebaseline ]
-crbug.com/461179 css3/flexbox/repaint-opacity-change.html [ NeedsRebaseline ]
-crbug.com/461179 fast/css-grid-layout/grid-item-z-index-change-repaint.html [ NeedsRebaseline ]
-crbug.com/461179 fast/layers/scroll-descendant-with-cached-cliprects.html [ NeedsRebaseline ]
-crbug.com/461179 fast/repaint/change-transform.html [ NeedsRebaseline ]
-crbug.com/461179 fast/repaint/create-layer-repaint.html [ NeedsRebaseline ]
-crbug.com/461179 fast/repaint/erase-overflow.html [ NeedsRebaseline ]
-crbug.com/461179 fast/repaint/mix-blend-mode-separate-stacking-context.html [ NeedsRebaseline ]
-crbug.com/461179 fast/repaint/paint-invalidation-with-opacity.html [ NeedsRebaseline ]
-crbug.com/461179 fast/repaint/static-to-positioned.html [ NeedsRebaseline ]
crbug.com/461179 virtual/spv2/paint/invalidation/invalidate-when-receiving-paint-layer.html [ ImageOnlyFailure ]
crbug.com/524009 inspector/sources/debugger-pause/debugger-pause-in-internal.html [ NeedsManualRebaseline ]
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-on-overflow-change-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-on-overflow-change-expected.txt
index 2e2b15a..4fa2515 100644
--- a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-on-overflow-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-on-overflow-change-expected.txt
@@ -7,6 +7,7 @@
"drawsContent": true,
"repaintRects": [
[0, 200, 200, 200],
+ [0, 200, 200, 200],
[0, 0, 200, 200]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/repaint-opacity-change-expected.txt b/third_party/WebKit/LayoutTests/css3/flexbox/repaint-opacity-change-expected.txt
index d89acd2..90a384b 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/repaint-opacity-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/repaint-opacity-change-expected.txt
@@ -7,6 +7,7 @@
"drawsContent": true,
"repaintRects": [
[18, 18, 764, 20],
+ [18, 18, 764, 20],
[18, 18, 764, 20]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt
index 8b7c25e..c5cd006 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt
@@ -7,6 +7,7 @@
"drawsContent": true,
"repaintRects": [
[8, 236, 200, 100],
+ [8, 236, 200, 100],
[8, 126, 200, 100]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt b/third_party/WebKit/LayoutTests/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt
index e613a5b..9d77ad4 100644
--- a/third_party/WebKit/LayoutTests/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt
@@ -13,7 +13,8 @@
[677, 50, 100, 100],
[677, 50, 100, 100],
[677, 50, 100, 100],
- [677, 50, 100, 100]
+ [677, 50, 100, 100],
+ [0, 0, 100, 100]
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='scrollpanel'",
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/change-transform-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/change-transform-expected.txt
index 3d5fe31..c9ee0ff 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/change-transform-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/change-transform-expected.txt
@@ -7,6 +7,7 @@
"drawsContent": true,
"repaintRects": [
[35, 35, 50, 50],
+ [10, 10, 100, 100],
[10, 10, 100, 100]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt
index ac5faac..05a0ede 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt
@@ -7,6 +7,7 @@
"drawsContent": true,
"repaintRects": [
[28, 54, 500, 50],
+ [28, 54, 500, 50],
[28, 54, 250, 50]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
index 032f086..00a5f7d 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
@@ -8,6 +8,7 @@
"repaintRects": [
[8, 108, 100, 100],
[8, 8, 100, 200],
+ [8, 8, 100, 200],
[8, 8, 100, 100]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt
index dc21d3b..8837d25 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt
@@ -8,6 +8,7 @@
"repaintRects": [
[348, 48, 60, 60],
[328, 28, 60, 60],
+ [328, 28, 60, 60],
[248, 48, 60, 60],
[188, 28, 20, 80],
[148, 48, 60, 60],
@@ -15,6 +16,7 @@
[128, 88, 80, 20],
[88, 28, 20, 80],
[48, 48, 60, 60],
+ [48, 48, 60, 60],
[28, 88, 80, 20]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/paint-invalidation-with-opacity-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/paint-invalidation-with-opacity-expected.txt
index 7596237..af3f2ac 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/paint-invalidation-with-opacity-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/paint-invalidation-with-opacity-expected.txt
@@ -6,6 +6,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [8, 8, 100, 100],
[8, 8, 100, 100]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt
index 4f602dc..a0ab5ca 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt
@@ -8,7 +8,9 @@
"repaintRects": [
[8, 328, 100, 100],
[8, 278, 100, 100],
+ [8, 278, 100, 100],
[8, 128, 100, 100],
+ [8, 78, 100, 100],
[8, 78, 100, 100]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt
index 5165e03..c41e0bb 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt
@@ -13,7 +13,8 @@
[677, 52, 100, 100],
[677, 52, 100, 100],
[677, 52, 100, 100],
- [677, 52, 100, 100]
+ [677, 52, 100, 100],
+ [0, 0, 100, 100]
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='scrollpanel'",
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/create-layer-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/create-layer-repaint-expected.txt
index 4045257..2d60bf0 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/create-layer-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/create-layer-repaint-expected.txt
@@ -7,6 +7,7 @@
"drawsContent": true,
"repaintRects": [
[28, 56, 500, 50],
+ [28, 56, 500, 50],
[28, 56, 250, 50]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/static-to-positioned-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/static-to-positioned-expected.txt
index b9472ba..998e142 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/static-to-positioned-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/static-to-positioned-expected.txt
@@ -8,7 +8,9 @@
"repaintRects": [
[8, 332, 100, 100],
[8, 282, 100, 100],
+ [8, 282, 100, 100],
[8, 132, 100, 100],
+ [8, 82, 100, 100],
[8, 82, 100, 100]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/platform/win-xp/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt b/third_party/WebKit/LayoutTests/platform/win-xp/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt
index 5165e03..c41e0bb 100644
--- a/third_party/WebKit/LayoutTests/platform/win-xp/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win-xp/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt
@@ -13,7 +13,8 @@
[677, 52, 100, 100],
[677, 52, 100, 100],
[677, 52, 100, 100],
- [677, 52, 100, 100]
+ [677, 52, 100, 100],
+ [0, 0, 100, 100]
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='scrollpanel'",
diff --git a/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/create-layer-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/create-layer-repaint-expected.txt
index 4045257..2d60bf0 100644
--- a/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/create-layer-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/create-layer-repaint-expected.txt
@@ -7,6 +7,7 @@
"drawsContent": true,
"repaintRects": [
[28, 56, 500, 50],
+ [28, 56, 500, 50],
[28, 56, 250, 50]
],
"paintInvalidationClients": [
diff --git a/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/static-to-positioned-expected.txt b/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/static-to-positioned-expected.txt
index b9472ba..998e142 100644
--- a/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/static-to-positioned-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/static-to-positioned-expected.txt
@@ -8,7 +8,9 @@
"repaintRects": [
[8, 332, 100, 100],
[8, 282, 100, 100],
+ [8, 282, 100, 100],
[8, 132, 100, 100],
+ [8, 82, 100, 100],
[8, 82, 100, 100]
],
"paintInvalidationClients": [