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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt

Issue 2039943003: Convert fast/repaint/window-resize*.html into reftests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/fast/repaint/window-resize-percent-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
index e92d26706a99b45eb019f78451c99ab9623d98d0..1ecc7066b653eeccdeded1b0f42a384142efa85b 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
@@ -1,24 +1,24 @@
{
- "bounds": [200, 300],
+ "bounds": [600, 250],
"children": [
{
- "bounds": [200, 300],
+ "bounds": [600, 250],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 200, 150],
- "reason": "forced by layout"
- },
- {
"object": "LayoutView #document",
- "rect": [0, 200, 200, 100],
+ "rect": [0, 250, 600, 250],
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 600, 250],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow DIV",
- "rect": [0, 50, 100, 25],
+ "rect": [0, 62, 300, 63],
"reason": "incremental"
}
]
@@ -26,31 +26,31 @@
]
}
{
- "bounds": [300, 300],
+ "bounds": [400, 250],
"children": [
{
- "bounds": [300, 300],
+ "bounds": [400, 250],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutView #document",
- "rect": [0, 0, 300, 300],
- "reason": "full"
- },
- {
"object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 300, 150],
+ "rect": [0, 0, 600, 125],
"reason": "forced by layout"
},
{
"object": "LayoutView #document",
- "rect": [200, 0, 100, 300],
+ "rect": [0, 0, 400, 250],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [400, 0, 200, 250],
"reason": "incremental"
},
{
"object": "LayoutBlockFlow DIV",
- "rect": [100, 0, 50, 75],
+ "rect": [200, 0, 100, 63],
"reason": "incremental"
}
]
@@ -58,26 +58,31 @@
]
}
{
- "bounds": [300, 250],
+ "bounds": [400, 600],
"children": [
{
- "bounds": [300, 250],
+ "bounds": [400, 600],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 300, 150],
- "reason": "forced by layout"
+ "object": "LayoutView #document",
+ "rect": [0, 0, 400, 600],
+ "reason": "full"
},
{
"object": "LayoutView #document",
- "rect": [0, 250, 300, 50],
+ "rect": [0, 250, 400, 350],
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 400, 300],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow DIV",
- "rect": [0, 62, 150, 13],
+ "rect": [0, 62, 200, 88],
"reason": "incremental"
}
]
@@ -85,31 +90,31 @@
]
}
{
- "bounds": [250, 250],
+ "bounds": [800, 600],
"children": [
{
- "bounds": [250, 250],
+ "bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 300, 125],
- "reason": "forced by layout"
- },
- {
"object": "LayoutView #document",
- "rect": [0, 0, 250, 250],
+ "rect": [0, 0, 800, 600],
"reason": "full"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 800, 300],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutView #document",
- "rect": [250, 0, 50, 250],
+ "rect": [400, 0, 400, 600],
"reason": "incremental"
},
{
"object": "LayoutBlockFlow DIV",
- "rect": [125, 0, 25, 63],
+ "rect": [200, 0, 200, 150],
"reason": "incremental"
}
]

Powered by Google App Engine
This is Rietveld 408576698