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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/box-sizing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
index b1a5e1cbe9095856bf721d948b470481ded0d948..a58def62a58c3bb7dbb91c1402f338e78f2956df 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
@@ -5,17 +5,37 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [400, 0, 40, 140],
- [380, 0, 60, 140],
- [0, 200, 440, 140],
- [0, 200, 400, 100],
- [0, 100, 440, 40],
- [0, 80, 440, 60]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
- "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
+ "rect": [400, 0, 40, 140],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
+ "rect": [0, 100, 440, 40],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
+ "rect": [380, 0, 60, 140],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
+ "rect": [0, 80, 440, 60],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'",
+ "rect": [0, 200, 440, 140],
+ "reason": "content box change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'",
+ "rect": [0, 200, 400, 100],
+ "reason": "content box change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698