summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnej@chromium.org <snej@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-14 22:26:09 +0000
committersnej@chromium.org <snej@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-14 22:26:09 +0000
commita80331bf8b8353b4335f3a751a7856833ea28a18 (patch)
treed9bfcc720928459b55355ee66ae87651b93b1f72
parent20aa32cf4b322bf7192c119c77a442515d26654e (diff)
downloadchromium_src-a80331bf8b8353b4335f3a751a7856833ea28a18.zip
chromium_src-a80331bf8b8353b4335f3a751a7856833ea28a18.tar.gz
chromium_src-a80331bf8b8353b4335f3a751a7856833ea28a18.tar.bz2
Move all three DataGrid test failures to adjacent lines, and link them all to new bug 16730.
BUG=15780 TEST=several Review URL: http://codereview.chromium.org/149633 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20682 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index 17f4cd0..48a1f08 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -2728,7 +2728,6 @@ BUG15270 LINUX WIN : LayoutTests/svg/custom/js-update-image-and-display.svg = FA
BUG15270 LINUX WIN : LayoutTests/svg/custom/js-update-image-and-display2.svg = FAIL
BUG15270 LINUX WIN : LayoutTests/svg/custom/js-update-image-and-display3.svg = FAIL
BUG15270 : LayoutTests/fast/js/excessive-comma-usage.html = FAIL
-BUG15270 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html = TIMEOUT
// WebKit 45134:45176
BUG15403 SKIP : LayoutTests/http/tests/security/clipboard/clipboard-file-access.html = FAIL
@@ -2757,15 +2756,11 @@ BUG15425 WIN : LayoutTests/dom/html/level2/html/HTMLElement142.html = PASS CRASH
// WebKit 45287:45352 New tests
BUG15649 : LayoutTests/media/video-canvas-source.html = FAIL
-// WebKit 45381:45403 New tests
-BUG15710 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = TIMEOUT
-
// Webkit 45403:45431
BUG15733 LINUX WIN : LayoutTests/compositing/repaint/content-into-overflow.html = FAIL
BUG15733 LINUX WIN : LayoutTests/compositing/repaint/overflow-into-content.html = FAIL
// WebKit 45431:45444
-BUG15780 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html = FAIL TIMEOUT
// WebKit 45460:45473
BUG15837 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html = FAIL
@@ -2877,3 +2872,8 @@ BUG16240 MAC WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html
// Failing due to r20652.
BUG16742 : LayoutTests/media/video-error-abort.html = FAIL
+
+// HTML5 DataGrid bindings have not been implemented for V8 yet.
+BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html = TIMEOUT
+BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = TIMEOUT
+BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html = FAIL TIMEOUT