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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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/platform/linux/css3/flexbox/repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt
deleted file mode 100644
index b1d3d3ba27052188264b5b1f464250762a6bb1d0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt
+++ /dev/null
@@ -1,157 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "rect": [138, 128, 654, 100],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow P",
- "rect": [138, 128, 654, 100],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [137, 128, 652, 99],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "rect": [148, 128, 644, 100],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow P",
- "rect": [148, 128, 644, 100],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [147, 128, 641, 99],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "rect": [400, 128, 392, 160],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow P",
- "rect": [400, 128, 392, 160],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "rect": [8, 228, 392, 60],
- "reason": "incremental"
- },
- {
- "object": "LayoutText #text",
- "rect": [400, 128, 389, 159],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "rect": [148, 128, 252, 160],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "rect": [138, 128, 10, 100],
- "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 aliquet. Nulla'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'vel dolor ipsum. Aliquam ut turpis nisl, in vulputate sapien. Cum sociis natoque penatibus et magnis dis'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'parturient montes, nascetur ridiculus mus. Sed congue magna vitae dolor feugiat vehicula. Sed volutpat,'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'tellus vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'elit. Pellentesque erat lectus, ultricies a lobortis 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. Nulla'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'vel dolor ipsum. Aliquam ut turpis nisl, in vulputate sapien. Cum sociis natoque penatibus et magnis dis'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'parturient montes, nascetur ridiculus mus. Sed congue magna vitae dolor feugiat vehicula. Sed volutpat, tellus'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta elit.'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Pellentesque erat lectus, ultricies a lobortis id, faucibus id quam.'",
- "reason": "forced by layout"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698