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

Unified Diff: LayoutTests/platform/linux/paint/frames/frameset-with-stacking-contexts-expected.txt

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/platform/linux/paint/frames/frameset-with-stacking-contexts-expected.txt
diff --git a/LayoutTests/platform/linux/fast/frames/frameElement-frame-expected.txt b/LayoutTests/platform/linux/paint/frames/frameset-with-stacking-contexts-expected.txt
similarity index 75%
copy from LayoutTests/platform/linux/fast/frames/frameElement-frame-expected.txt
copy to LayoutTests/platform/linux/paint/frames/frameset-with-stacking-contexts-expected.txt
index 06aa4f460ee34383df656654e154bc8432d69e62..be1ea83b4ec6bf4f4bde01eca88782a787275bff 100644
--- a/LayoutTests/platform/linux/fast/frames/frameElement-frame-expected.txt
+++ b/LayoutTests/platform/linux/paint/frames/frameset-with-stacking-contexts-expected.txt
@@ -3,7 +3,7 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutFrameSet {FRAMESET} at (0,0) size 800x600
-layer at (0,0) size 800x600
+layer at (0,0) size 800x600 transparent
LayoutFrame {FRAME} at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
@@ -11,5 +11,5 @@ layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutBlockFlow {DIV} at (0,0) size 784x20
- LayoutText {#text} at (0,0) size 195x19
- text run at (0,0) width 195: "frameElement ID is \"Mr. Frame\""
+ LayoutText {#text} at (0,0) size 106x19
+ text run at (0,0) width 106: "Subframe content"

Powered by Google App Engine
This is Rietveld 408576698