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

Unified Diff: LayoutTests/paint/frames/frameset-with-stacking-contexts.html

Issue 1180143003: Don't paint self-painting frameset frames in the layout tree paint recursion. (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/frames/frameset-with-stacking-contexts.html
diff --git a/LayoutTests/paint/frames/frameset-with-stacking-contexts.html b/LayoutTests/paint/frames/frameset-with-stacking-contexts.html
new file mode 100644
index 0000000000000000000000000000000000000000..71e10084f6c94b8f5db7a107b77ffac4b4069ca1
--- /dev/null
+++ b/LayoutTests/paint/frames/frameset-with-stacking-contexts.html
@@ -0,0 +1,3 @@
+<frameset>
+ <frame src="resources/subframe.html" style="opacity: 0.6">
wkorman 2015/06/12 19:14:48 Comment or bit of text on what we should see for t
chrishtr 2015/06/12 19:57:28 Done.
+</frameset>

Powered by Google App Engine
This is Rietveld 408576698