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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/spinvalidation/paint/invalidation/transform-inline-layered-child-expected.txt

Issue 2543293002: Add virtual/spinvalidation/paint/invalidation test suite (Closed)
Patch Set: Rebaseline virtual/spinvalidation/paint/invalidation/select-option-background-color.html Created 4 years 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/win/virtual/spinvalidation/paint/invalidation/transform-inline-layered-child-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/spinvalidation/paint/invalidation/transform-inline-layered-child-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/spinvalidation/paint/invalidation/transform-inline-layered-child-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1b971517392746232e3d6cee1b5a8e548864fb79
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/spinvalidation/paint/invalidation/transform-inline-layered-child-expected.txt
@@ -0,0 +1,132 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='box'",
+ "rect": [66, 85, 168, 192],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutInline (relative positioned) SPAN id='child'",
+ "rect": [139, 359, 151, 180],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [139, 359, 151, 180],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutInline (relative positioned) SPAN id='child'",
+ "rect": [300, 300, 80, 161],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [300, 301, 80, 160],
+ "reason": "subtree"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='box'",
+ "reason": "subtree"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutInline (relative positioned) SPAN id='child'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'A B C'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'D E F'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'G H I'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'J K L'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'M N O'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'P Q R'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'S T U'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'V W X'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'Y Z'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "subtree"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698