| Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt
|
| index 9a5be4b410462ef0959555c119ec5e5f3e30e0a2..0bd04ba045c8c3ba20564d07b85ff97da4722652 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-percent-top-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": "LayoutView #document",
|
| - "rect": [0, 200, 200, 100],
|
| + "rect": [0, 250, 600, 250],
|
| "reason": "incremental"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV",
|
| - "rect": [0, 150, 20, 20],
|
| + "rect": [0, 250, 20, 20],
|
| "reason": "bounds change"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV",
|
| - "rect": [0, 100, 20, 20],
|
| + "rect": [0, 125, 20, 20],
|
| "reason": "bounds change"
|
| },
|
| {
|
| @@ -30,21 +30,21 @@
|
| ]
|
| }
|
| {
|
| - "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],
|
| + "rect": [0, 0, 400, 250],
|
| "reason": "full"
|
| },
|
| {
|
| "object": "LayoutView #document",
|
| - "rect": [200, 0, 100, 300],
|
| + "rect": [400, 0, 200, 250],
|
| "reason": "incremental"
|
| },
|
| {
|
| @@ -56,21 +56,26 @@
|
| ]
|
| }
|
| {
|
| - "bounds": [300, 250],
|
| + "bounds": [400, 600],
|
| "children": [
|
| {
|
| - "bounds": [300, 250],
|
| + "bounds": [400, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutView #document",
|
| - "rect": [0, 250, 300, 50],
|
| + "rect": [0, 0, 400, 600],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 250, 400, 350],
|
| "reason": "incremental"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV",
|
| - "rect": [0, 150, 20, 20],
|
| + "rect": [0, 300, 20, 20],
|
| "reason": "bounds change"
|
| },
|
| {
|
| @@ -87,21 +92,21 @@
|
| ]
|
| }
|
| {
|
| - "bounds": [250, 250],
|
| + "bounds": [800, 600],
|
| "children": [
|
| {
|
| - "bounds": [250, 250],
|
| + "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutView #document",
|
| - "rect": [0, 0, 250, 250],
|
| + "rect": [0, 0, 800, 600],
|
| "reason": "full"
|
| },
|
| {
|
| "object": "LayoutView #document",
|
| - "rect": [250, 0, 50, 250],
|
| + "rect": [400, 0, 400, 600],
|
| "reason": "incremental"
|
| },
|
| {
|
|
|