RESOLVED FIXED 70869
Fix click-before-and-after-table.html for Chromium
https://bugs.webkit.org/show_bug.cgi?id=70869
Summary Fix click-before-and-after-table.html for Chromium
Ryosuke Niwa
Reported 2011-10-25 22:29:45 PDT
click-before-and-after-table.html is skipped in Chromium due to some silly V8/JSC difference. We should fix this since the said test isn't testing JSC/V8 feature.
Attachments
fixes the test (5.05 KB, patch)
2011-10-25 22:33 PDT, Ryosuke Niwa
no flags
Patch (4.03 KB, patch)
2011-10-27 14:36 PDT, Ryosuke Niwa
tony: review+
webkit.review.bot: commit-queue-
Ryosuke Niwa
Comment 1 2011-10-25 22:33:33 PDT
Created attachment 112449 [details] fixes the test
WebKit Review Bot
Comment 2 2011-10-25 23:00:04 PDT
Comment on attachment 112449 [details] fixes the test Attachment 112449 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/10208644 New failing tests: editing/selection/click-before-and-after-table.html http/tests/security/dataTransfer-set-data-file-url.html
Ryosuke Niwa
Comment 3 2011-10-25 23:20:49 PDT
Hm... odd. Alright, let's add PASS FAIL test expectation for now and see what happens.
Tony Chang
Comment 4 2011-10-26 10:04:57 PDT
Comment on attachment 112449 [details] fixes the test View in context: https://bugs.webkit.org/attachment.cgi?id=112449&action=review The fix for the layout test looks fine. > LayoutTests/platform/chromium/test_expectations.txt:-471 > -WONTFIX SKIP : platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html = FAIL > -WONTFIX SKIP : http/tests/security/dataTransfer-set-data-file-url.html = FAIL Does Chromium DRT implement window.objCPlugin? > LayoutTests/platform/chromium/test_expectations.txt:-641 > -BUGWK60089 DEBUG : editing/selection/designmode-no-caret.html = CRASH FAIL This test still appears to be failing everywhere (but no longer crashing). Can you merge this with the lines above instead?
Ryosuke Niwa
Comment 5 2011-10-26 10:18:13 PDT
(In reply to comment #4) > > LayoutTests/platform/chromium/test_expectations.txt:-471 > > -WONTFIX SKIP : platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html = FAIL > > -WONTFIX SKIP : http/tests/security/dataTransfer-set-data-file-url.html = FAIL > > Does Chromium DRT implement window.objCPlugin? These tests no longer require window.objCPlugin. > > LayoutTests/platform/chromium/test_expectations.txt:-641 > > -BUGWK60089 DEBUG : editing/selection/designmode-no-caret.html = CRASH FAIL > > This test still appears to be failing everywhere (but no longer crashing). Can you merge this with the lines above instead? I've already fixed it in one of my unreviewed changes :)
Ryosuke Niwa
Comment 6 2011-10-27 14:36:38 PDT
WebKit Review Bot
Comment 7 2011-10-27 15:39:43 PDT
Comment on attachment 112756 [details] Patch Attachment 112756 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/10223925 New failing tests: editing/selection/click-before-and-after-table.html
Ryosuke Niwa
Comment 8 2011-10-27 21:24:40 PDT
Note You need to log in before you can comment on or make changes to this bug.