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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-as-paint-container-expected.txt

Issue 2816243004: Adjust visual overflow rect for rounded/shifted ascent/descent (Closed)
Patch Set: Created 3 years, 8 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/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-as-paint-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-as-paint-container-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-as-paint-container-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fa7976d85670493a82da15ba387621723926e22a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-as-paint-container-expected.txt
@@ -0,0 +1,108 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='target'",
+ "position": [8, 8],
+ "bounds": [630, 180],
+ "drawsContent": true,
+ "backfaceVisibility": "hidden",
+ "paintInvalidations": [
+ {
+ "object": "LayoutMultiColumnSet (anonymous)",
+ "rect": [0, 0, 630, 180],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, -1, 625, 181],
+ "reason": "style change"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutText #text",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'Lorem ipsum'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'dolor sit amet,'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'consectetur'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'adipiscing'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'elit. Fusce'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'varius, metus'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'eu fringilla'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'pulvinar, ipsum'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'sapien'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'ultricies arcu,'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'non condimentum'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'quam est eu'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'purus. Ut nisl'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'libero,'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'suscipit ut leo'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'eget, dapibus'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'ultrices dolor.'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutMultiColumnSet (anonymous)",
+ "reason": "style change"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698