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

Unified Diff: third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html

Issue 2543913002: Generalize visible descendant dirty bits to prepare for more properties. (Closed)
Patch Set: none Created 4 years 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: third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html
diff --git a/third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html b/third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html
index fc9f8dfbdfadabe2265741af97151dabffda00cf..393a48fb97e904bc26d2c6bf8c61250954d57d67 100644
--- a/third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html
+++ b/third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html
@@ -26,7 +26,8 @@
</script>
</head>
<body>
- <div id="caption" style="position: fixed; background: green;">Caption</div>
+ <div id="caption" style="position: fixed; background: green;">
+ <span class="inner">Caption</span></div>
<pre id="layertree"></pre>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698