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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/inline-reflow-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/inline-reflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/inline-reflow-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/inline-reflow-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9eb7ac9f403a5f41646d7a1b03e2c006bda4c8c3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/inline-reflow-expected.txt
@@ -0,0 +1,113 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutText #text",
+ "rect": [0, -1, 300, 202],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'",
+ "rect": [0, 0, 300, 200],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container'",
+ "rect": [0, 300, 300, 20],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, -1, 200, 302],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'",
+ "rect": [0, 0, 200, 300],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 299, 180, 22],
+ "reason": "forced by layout"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'A A A A A AA AA'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'AA AA AAA AAA'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'AAA AAAA AAAA'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'AAAAA AAAAA'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'AAAAAA AAAAAAA'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'AAAAAA AAAAA'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'AAAAA AAAA AAAA'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'AAA AAA AAA AA'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'AA AA AA A A A'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'A A'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'A A A A A'",
+ "reason": "forced by layout"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698