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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/flex-composited-animated-table-row-background-expected.html

Issue 2784673004: Consider compositing state in row background display item client accessor. (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .flex-item {
4 flex: 1 1 ;
5 position: relative;
6 }
7 </style>
8 <div style="display: flex">
9 <div class="flex-item">y</div>
10 <div class="flex-item">
11 <table>
12 <tr style="background-color: red">
13 <td style="position: relative">
Xianzhu 2017/03/29 00:43:53 Ditto.
wkorman 2017/03/29 18:48:58 Done, removed here and above.
14 x
15 </td>
16 </tr>
17 </table>
18 </div>
19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698