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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll-expected.txt

Issue 2034863003: Auto-rebaseline for r397528 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/caret-with-composited-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll-expected.txt
deleted file mode 100644
index c3a1e9b651d26ed1bba475e3b8618a3724531397..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll-expected.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [8, 48],
- "bounds": [100, 100],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "bounds": [100, 100],
- "shouldFlattenTransform": false,
- "children": [
- {
- "bounds": [205, 1022],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutTextControl INPUT id='text'",
- "rect": [-1, 999, 207, 24],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [3, 1003, 200, 16],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [2, 1002, 3, 18],
- "reason": "invalidate paint rectangle"
- }
- ]
- }
- ]
- },
- {
- "bounds": [100, 100],
- "children": [
- {
- "position": [0, 100],
- "bounds": [100, 0],
- "drawsContent": true
- },
- {
- "position": [100, 0],
- "bounds": [0, 100],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "Vertical Scrollbar Layer",
- "reason": "full"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698