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

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

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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-section-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.txt
index 3a9cd82e337356db585d34adb66ee0a02c11f890..cb8aa531103b0fc69e553f4b8c9063534925f783 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -243,6 +245,112 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'",
+ "reason": "became invisible"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableRow TR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD class='red half'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableRow TR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD class='green half'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "became invisible"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='top' class='blue half'",
+ "reason": "became invisible"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableRow TR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD class='red half'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableRow TR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD class='green half'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow CAPTION id='caption2' class='zero'",
+ "reason": "became visible"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableRow TR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD class='green half'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableRow TR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD class='red half'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTable TABLE",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='innerDiv'",
+ "reason": "became visible"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableRow TR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD class='half'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableRow TR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD class='half'",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698