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

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: Remove unnecessary pos: rel in expected html. 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 }
6 </style>
7 <div style="display: flex">
8 <div class="flex-item">y</div>
9 <div class="flex-item">
10 <table>
11 <tr style="background-color: red">
12 <td>
13 x
14 </td>
15 </tr>
16 </table>
17 </div>
18 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698