diff options
5 files changed, 33 insertions, 7 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/color-hex-test-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/color-hex-test-expected.txt new file mode 100644 index 0000000..83da327 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/color-hex-test-expected.txt @@ -0,0 +1,2 @@ +CONSOLE MESSAGE: line 27: Uncaught TypeError: Cannot call method 'getVariableValue' of undefined
+FAILED
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/remove-variable-test-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/remove-variable-test-expected.txt new file mode 100644 index 0000000..77780be --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/remove-variable-test-expected.txt @@ -0,0 +1,9 @@ +CONSOLE MESSAGE: line 20: Uncaught TypeError: Cannot call method 'removeVariable' of undefined +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x34 + RenderBlock {HTML} at (0,0) size 800x34 + RenderBody {BODY} at (8,8) size 784x18 + RenderBlock {DIV} at (0,0) size 784x18 [color=#008000] + RenderText {#text} at (0,0) size 163x18 + text run at (0,0) width 163: "This text should be green." diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/set-variable-test-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/set-variable-test-expected.txt new file mode 100644 index 0000000..d6e0b81 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/set-variable-test-expected.txt @@ -0,0 +1,9 @@ +CONSOLE MESSAGE: line 19: Uncaught TypeError: Cannot call method 'setVariable' of undefined +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x34 + RenderBlock {HTML} at (0,0) size 800x34 + RenderBody {BODY} at (8,8) size 784x18 + RenderBlock {DIV} at (0,0) size 784x18 + RenderText {#text} at (0,0) size 163x18 + text run at (0,0) width 163: "This text should be green." diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/variable-iteration-test-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/variable-iteration-test-expected.txt new file mode 100644 index 0000000..ef704d6 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/css/variables/variable-iteration-test-expected.txt @@ -0,0 +1,10 @@ +CONSOLE MESSAGE: line 23: Uncaught TypeError: Cannot read property 'length' of undefined +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x34 + RenderBlock {HTML} at (0,0) size 800x34 + RenderBody {BODY} at (8,8) size 784x18 + RenderBlock {DIV} at (0,0) size 784x18 [color=#FF0000] [bgcolor=#FF0000] + RenderText {#text} at (0,0) size 362x18 + text run at (0,0) width 167: "This text should be green. " + text run at (167,0) width 195: "There should be no red visible." diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 2723a55..100fbf5 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1353,6 +1353,9 @@ MAC : LayoutTests/editing/selection/3690703.html = FAIL MAC : LayoutTests/editing/selection/3690719.html = FAIL MAC : LayoutTests/editing/selection/4895428-3.html = FAIL MAC : LayoutTests/editing/selection/4975120.html = FAIL +MAC : LayoutTests/fast/forms/input-disabled-color.html = FAIL +MAC : LayoutTests/fast/forms/password-placeholder-text-security.html = FAIL +MAC : LayoutTests/fast/forms/password-placeholder.html = FAIL // we're waiting on upstreaming a change to how textarea padding works. rather // than rebasing, we'll wait for the upstream (which ojan said should happen @@ -1739,13 +1742,6 @@ MAC : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = TIMEOUT PASS MAC : LayoutTests/http/tests/navigation/target-frame-from-window.html = CRASH TIMEOUT // Items failing on the Mac as of 2008/12/12 -MAC : LayoutTests/fast/css/variables/color-hex-test.html = FAIL -MAC : LayoutTests/fast/css/variables/remove-variable-test.html = FAIL -MAC : LayoutTests/fast/css/variables/set-variable-test.html = FAIL -MAC : LayoutTests/fast/css/variables/variable-iteration-test.html = FAIL -MAC : LayoutTests/fast/forms/input-disabled-color.html = FAIL -MAC : LayoutTests/fast/forms/password-placeholder-text-security.html = FAIL -MAC : LayoutTests/fast/forms/password-placeholder.html = FAIL MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = FAIL MAC DEBUG : LayoutTests/svg/hixie/perf/007.xml = FAIL |