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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-subregion-zoom-hw.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/filters/effect-reference-subregion-zoom-hw-expected.html
diff --git a/LayoutTests/css3/filters/effect-reference-subregion-zoom-hw-expected.html b/LayoutTests/css3/filters/effect-reference-subregion-zoom-hw-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f541d149d4bb1ee5c65afa1e707a72c92ed024ff
--- /dev/null
+++ b/LayoutTests/css3/filters/effect-reference-subregion-zoom-hw-expected.html
@@ -0,0 +1,16 @@
+<style>
+.box {
+ background-color: green;
+ width: 40px;
+ height: 30px;
+ left: 1px;
+ top: 6px;
+ position: absolute;
+ -webkit-transform: translateZ(0);
+}
+body {
+ margin: 0px;
+}
+</style>
+<div class="box">
+</div>
« 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