Commit c093e13f authored by dgrogan's avatar dgrogan Committed by Commit bot

[css-tables] Correct cached-69296-expected.html and rebase

cached-69296-expected.html was created slightly incorrectly, causing
cached-69296.html to fail.

BUG=613728

Review-Url: https://codereview.chromium.org/2387273002
Cr-Commit-Position: refs/heads/master@{#422689}
parent b6acafa1
...@@ -67,8 +67,6 @@ crbug.com/602110 hittesting/border-hittest-with-image-fallback.html [ Failure ] ...@@ -67,8 +67,6 @@ crbug.com/602110 hittesting/border-hittest-with-image-fallback.html [ Failure ]
crbug.com/606302 [ Win7 Debug ] compositing/perpendicular-layer-sorting.html [ Failure ] crbug.com/606302 [ Win7 Debug ] compositing/perpendicular-layer-sorting.html [ Failure ]
crbug.com/613728 paint/invalidation/table/cached-69296.html [ Failure ]
# Fails consistently on WebKit Mac10.10, WebKit Mac10.11 (retina) and mac10.10_blink_rel tryserver, but not on other Mac bots. # Fails consistently on WebKit Mac10.10, WebKit Mac10.11 (retina) and mac10.10_blink_rel tryserver, but not on other Mac bots.
crbug.com/614910 [ Mac ] virtual/gpu-rasterization/fast/images/pixel-crack-image-background-webkit-transform-scale.html [ Pass Failure ] crbug.com/614910 [ Mac ] virtual/gpu-rasterization/fast/images/pixel-crack-image-background-webkit-transform-scale.html [ Pass Failure ]
......
...@@ -16,10 +16,6 @@ Collapsed borders should not disappear. ...@@ -16,10 +16,6 @@ Collapsed borders should not disappear.
height: 50px; height: 50px;
border: 1px solid #333333; border: 1px solid #333333;
} }
#row1 {
background-color: #ddd;
color: #111;
}
</style> </style>
</head> </head>
<body> <body>
......
{ {
"name": "Content Root Layer",
"bounds": [800, 600], "bounds": [800, 600],
"children": [ "children": [
{ {
"name": "LayoutView #document",
"bounds": [800, 600], "bounds": [800, 600],
"contentsOpaque": true, "contentsOpaque": true,
"drawsContent": true, "drawsContent": true,
...@@ -45,33 +47,67 @@ ...@@ -45,33 +47,67 @@
"object": "LayoutTableCell TD", "object": "LayoutTableCell TD",
"rect": [20, 20, 54, 51], "rect": [20, 20, 54, 51],
"reason": "style change" "reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "full"
},
{
"object": "LayoutTableCell TD",
"reason": "full"
},
{
"object": "LayoutTableCell TD",
"reason": "full"
},
{
"object": "LayoutTableCell TD",
"reason": "full"
},
{
"object": "LayoutTableCell TD",
"reason": "full"
},
{
"object": "LayoutTableCell TD",
"reason": "full"
} }
] ]
} }
],
"objectPaintInvalidations": [
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableRow TR id='row1'",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableRow TR id='row1'",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
"reason": "style change"
}
] ]
} }
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