diff options
author | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 21:20:33 +0000 |
---|---|---|
committer | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 21:20:33 +0000 |
commit | f704c5b267c4eaca90408f485c5d921174300867 (patch) | |
tree | 5b7fb1dd69d89fc2b1096d59287b2145e782bd69 /webkit/data | |
parent | 9d722ada61e1d80f0900a9ed7293b8da6e6153e8 (diff) | |
download | chromium_src-f704c5b267c4eaca90408f485c5d921174300867.zip chromium_src-f704c5b267c4eaca90408f485c5d921174300867.tar.gz chromium_src-f704c5b267c4eaca90408f485c5d921174300867.tar.bz2 |
New baseline for layout test fast\inline\dirtyLinesForInline.html
The webkit patch (http://trac.webkit.org/changeset/49619) adds
focus outline for anchor node, add baseline the chromium.
TBR=dglazkov
TEST=none
BUG=24963
Review URL: http://codereview.chromium.org/338004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29944 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
3 files changed, 33 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inline/dirtyLinesForInline-expected.checksum b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inline/dirtyLinesForInline-expected.checksum new file mode 100644 index 0000000..a2ae1be --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inline/dirtyLinesForInline-expected.checksum @@ -0,0 +1 @@ +9e509b7f4bac78029414767d235a9887
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inline/dirtyLinesForInline-expected.png b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inline/dirtyLinesForInline-expected.png Binary files differnew file mode 100644 index 0000000..eaa50c2 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inline/dirtyLinesForInline-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inline/dirtyLinesForInline-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inline/dirtyLinesForInline-expected.txt new file mode 100644 index 0000000..5df12e0 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inline/dirtyLinesForInline-expected.txt @@ -0,0 +1,32 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x600 + RenderBlock {HTML} at (0,0) size 800x600 + RenderBody {BODY} at (8,8) size 784x584 + RenderBlock {P} at (0,0) size 784x36 + RenderText {#text} at (0,0) size 772x36 + text run at (0,0) width 598: "To reproduce this bug outside of DumpRenderTree, mouse over the links below several times. " + text run at (598,0) width 174: "The bug is fixed if we don't" + text run at (0,18) width 37: "crash." + RenderBlock {DIV} at (0,52) size 784x55 + RenderTable {TABLE} at (0,0) size 132x55 + RenderTableSection {TBODY} at (0,0) size 132x55 + RenderTableRow {TR} at (0,2) size 132x51 + RenderTableCell {TD} at (2,2) size 128x51 [r=0 c=0 rs=1 cs=1] + RenderBlock {DIV} at (1,1) size 126x49 + RenderInline {A} at (0,0) size 98x36 [color=#0000EE] + RenderInline {SPAN} at (0,0) size 98x36 + RenderText {#text} at (0,0) size 98x36 + text run at (0,0) width 98: "this is the home" + text run at (0,18) width 30: "page" + RenderText {#text} at (30,18) size 35x18 + text run at (30,18) width 35: "home" + RenderBR {BR} at (65,32) size 0x0 + RenderInline {A} at (0,0) size 39x13 [color=#0000EE] + RenderText {#text} at (0,36) size 39x13 + text run at (0,36) width 39: "about us" + RenderBR {BR} at (39,46) size 0x0 +layer at (11,99) size 110x13 + RenderBlock (positioned) {SPAN} at (11,99) size 110x13 + RenderText {#text} at (0,0) size 110x13 + text run at (0,0) width 110: "this is the about us page" |