diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 06:30:07 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 06:30:07 +0000 |
commit | b133b0985258e5657dbc365dcd0e8bf2b83b5b61 (patch) | |
tree | e80a9c6ee58a59ee015d8757a408fddb3af1b586 | |
parent | ae291ecbdc385df1134befb3b7103887cf052c84 (diff) | |
download | chromium_src-b133b0985258e5657dbc365dcd0e8bf2b83b5b61.zip chromium_src-b133b0985258e5657dbc365dcd0e8bf2b83b5b61.tar.gz chromium_src-b133b0985258e5657dbc365dcd0e8bf2b83b5b61.tar.bz2 |
Mark fast/dom/Geolocation as DEFER SKIP since we don't implement it yet.
R=dglazkov@chromium.org
BUG=11246
TEST=LayoutTests/fast/dom/Geolocation
Review URL: http://codereview.chromium.org/405012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32296 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index ca445c9..be872ec 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -726,7 +726,7 @@ BUG_DUMI SKIP : LayoutTests/fast/js/global-function-resolve.html = FAIL BUG_DUMI SKIP : LayoutTests/http/tests/security/cross-frame-access-call.html = FAIL // Implement HTML5 Geolocation API. -BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL +BUG11246 DEFER SKIP : LayoutTests/fast/dom/Geolocation = FAIL // Implement HTML5 EventSource API. Skipping, because most of these time out and // slow down the test run. |