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

Unified Diff: LayoutTests/fast/layers/perspective-relpos-image-no-display.html

Issue 1346103003: DeprecatedPaintLayerStackingNode should walk DPL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switched to a full revert. Created 5 years, 3 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/fast/layers/perspective-relpos-image-no-display.html
diff --git a/LayoutTests/fast/layers/perspective-relpos-image-no-display.html b/LayoutTests/fast/layers/perspective-relpos-image-no-display.html
new file mode 100644
index 0000000000000000000000000000000000000000..e9c42f47d132ab8af18ae5aaa9b9e8b2fc5d0d10
--- /dev/null
+++ b/LayoutTests/fast/layers/perspective-relpos-image-no-display.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<style>
+img {
+ position: relative;
+}
+
+a {
+ -webkit-perspective: 1000;
+}
+</style>
+
+<p>There should be an image below:</p>
+<a>
+ <img src="../../ietestcenter/css3/support/green_color_no_srgb.png"/>
+</a>

Powered by Google App Engine
This is Rietveld 408576698