summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authoratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 02:45:58 +0000
committeratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 02:45:58 +0000
commit6a4e7bed0dcf2f44cb729ab6c6648d8702b2438a (patch)
treeaa7a45296e35d928e1d462c6d5dca98de2c74142 /webkit
parent78392f4b5677ca83504d87926fdd302784ee19f8 (diff)
downloadchromium_src-6a4e7bed0dcf2f44cb729ab6c6648d8702b2438a.zip
chromium_src-6a4e7bed0dcf2f44cb729ab6c6648d8702b2438a.tar.gz
chromium_src-6a4e7bed0dcf2f44cb729ab6c6648d8702b2438a.tar.bz2
Rebaselining Linux tests.
hamaji, I think this is correct - please confirm that this test is indeed passing now. TBR=hamaji git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/positioning/complex-percentage-height-expected.txt18
-rw-r--r--webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/lists/item-not-in-list-line-wrapping-expected.txt6
2 files changed, 24 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/positioning/complex-percentage-height-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/positioning/complex-percentage-height-expected.txt
new file mode 100644
index 0000000..93d1759
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/block/positioning/complex-percentage-height-expected.txt
@@ -0,0 +1,18 @@
+Test case:
+Blue div has 400px width, dynamic height, and position: relative.
+Inside blue div there are 3 other div with height: 40px (and has some bottom margin..)
+the height of the blue div expands with the green divs inside..
+Yellow div has position absolute (and positioned in the top left corner of the blue div)
+it's height set to 100%
+the height of the yellow div now equals with the height of the blue div
+Red div is inserted into the yellow div, and it's height set to 100%
+Problem:
+The height of the red div should equals to the height of the blue (and yellow) div.
+It works right with Opera 9.2, Firefox 2, Camino 1.0.4 and Internet Explorer 7.
+
+Workaround:
+If you set position absolute to the red div, it's height will expands along with the blue div.
+
+Result:
+PASS: redHeight == yellowHeight
+PASS: redHeight == blueHeight
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/lists/item-not-in-list-line-wrapping-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/lists/item-not-in-list-line-wrapping-expected.txt
new file mode 100644
index 0000000..54d8b1a
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/lists/item-not-in-list-line-wrapping-expected.txt
@@ -0,0 +1,6 @@
+Test for http://bugs.webkit.org/show_bug.cgi?id=12746 REGRESSION (r13853): List item's first line overflows containing div.
+
+Text should not overflow the yellow box.
+
+Lorem ipsum dolor sit amet
+PASS