summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-07 19:31:43 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-07 19:31:43 +0000
commit1e7af6f944ae91191cc144384f1dc9147b7cc320 (patch)
treed305698562b0d88a5cf842da71be14e5697c5f3e
parenta61280e3e3071735d4b330791a941d359cb03a44 (diff)
downloadchromium_src-1e7af6f944ae91191cc144384f1dc9147b7cc320.zip
chromium_src-1e7af6f944ae91191cc144384f1dc9147b7cc320.tar.gz
chromium_src-1e7af6f944ae91191cc144384f1dc9147b7cc320.tar.bz2
Update the comments on a few layout tests.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7672 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt33
1 files changed, 17 insertions, 16 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 1495d18..d046b8d 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -319,24 +319,25 @@ WIN : LayoutTests/editing/pasteboard/drag-drop-dead-frame.html = FAIL
// Dynamic font support (@font-face) for Windows was ported from the
// upstream (http://trac.webkit.org/projects/webkit/changeset/31507)
// SVG test still fails, though.
-LINUX : LayoutTests/fast/css/font-face-remote.html = FAIL
DEFER WIN : LayoutTests/svg/custom/font-face-cascade-order.svg = FAIL
-
-// Bug: 1007391
-// These hit a not-implemented code-path in @font-face code
-// Fixing this should not be required for beta.
-LINUX : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL
-LINUX : LayoutTests/fast/css/font-face-unicode-range.html = FAIL
-
-// Bug: 1110028
-// The v8 bindings allow shadowing of all properties on the global object. If you use
-// 'var prop = value' you will get a new variable named prop that shadows builtin properties
-// on the global object. This behavior is consistent and I'm reluctant to make the
-// massive change that would be needed to implement the inconsistent handling of this
-// that KJS has (some properties can be shadowed and others can't). This should have
-// low priority.
-// We currently match IE, the plan is to convince KJS to change post-beta.
+// 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
+DEFER LINUX : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL
+DEFER LINUX : LayoutTests/fast/css/font-face-unicode-range.html = FAIL
+
+// The v8 bindings allow shadowing of all properties on the global
+// object. If you use 'var prop = value' you will get a new variable
+// named prop that shadows builtin properties on the global object.
+// This behavior is consistent and I'm reluctant to make the massive
+// change that would be needed to implement the inconsistent handling
+// of this that KJS has (some properties can be shadowed and others
+// can't). This should have low priority.
+// We currently match IE and the plan was to convince KJS to change
+// post-beta, but the bug is here:
+// https://bugs.webkit.org/show_bug.cgi?id=16644 , and it's unclear
+// what the resolution was.
DEFER : LayoutTests/fast/dom/Window/window-property-shadowing-name.html = TIMEOUT
DEFER : LayoutTests/fast/js/var-declarations-shadowing.html = FAIL