summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 22:55:02 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 22:55:02 +0000
commit36ab71b49cd8a3dbfa61833bcdcaa967e69eab39 (patch)
tree524838caee6acc0734e198ed5c74999289ef4f18 /webkit
parentff533948efed5086e32df4df790ffc4098d2d9dd (diff)
downloadchromium_src-36ab71b49cd8a3dbfa61833bcdcaa967e69eab39.zip
chromium_src-36ab71b49cd8a3dbfa61833bcdcaa967e69eab39.tar.gz
chromium_src-36ab71b49cd8a3dbfa61833bcdcaa967e69eab39.tar.bz2
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@677 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/pending/RenderTextControl.cpp1
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt5
2 files changed, 3 insertions, 3 deletions
diff --git a/webkit/pending/RenderTextControl.cpp b/webkit/pending/RenderTextControl.cpp
index 3b6bb05..b74062f 100644
--- a/webkit/pending/RenderTextControl.cpp
+++ b/webkit/pending/RenderTextControl.cpp
@@ -772,6 +772,7 @@ bool RenderTextControl::nodeAtPoint(const HitTestRequest& request, HitTestResult
// Hit the inner text block.
result.setInnerNode(m_innerText.get());
+ result.setInnerNonSharedNode(m_innerText.get());
result.setLocalPoint(IntPoint(localPoint.x() - m_innerText->renderer()->xPos() - (m_innerBlock.get() ? m_innerBlock->renderer()->xPos() : 0),
localPoint.y() - m_innerText->renderer()->yPos() - (m_innerBlock.get() ? m_innerBlock->renderer()->yPos() : 0)));
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index e98bea6..868e926 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -168,14 +168,12 @@ V8 | KJS # DEFER : LayoutTests/http/tests/navigation/onload-navigation-iframe.ht
V8 | KJS # DEFER : LayoutTests/fast/cookies/local-file-can-set-cookies.html = FAIL
// Bug 865472, this should just need proper pixel test rebaselining.
+// Also skipped by Apple on Windows (rdar://5723191).
V8 # LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL
// Bug 1235433, javascript can execute before stylesheets are completely loaded.
V8 | KJS # DEFER : LayoutTests/http/tests/local/stylesheet-and-script-load-order.html = FAIL
-// Bug 1195064, dragging into a textarea is less-ideal as it used to be.
-V8 | KJS # DEFER : LayoutTests/fast/forms/drag-into-textarea.html = FAIL
-
// Bug: 1143492
// Window status should always return a string object
// WebKit does this to match IE, FF also fails this test.
@@ -202,6 +200,7 @@ V8 | KJS # DEFER : LayoutTests/editing/selection/designmode-no-caret.html = FAIL
V8 | KJS # DEFER : LayoutTests/editing/selection/move-begin-end.html = FAIL
// Bug 845400 Miscellaneous layout issues under editing
+// Also skipped by Apple on Windows (rdar://5015941).
V8 | KJS # DEFER : LayoutTests/editing/pasteboard/copy-standalone-image.html = FAIL
// Bug 845400