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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/repaint-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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/flexbox/repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/repaint-expected.txt
deleted file mode 100644
index 87ec0cf26c11ad1a6c32918e7f01197014eefdd1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/repaint-expected.txt
+++ /dev/null
@@ -1,139 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "rect": [138, 116, 654, 90],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "rect": [148, 116, 644, 108],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "rect": [148, 116, 644, 108],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "rect": [400, 116, 392, 162],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "rect": [8, 224, 392, 54],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "rect": [148, 116, 252, 162],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "rect": [8, 206, 140, 18],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "rect": [138, 116, 10, 108],
- "reason": "incremental"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow P",
- "reason": "forced by layout"
- },
- {
- "object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean laoreet dolor id urna eleifend'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'aliquet. Nulla vel dolor ipsum. Aliquam ut turpis nisl, in vulputate sapien. Cum sociis natoque'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed congue magna vitae dolor'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'feugiat vehicula. Sed volutpat, tellus vel varius vestibulum, purus quam mollis sapien, in'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'condimentum leo neque sed nulla. Nunc quis porta elit. Pellentesque erat lectus, ultricies a lobortis'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'id, faucibus id quam.'",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow P",
- "reason": "forced by layout"
- },
- {
- "object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean laoreet dolor id urna eleifend aliquet.'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Nulla vel dolor ipsum. Aliquam ut turpis nisl, in vulputate sapien. Cum sociis natoque penatibus et'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'magnis dis parturient montes, nascetur ridiculus mus. Sed congue magna vitae dolor feugiat vehicula.'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat lectus, ultricies a lobortis id, faucibus id quam.'",
- "reason": "forced by layout"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698