Index: LayoutTests/paint/transparency/transparency-that-paints-content-only-in-child-expected.html |
diff --git a/LayoutTests/paint/transparency/transparency-that-paints-content-only-in-child-expected.html b/LayoutTests/paint/transparency/transparency-that-paints-content-only-in-child-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..584046bd1e8d94136a3ca11a38dbd3f3071b3e10 |
--- /dev/null |
+++ b/LayoutTests/paint/transparency/transparency-that-paints-content-only-in-child-expected.html |
@@ -0,0 +1,4 @@ |
+<!DOCTYPE html> |
+<div style="opacity:0.5; position:relative; height:0;"> |
mstensho (USE GERRIT)
2014/11/13 19:06:21
might as well remove the height:0 declaration. Eve
chrishtr
2014/11/13 19:40:56
Done.
|
+ <div style="background:green;">Background should be pale green</div> |
+</div> |