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

Side by Side Diff: LayoutTests/css3/filters/effect-reference-subregion-hidpi-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
OLDNEW
(Empty)
1 <script>
2 if (window.testRunner) {
3 testRunner.waitUntilDone();
4 testRunner.setBackingScaleFactor(2, function() { testRunner.notifyDone() ; });
5 }
6 </script>
7 <style>
8 .box {
9 background-color: green;
10 width: 80px;
11 height: 60px;
12 left: 10px;
13 top: 20px;
14 position: absolute;
15 }
16 body {
17 margin: 0px;
18 }
19 </style>
20 <div class="box">
21 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698