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

Side by Side Diff: LayoutTests/css3/filters/effect-reference-subregion-zoom-hw-expected.html

Issue 136473005: These are some reftests which cover filter primitive subregion when scaled by page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-subregion-zoom-hw.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
(Empty)
1 <style>
2 .box {
3 background-color: green;
4 width: 40px;
5 height: 30px;
6 left: 1px;
7 top: 6px;
8 position: absolute;
9 -webkit-transform: translateZ(0);
10 }
11 body {
12 margin: 0px;
13 }
14 </style>
15 <div class="box">
16 </div>
OLDNEW
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-subregion-zoom-hw.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698