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

Unified Diff: LayoutTests/paint/deprecatedpaintlayer/non-self-painting-layer-overrides-visibility-expected.html

Issue 1179403002: Update hasVisibleContent() to include visibility of non-self-painting layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/paint/deprecatedpaintlayer/non-self-painting-layer-overrides-visibility-expected.html
diff --git a/LayoutTests/paint/deprecatedpaintlayer/non-self-painting-layer-overrides-visibility-expected.html b/LayoutTests/paint/deprecatedpaintlayer/non-self-painting-layer-overrides-visibility-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..4091fa90bdaa26e3fee1addab706d5425906f5e8
--- /dev/null
+++ b/LayoutTests/paint/deprecatedpaintlayer/non-self-painting-layer-overrides-visibility-expected.html
@@ -0,0 +1,5 @@
+<!doctype HTML>
+<div style="position: relative">
+ <object style="background: green" type="application/nonexistent" width="400" height="300">
+ </object>
+</div>

Powered by Google App Engine
This is Rietveld 408576698