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

Unified Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/padding-keeping-visual-size-expected.txt

Issue 2704383008: Auto-rebaseline for r453070 (Closed)
Patch Set: Created 3 years, 10 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/virtual/disable-spinvalidation/paint/invalidation/padding-keeping-visual-size-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/padding-keeping-visual-size-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/padding-keeping-visual-size-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..72637310e90c9b4144959404fc178790eb8d4a87
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/padding-keeping-visual-size-expected.txt
@@ -0,0 +1,42 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
+ "rect": [0, 200, 100, 100],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='inner'",
+ "rect": [0, 200, 100, 100],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='inner'",
+ "reason": "bounds change"
+ }
+ ]
+}
+
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/padding-keeping-content-size-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698