Commit 21ae0e42 authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Commit Bot

Update paint/invalidation/repaint-overlay/layers-overlay.html

This should have been in
https://chromium-review.googlesource.com/c/chromium/src/+/2370716.

This fixes a blinkpy unit test. The failure was not discovered by bots
because the test doesn't run on bots that don't have a web_tests
directory.

TBR=pdr@chromium.org

Bug: 984167
Change-Id: Ide4f28794a4ac1b60aecb0896980ddf7bd092ff2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393944Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804613}
parent 63233f8c
......@@ -76,16 +76,6 @@ var expected = {
"bounds": [302, 302],
"transform": 3
},
{
"name": "LayoutNGBlockFlow (relative positioned) DIV id='transform'",
"bounds": [200, 200],
"contentsOpaque": true,
"backgroundColor": "#FFFF00",
"invalidations": [
[20, 20, 10, 10]
],
"transform": 6
},
{
"name": "Horizontal Scrollbar Layer",
"position": [1, 301],
......@@ -98,6 +88,16 @@ var expected = {
"bounds": [0, 300],
"transform": 3
},
{
"name": "LayoutNGBlockFlow (relative positioned) DIV id='transform'",
"bounds": [200, 200],
"contentsOpaque": true,
"backgroundColor": "#FFFF00",
"invalidations": [
[20, 20, 10, 10]
],
"transform": 6
},
{
"name": "Vertical Scrollbar Layer",
"position": [800, 0],
......@@ -191,16 +191,6 @@ var actual = {
"bounds": [302, 302],
"transform": 3
},
{
"name": "LayoutNGBlockFlow (relative positioned) DIV id='transform'",
"bounds": [200, 200],
"contentsOpaque": true,
"backgroundColor": "#FFFF00",
"invalidations": [
[20, 20, 10, 10]
],
"transform": 6
},
{
"name": "Horizontal Scrollbar Layer",
"position": [1, 301],
......@@ -213,6 +203,16 @@ var actual = {
"bounds": [0, 300],
"transform": 3
},
{
"name": "LayoutNGBlockFlow (relative positioned) DIV id='transform'",
"bounds": [200, 200],
"contentsOpaque": true,
"backgroundColor": "#FFFF00",
"invalidations": [
[20, 20, 10, 10]
],
"transform": 6
},
{
"name": "Vertical Scrollbar Layer",
"position": [800, 0],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment