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

Side by Side Diff: LayoutTests/platform/linux/fast/dynamic/anchor-lock-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 scrollY 986.00 scrollHeig ht 2130 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollY 986.00 scrollHeig ht 2130
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 785x2130 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x2130 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600
4 RenderBlock {HTML} at (0,0) size 785x2130.44 4 RenderBlock {HTML} at (0,0) size 785x2130.44
5 RenderBody {BODY} at (8,8) size 769x2114.44 5 RenderBody {BODY} at (8,8) size 769x2114.44
6 RenderBlock {H1} at (0,0) size 769x37 6 RenderBlock {H1} at (0,0) size 769x37
7 RenderText {#text} at (0,0) size 179x36 7 RenderText {#text} at (0,0) size 179x36
8 text run at (0,0) width 179: "Anchor Lock" 8 text run at (0,0) width 179: "Anchor Lock"
9 RenderBlock {P} at (0,58.44) size 769x40 9 RenderBlock {P} at (0,58.44) size 769x40
10 RenderText {#text} at (0,0) size 756x39 10 RenderText {#text} at (0,0) size 756x39
11 text run at (0,0) width 756: "This tests WebKit's ability to lock to a n anchor and maintain focus on it as images are loaded above and below it. The A nchor" 11 text run at (0,0) width 756: "This tests WebKit's ability to lock to a n anchor and maintain focus on it as images are loaded above and below it. The A nchor"
12 text run at (0,20) width 300: "text should be visible and this message should not." 12 text run at (0,20) width 300: "text should be visible and this message should not."
13 RenderBlock {P} at (0,114.44) size 769x200 13 RenderBlock {P} at (0,114.44) size 769x200
14 RenderImage {IMG} at (0,0) size 200x200 14 LayoutImage {IMG} at (0,0) size 200x200
15 RenderBlock {P} at (0,330.44) size 769x200 15 RenderBlock {P} at (0,330.44) size 769x200
16 RenderImage {IMG} at (0,0) size 200x200 16 LayoutImage {IMG} at (0,0) size 200x200
17 RenderBlock {P} at (0,546.44) size 769x200 17 RenderBlock {P} at (0,546.44) size 769x200
18 RenderImage {IMG} at (0,0) size 200x200 18 LayoutImage {IMG} at (0,0) size 200x200
19 RenderBlock {P} at (0,762.44) size 769x200 19 RenderBlock {P} at (0,762.44) size 769x200
20 RenderImage {IMG} at (0,0) size 200x200 20 LayoutImage {IMG} at (0,0) size 200x200
21 RenderBlock (anonymous) at (0,978.44) size 769x20 21 RenderBlock (anonymous) at (0,978.44) size 769x20
22 RenderInline {A} at (0,0) size 289x19 22 RenderInline {A} at (0,0) size 289x19
23 RenderText {#text} at (0,0) size 289x19 23 RenderText {#text} at (0,0) size 289x19
24 text run at (0,0) width 289: "Anchor text - this should be the only visible text." 24 text run at (0,0) width 289: "Anchor text - this should be the only visible text."
25 RenderText {#text} at (0,0) size 0x0 25 RenderText {#text} at (0,0) size 0x0
26 RenderBlock {P} at (0,1014.44) size 769x200 26 RenderBlock {P} at (0,1014.44) size 769x200
27 RenderImage {IMG} at (0,0) size 200x200 27 LayoutImage {IMG} at (0,0) size 200x200
28 RenderBlock {P} at (0,1230.44) size 769x200 28 RenderBlock {P} at (0,1230.44) size 769x200
29 RenderImage {IMG} at (0,0) size 200x200 29 LayoutImage {IMG} at (0,0) size 200x200
30 RenderBlock {P} at (0,1446.44) size 769x200 30 RenderBlock {P} at (0,1446.44) size 769x200
31 RenderImage {IMG} at (0,0) size 200x200 31 LayoutImage {IMG} at (0,0) size 200x200
32 RenderBlock {P} at (0,1662.44) size 769x200 32 RenderBlock {P} at (0,1662.44) size 769x200
33 RenderImage {IMG} at (0,0) size 200x200 33 LayoutImage {IMG} at (0,0) size 200x200
34 RenderBlock {P} at (0,1878.44) size 769x200 34 RenderBlock {P} at (0,1878.44) size 769x200
35 RenderImage {IMG} at (0,0) size 200x200 35 LayoutImage {IMG} at (0,0) size 200x200
36 RenderBlock (anonymous) at (0,2094.44) size 769x20 36 RenderBlock (anonymous) at (0,2094.44) size 769x20
37 RenderText {#text} at (0,0) size 57x19 37 RenderText {#text} at (0,0) size 57x19
38 text run at (0,0) width 57: "#anchor1" 38 text run at (0,0) width 57: "#anchor1"
39 scrolled to 0,986 39 scrolled to 0,986
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698