summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/api/public/WebURLRequest.h2
-rw-r--r--webkit/glue/glue_util.h2
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt11
3 files changed, 12 insertions, 3 deletions
diff --git a/webkit/api/public/WebURLRequest.h b/webkit/api/public/WebURLRequest.h
index ce5c17c..de3d329 100644
--- a/webkit/api/public/WebURLRequest.h
+++ b/webkit/api/public/WebURLRequest.h
@@ -35,7 +35,7 @@
#include "WebHTTPBody.h"
#if defined(WEBKIT_IMPLEMENTATION)
-namespace WebCore { struct ResourceRequest; }
+namespace WebCore { class ResourceRequest; }
#endif
namespace WebKit {
diff --git a/webkit/glue/glue_util.h b/webkit/glue/glue_util.h
index 213ee4b..5fca860 100644
--- a/webkit/glue/glue_util.h
+++ b/webkit/glue/glue_util.h
@@ -24,11 +24,11 @@ class KURL;
class Node;
class Range;
class ResourceError;
+class ResourceRequest;
class ResourceResponse;
class SecurityOrigin;
class SharedBuffer;
class String;
-struct ResourceRequest;
}
namespace WebKit {
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index cfbe6a5..86623f2 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -3152,4 +3152,13 @@ BUG27044 : LayoutTests/accessibility/aria-combobox.html = TEXT
BUG10434 WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE
BUG_26969 MAC : LayoutTests/fast/forms/select-dirty-parent-pref-widths.html = MISSING
-BUG_26969 MAC : LayoutTests/fast/text/text-letter-spacing.html = MISSING
+BUG_26969 MAC : LayoutTests/fast/text/text-letter-spacing.html = IMAGE
+
+// WebKit 50603:50667
+BUG27164 : LayoutTests/plugins/document-open.html = TEXT
+BUG27164 : LayoutTests/plugins/window-open.html = TEXT
+BUG_LEVIN WIN LINUX : LayoutTests/fast/block/positioning/relative-positioned-inline-container.html = IMAGE+TEXT
+BUG_LEVIN WIN : LayoutTests/svg/custom/gradient-stop-style-change.svg = TEXT
+BUG_LEVIN WIN : LayoutTests/fast/dom/Window/window-screen-properties.html = TEXT
+
+