summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/features_override.gypi1
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt4
2 files changed, 5 insertions, 0 deletions
diff --git a/build/features_override.gypi b/build/features_override.gypi
index 4b289b1..52799e7 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -15,6 +15,7 @@
'ENABLE_CHANNEL_MESSAGING=1',
'ENABLE_DATABASE=1',
'ENABLE_DATAGRID=0',
+ 'ENABLE_EVENTSOURCE=1',
'ENABLE_OFFLINE_WEB_APPLICATIONS=1',
'ENABLE_DASHBOARD_SUPPORT=0',
'ENABLE_DOM_STORAGE=1',
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index f4dbfe3..e4a7d33 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -20,3 +20,7 @@ BUG41973 MAC : svg/text/text-text-05-t.svg = IMAGE
// Rolling Skia forward in Chrome tree to get new baselines to check
// in upstream.
BUGEVAN : svg/clip-path/clip-path-child-clipped.svg = PASS FAIL
+
+// Enabling EventSource in chromium before landing updated expectations.
+// Remove this after rolling http://trac.webkit.org/changeset/58099.
+BUG42319 : fast/dom/prototype-inheritance.html = FAIL