summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authorlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-15 02:26:04 +0000
committerlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-15 02:26:04 +0000
commitc80c19e07af7ac397019ccf2976cdd2f099cd1f5 (patch)
tree213d391a17df17e9500699a2482f427e09609eb4 /webkit/tools
parentfb62884c4a51b06d6f36fff2ad6e1e1dc3f26235 (diff)
downloadchromium_src-c80c19e07af7ac397019ccf2976cdd2f099cd1f5.zip
chromium_src-c80c19e07af7ac397019ccf2976cdd2f099cd1f5.tar.gz
chromium_src-c80c19e07af7ac397019ccf2976cdd2f099cd1f5.tar.bz2
WebKit merge 41613:41660 (Chromium side).
Layout tests changes (and baselines): * LayoutTests/fast/css/font-face-default-font.html Fixed by aa upstream. The change was in the test itself. * LayoutTests/fast/replaced/width100percent-searchfield.html Fixed by levin upstream -- the themeChromiumWin.css change. * LayoutTests/fast/forms/input-appearance-height.html * LayoutTests/fast/repaint/search-field-cancel.html Rebase needed due to themeChromiumWin.css change * LayoutTests/fast/layers/normal-flow-hit-test.html A slightly different font seems to be used in chromium which casued some pixel differences in this test. * LayoutTests/fast/forms/placeholder-pseudo-style.html * LayoutTests/fast/forms/search-placeholder-value-changed.html New tests which needed chromium baselines due to differences in the search input box display. * LayoutTests/fast/forms/placeholder-set-value.html Differences in fonts and search input boxes were the cause for the chromium baseline. Review URL: http://codereview.chromium.org/46071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11712 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt21
1 files changed, 13 insertions, 8 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 5a93686..4be71ac 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -256,12 +256,6 @@ DEFER : LayoutTests/fast/js/kde/function_arguments.html = FAIL
// error in the header of the following test.
DEFER SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL
-// It looks like the upstream test is incorrectly using font-family: Times
-// instead of font-family: times new roman. This broke when we recently moved
-// more of our font default settings to 'times new roman' from 'Times'. This
-// should be fixed upstream. https://bugs.webkit.org/show_bug.cgi?id=16348
-LINUX WIN : LayoutTests/fast/css/font-face-default-font.html = FAIL
-
// We don't support dynamic fonts on Linux.
// Once we have the sandbox working, we should re-evaluate this.
DEFER LINUX : LayoutTests/fast/css/font-face-remote.html = FAIL
@@ -1460,8 +1454,8 @@ LINUX : LayoutTests/svg/custom/js-late-pattern-and-object-creation.svg = FAIL
WIN : LayoutTests/svg/custom/struct-use-09-b.svg = FAIL
// Merge 39913:39933 - regressions
-// See http://crbug.com/6482
-LINUX WIN : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL
+// Needs rebaseline (which was done for windows).
+LINUX : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL
// Passes locally but Text diff fails on the buildbots
LINUX : LayoutTests/svg/custom/path-getTotalLength.svg = FAIL PASS
@@ -1807,6 +1801,17 @@ WIN DEBUG : LayoutTests/transitions/transition-end-event-multiple-03.html = FAIL
WIN DEBUG : LayoutTests/fast/dom/HTMLElement/innerHTML-selection-crash.html = CRASH PASS
LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL PASS
+// Newly added test from 41613:41650
+DEFER MAC LINUX WIN : LayoutTests/fast/canvas/canvas-gradient-addStop-error.html = FAIL
+
+// Newly added test from 41613:41650 -- relies on ScriptCallStack::state() -- dglazkov should fix.
+DEFER MAC LINUX WIN : LayoutTests/fast/js/console-non-string-values.html = FAIL
+
+// New failures from 41613:41650 -- They likely just need to be rebaselined
+// for Mac and Linux, since that is what was done for Windows.
+DEFER LINUX : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL
+DEFER MAC LINUX : LayoutTests/fast/layers/normal-flow-hit-test.html = FAIL
+DEFER MAC LINUX : LayoutTests/fast/forms/placeholder-set-value.html = FAIL
// This hits a stack-overflow exception earlier in debug mode than in
// release mode on Windows.