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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/table-outer-border-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/table-outer-border-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-outer-border-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-outer-border-expected.txt
index bdf893aae8c4a237bf3335a8c87243000da3a421..6dacc668c4cbce253ff5925bf12e70742dbf1a0a 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-outer-border-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-outer-border-expected.txt
@@ -14,12 +14,12 @@
{
"object": "LayoutTable TABLE id='table' class='green'",
"rect": [8, 8, 132, 149],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutTableCell TD",
"rect": [8, 75, 132, 82],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutTableCell TD",
@@ -29,7 +29,7 @@
{
"object": "LayoutTableCell TD",
"rect": [8, 8, 132, 82],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutTableCell TD",
@@ -39,7 +39,7 @@
{
"object": "LayoutTableSection TBODY",
"rect": [15, 15, 117, 134],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutTableSection TBODY",
@@ -49,7 +49,7 @@
{
"object": "LayoutTableRow TR",
"rect": [15, 82, 117, 67],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutTableRow TR",
@@ -59,7 +59,7 @@
{
"object": "LayoutTableRow TR",
"rect": [15, 15, 117, 67],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutTableRow TR",

Powered by Google App Engine
This is Rietveld 408576698