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

Side by Side Diff: LayoutTests/platform/mac/compositing/direct-image-compositing-expected.txt

Issue 923953002: Move rendering/RenderImage* to layout/LayoutImage* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 750 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 750
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 785x750 backgroundClip at (0,0) size 785x600 clip at (0,0) s ize 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x750 backgroundClip at (0,0) size 785x600 clip at (0,0) s ize 785x600 outlineClip at (0,0) size 785x600
4 RenderBlock {HTML} at (0,0) size 785x749.88 4 RenderBlock {HTML} at (0,0) size 785x749.88
5 RenderBody {BODY} at (8,21.44) size 769x112.44 5 RenderBody {BODY} at (8,21.44) size 769x112.44
6 RenderBlock {H1} at (0,0) size 769x37 6 RenderBlock {H1} at (0,0) size 769x37
7 RenderText {#text} at (0,0) size 389x37 7 RenderText {#text} at (0,0) size 389x37
8 text run at (0,0) width 389: "Image optimisation in layers" 8 text run at (0,0) width 389: "Image optimisation in layers"
9 RenderBlock {P} at (0,58.44) size 769x54 9 RenderBlock {P} at (0,58.44) size 769x54
10 RenderText {#text} at (0,0) size 754x54 10 RenderText {#text} at (0,0) size 754x54
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 text run at (150,36) width 105: "NOT be directly" 49 text run at (150,36) width 105: "NOT be directly"
50 text run at (150,54) width 74: "composited" 50 text run at (150,54) width 74: "composited"
51 RenderBlock (floating) {DIV} at (260,528.44) size 260x200 51 RenderBlock (floating) {DIV} at (260,528.44) size 260x200
52 RenderText {#text} at (150,0) size 85x90 52 RenderText {#text} at (150,0) size 85x90
53 text run at (150,0) width 69: "rotated but" 53 text run at (150,0) width 69: "rotated but"
54 text run at (150,18) width 83: "otherwise no" 54 text run at (150,18) width 83: "otherwise no"
55 text run at (150,36) width 85: "style - can be" 55 text run at (150,36) width 85: "style - can be"
56 text run at (150,54) width 49: "directly" 56 text run at (150,54) width 49: "directly"
57 text run at (150,72) width 74: "composited" 57 text run at (150,72) width 74: "composited"
58 layer at (8,150) size 150x150 58 layer at (8,150) size 150x150
59 RenderImage {IMG} at (0,0) size 150x150 59 LayoutImage {IMG} at (0,0) size 150x150
60 layer at (268,150) size 160x160 60 layer at (268,150) size 160x160
61 RenderImage {IMG} at (0,0) size 160x160 [border: (5px solid #0000FF)] 61 LayoutImage {IMG} at (0,0) size 160x160 [border: (5px solid #0000FF)]
62 layer at (13,355) size 150x150 62 layer at (13,355) size 150x150
63 RenderImage {IMG} at (5,5) size 150x150 63 LayoutImage {IMG} at (5,5) size 150x150
64 layer at (268,350) size 150x150 64 layer at (268,350) size 150x150
65 RenderImage {IMG} at (0,0) size 150x150 [bgcolor=#808080] 65 LayoutImage {IMG} at (0,0) size 150x150 [bgcolor=#808080]
66 layer at (8,550) size 150x150 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 66 layer at (8,550) size 150x150 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600
67 RenderImage {IMG} at (0,0) size 150x150 [bgcolor=#FFA500] 67 LayoutImage {IMG} at (0,0) size 150x150 [bgcolor=#FFA500]
68 layer at (268,550) size 150x150 backgroundClip at (0,0) size 785x600 clip at (0, 0) size 785x600 outlineClip at (0,0) size 785x600 68 layer at (268,550) size 150x150 backgroundClip at (0,0) size 785x600 clip at (0, 0) size 785x600 outlineClip at (0,0) size 785x600
69 RenderImage {IMG} at (0,0) size 150x150 69 LayoutImage {IMG} at (0,0) size 150x150
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698