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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/resize-iframe-text-expected.txt

Issue 2230713002: Auto-rebaseline for r410893 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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-mac10.9/fast/repaint/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/resize-iframe-text-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..60b584eba71ff53e87df7e69669aad9dca42c641
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/resize-iframe-text-expected.txt
@@ -0,0 +1,97 @@
+{
+ "name": "Content Root Layer",
+ "bounds": [800, 677],
+ "children": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 677],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutIFrame (positioned) IFRAME",
+ "rect": [0, 0, 800, 677],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [0, 600, 800, 77],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 800, 34],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 785, 677],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 8, 784, 18],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 8, 346, 18],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [785, 0, 15, 677],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [785, 0, 15, 600],
+ "reason": "scroll"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'Test passes if you see \"Success\" after window resizes.'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutIFrame (positioned) IFRAME",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "scroll"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698