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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-reflection-expected.html

Issue 2132173002: Update some squashing tests to actually test squashing vs non-squashing behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-reflection.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css"> 3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
4 <style> 4 <style>
5 #ancestor { 5 #ancestor {
6 -webkit-box-reflect: below; 6 -webkit-box-reflect: below;
7 } 7 }
8 #composited-overlap-child {
9 will-change: transform;
10 }
11
8 </style> 12 </style>
9 <script src="resources/squash-with-ancestor-property.js"></script> 13 <script src="resources/squash-with-ancestor-property.js"></script>
10 <script> 14 <script>
11 window.onload = generateDom; 15 window.onload = generateDom;
12 </script> 16 </script>
13 </head> 17 </head>
14 18
15 <body> 19 <body>
16 </body> 20 </body>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-reflection.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698