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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw-expected.html
diff --git a/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw-expected.html b/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f40c6ae8981887fdbdd527c16a6974b2e4cc4fbf
--- /dev/null
+++ b/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw-expected.html
@@ -0,0 +1,21 @@
+<script>
+ if (window.testRunner) {
+ testRunner.waitUntilDone();
+ testRunner.setBackingScaleFactor(2, function() { testRunner.notifyDone(); });
+ }
+</script>
+<style>
+.box {
+ background-color: green;
+ width: 80px;
+ height: 60px;
+ left: 10px;
+ top: 20px;
+ position: absolute;
+}
+body {
+ margin: 0px;
+}
+</style>
+<div class="box">
+</div>

Powered by Google App Engine
This is Rietveld 408576698