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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt

Issue 2144413002: Fix invalidation under scroll, and cull rect testing, of flipped-block writing mode elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 5 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/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt
similarity index 71%
copy from third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt
index 172e3d4fc4f5f23cc1fa7658d179009150810ce6..a357e1c5e9c060c7802bb32379682336461457f9 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt
@@ -9,25 +9,25 @@
"drawsContent": true,
"children": [
{
- "name": "LayoutBlockFlow (positioned) DIV id='scroller'",
- "position": [300, 300],
- "bounds": [200, 200],
+ "name": "LayoutBlockFlow DIV id='scroller'",
+ "position": [8, 8],
+ "bounds": [400, 400],
"shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
"name": "Scrolling Layer",
- "bounds": [185, 200],
+ "bounds": [400, 385],
"shouldFlattenTransform": false,
"children": [
{
"name": "Scrolling Contents Layer",
- "bounds": [185, 4900],
+ "bounds": [10000, 385],
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='target'",
- "rect": [0, 2400, 100, 100],
+ "rect": [0, 0, 10000, 200],
"reason": "style change"
}
]
@@ -36,16 +36,16 @@
},
{
"name": "Overflow Controls Host Layer",
- "bounds": [200, 200],
+ "bounds": [400, 400],
"children": [
{
- "name": "Vertical Scrollbar Layer",
- "position": [185, 0],
- "bounds": [15, 200],
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 385],
+ "bounds": [400, 15],
"paintInvalidations": [
{
- "object": "Vertical Scrollbar Layer",
- "rect": [0, 0, 15, 200],
+ "object": "Horizontal Scrollbar Layer",
+ "rect": [0, 0, 400, 15],
"reason": "full"
}
]

Powered by Google App Engine
This is Rietveld 408576698