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

Unified Diff: LayoutTests/platform/android/css1/formatting_model/replaced_elements-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/android/css1/formatting_model/replaced_elements-expected.txt
diff --git a/LayoutTests/platform/android/css1/formatting_model/replaced_elements-expected.txt b/LayoutTests/platform/android/css1/formatting_model/replaced_elements-expected.txt
index 3972134d089986f3509ddba0dd3fd339e93fae27..2ba2a3684f8eac8f2b202b3fc84f5d3d8454f38c 100644
--- a/LayoutTests/platform/android/css1/formatting_model/replaced_elements-expected.txt
+++ b/LayoutTests/platform/android/css1/formatting_model/replaced_elements-expected.txt
@@ -26,24 +26,24 @@ layer at (0,0) size 785x2379
text run at (464,112) width 0: " "
RenderBlock {HR} at (0,177) size 769x2 [border: (1px inset #EEEEEE)]
RenderBlock {P} at (0,195) size 769x20
- RenderImage {IMG} at (0,0) size 15x15
+ LayoutImage {IMG} at (0,0) size 15x15
RenderText {#text} at (15,0) size 411x19
text run at (15,0) width 411: "The image at the beginning of this sentence should be a 15px square."
- RenderImage {IMG} at (0,231) size 15x15
+ LayoutImage {IMG} at (0,231) size 15x15
RenderBlock {P} at (0,262) size 769x20
RenderText {#text} at (0,0) size 467x19
text run at (0,0) width 467: "The above image should be a 15px square with the same left edge as this text."
- RenderImage {IMG} at (377,298) size 15x15
+ LayoutImage {IMG} at (377,298) size 15x15
RenderBlock {P} at (0,329) size 769x20
RenderText {#text} at (0,0) size 383x19
text run at (0,0) width 383: "The above image should be a 15px square aligned at the center."
- RenderImage {IMG} at (192.25,365) size 384.50x385
+ LayoutImage {IMG} at (192.25,365) size 384.50x385
RenderBlock {P} at (0,766) size 769x40
RenderText {#text} at (0,0) size 750x39
text run at (0,0) width 750: "The above image should be a square resized so its width is 50% of the its parent element, and centered horizontally within the"
text run at (0,20) width 95: "parent element: "
text run at (95,20) width 375: "the document body in the first half, and the table in the second."
- RenderImage {IMG} at (384.50,822) size 384.50x385
+ LayoutImage {IMG} at (384.50,822) size 384.50x385
RenderBlock {P} at (0,1223) size 769x40
RenderText {#text} at (0,0) size 765x39
text run at (0,0) width 765: "The above image should be a square resized so its width is 50% of its parent element, and aligned at the right edge of the parent"
@@ -62,24 +62,24 @@ layer at (0,0) size 785x2379
text run at (4,4) width 4: " "
LayoutTableCell {TD} at (12,28) size 755x1054 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
RenderBlock {P} at (4,4) size 747x20
- RenderImage {IMG} at (0,0) size 15x15
+ LayoutImage {IMG} at (0,0) size 15x15
RenderText {#text} at (15,0) size 411x19
text run at (15,0) width 411: "The image at the beginning of this sentence should be a 15px square."
- RenderImage {IMG} at (4,40) size 15x15
+ LayoutImage {IMG} at (4,40) size 15x15
RenderBlock {P} at (4,71) size 747x20
RenderText {#text} at (0,0) size 467x19
text run at (0,0) width 467: "The above image should be a 15px square with the same left edge as this text."
- RenderImage {IMG} at (370,107) size 15x15
+ LayoutImage {IMG} at (370,107) size 15x15
RenderBlock {P} at (4,138) size 747x20
RenderText {#text} at (0,0) size 383x19
text run at (0,0) width 383: "The above image should be a 15px square aligned at the center."
- RenderImage {IMG} at (190.75,174) size 373.50x374
+ LayoutImage {IMG} at (190.75,174) size 373.50x374
RenderBlock {P} at (4,564) size 747x40
RenderText {#text} at (0,0) size 728x39
text run at (0,0) width 728: "The above image should be a square resized so its width is 50% of the its parent element, and centered horizontally within"
text run at (0,20) width 117: "the parent element: "
text run at (117,20) width 375: "the document body in the first half, and the table in the second."
- RenderImage {IMG} at (377.50,620) size 373.50x374
+ LayoutImage {IMG} at (377.50,620) size 373.50x374
RenderBlock {P} at (4,1010) size 747x40
RenderText {#text} at (0,0) size 723x39
text run at (0,0) width 723: "The above image should be a square resized so its width is 50% of its parent element, and aligned at the right edge of the"

Powered by Google App Engine
This is Rietveld 408576698