diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 20:43:36 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 20:43:36 +0000 |
commit | 4f37d32d683ce68451c337a3d082197881090405 (patch) | |
tree | 221c16487b07ac464c5ea827501dfba8ef53d10a /webkit/data | |
parent | 9876bb1ca6bcd92032ee0b0d79065bf0fb8b2d8a (diff) | |
download | chromium_src-4f37d32d683ce68451c337a3d082197881090405.zip chromium_src-4f37d32d683ce68451c337a3d082197881090405.tar.gz chromium_src-4f37d32d683ce68451c337a3d082197881090405.tar.bz2 |
Move some tests into the buckets.
Created cr-mac entries for some tests we were failing. The tree is a copy of
the webkit data (we match it), but the console output is different, so that
matches the cr-win version. but it's a new file since it combo that doesn't
exist elsewhere.
Lint passes.
Review URL: http://codereview.chromium.org/14479
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
4 files changed, 30 insertions, 0 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." |