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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Rebaseline on mac and win Created 4 years, 1 month 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/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8505bd0225f1a7a833ff9ea3ea52141b6d53d049
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt
@@ -0,0 +1,41 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutTable TABLE",
+ "rect": [8, 82, 112, 112],
+ "reason": "invalidate paint rectangle"
+ }
+ ]
+ },
+ {
+ "name": "LayoutTableSection THEAD id='a'",
+ "position": [10, 84],
+ "bounds": [107, 107],
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutTableSection THEAD id='a'",
+ "rect": [0, 0, 107, 107],
+ "reason": "style change"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutTable TABLE",
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutTableSection THEAD id='a'",
+ "reason": "style change"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698