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

Unified Diff: LayoutTests/compositing/overlap-test-with-filter.html

Issue 1313953006: Never include ancestorLayer transform when testing for overlap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/compositing/overlap-test-with-filter-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/overlap-test-with-filter.html
diff --git a/LayoutTests/compositing/overlap-test-with-filter.html b/LayoutTests/compositing/overlap-test-with-filter.html
new file mode 100644
index 0000000000000000000000000000000000000000..a7e23bb35b7126492bf9fdb1bb581065e05b1d03
--- /dev/null
+++ b/LayoutTests/compositing/overlap-test-with-filter.html
@@ -0,0 +1,15 @@
+<!doctype HTML>
+<style>
+body {
+ margin: 0;
+}
+</style>
+<iframe style="width:300px;height:100px;border:0;margin:0" src="data:text/html,<body style='transform:translateZ(0);background:yellow'>">
+</iframe>
+<div style="border:0; margin:0; width:300px;height:100px; -webkit-filter: drop-shadow(red 0 0 0); position: absolute; top: 0px; left: 0px; transform: translateX(151px); background: lightgray;">
+</div>
+<script src="../fast/repaint/resources/text-based-repaint.js"></script>
+<script>
+function repaintTest() { }
+onload = runRepaintTest;
+</script>
« no previous file with comments | « no previous file | LayoutTests/compositing/overlap-test-with-filter-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698