| Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
|
| index 3115682e4c91c11052716358e3a17f420f54290a..af43c2021d2f14f67cf61ba68a008e694835b72a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent-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 DIV",
|
| - "rect": [0, 20, 30, 10],
|
| + "rect": [0, 25, 50, 25],
|
| "reason": "incremental"
|
| },
|
| {
|
| "object": "LayoutBlockFlow DIV",
|
| - "rect": [20, 0, 10, 30],
|
| + "rect": [25, 0, 25, 50],
|
| "reason": "incremental"
|
| },
|
| {
|
| @@ -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,26 +56,31 @@
|
| ]
|
| }
|
| {
|
| - "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 DIV",
|
| - "rect": [0, 25, 30, 5],
|
| + "rect": [0, 25, 60, 35],
|
| "reason": "incremental"
|
| },
|
| {
|
| "object": "LayoutBlockFlow DIV",
|
| - "rect": [25, 0, 5, 30],
|
| + "rect": [25, 0, 35, 60],
|
| "reason": "incremental"
|
| },
|
| {
|
| @@ -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"
|
| },
|
| {
|
|
|