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

Unified Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-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/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..47d9d336d98b6a09310ecb280ba5c4b5d2f3de61
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt
@@ -0,0 +1,105 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='scroller'",
+ "position": [8, 8],
+ "bounds": [302, 302],
+ "drawsContent": true,
+ "backfaceVisibility": "hidden",
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='scroller'",
+ "rect": [0, 0, 302, 302],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [1, 1, 300, 600],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [1, -399, 300, 600],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [1, 601, 100, 100],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [1, 201, 100, 100],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [1, 689, 88, 12],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [1, 289, 88, 12],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [89, 601, 12, 88],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [89, 201, 12, 88],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [89, 689, 12, 12],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [89, 289, 12, 12],
+ "reason": "scroll"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='scroller'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "reason": "subtree"
+ },
+ {
+ "object": "HorizontalScrollbar",
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutScrollbarPart (anonymous)",
+ "reason": "scroll"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutScrollbarPart (anonymous)",
+ "reason": "scroll"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698