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

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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/paint/frames/resources/subframe.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d319e3954f5a759a2cfe4b66c98c7e2be3d7835b
--- /dev/null
+++ b/LayoutTests/paint/frames/frameset-with-stacking-contexts.html
@@ -0,0 +1,4 @@
+Test that the frame is not painted twice. This test passes if it does not crash.
+<frameset>
+ <frame src="resources/subframe.html" style="opacity: 0.6">
+</frameset>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/paint/frames/resources/subframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698