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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/squashing/squash-with-ancestor-reflection-expected.html

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <head>
3 <link rel="stylesheet" href="../../../compositing/squashing/resources/squash-wit h-ancestor-property.css">
4 <style>
5 #ancestor {
6 -webkit-box-reflect: below;
7 }
8 </style>
9 <script src="../../../compositing/squashing/resources/squash-with-ancestor-prope rty.js"></script>
10 <script>
11 if (window.internals)
12 internals.settings.setLayerSquashingEnabled(false);
13 window.onload = generateDom;
14 </script>
15 </head>
16
17 <body>
18 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698