Bug 62834 - Add a test for vertical caret movements inside transform
Summary: Add a test for vertical caret movements inside transform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 62825
  Show dependency treegraph
 
Reported: 2011-06-16 16:57 PDT by Ryosuke Niwa
Modified: 2011-06-23 15:21 PDT (History)
5 users (show)

See Also:


Attachments
adds regression tests (65.50 KB, patch)
2011-06-16 17:09 PDT, Ryosuke Niwa
simon.fraser: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ec2-cr-linux-03 (1.56 MB, application/zip)
2011-06-16 17:37 PDT, WebKit Review Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-06-16 16:57:49 PDT
We should add a test if we don't have one already.
Comment 1 Ryosuke Niwa 2011-06-16 17:09:45 PDT
Created attachment 97523 [details]
adds regression tests
Comment 2 WebKit Review Bot 2011-06-16 17:37:06 PDT
Comment on attachment 97523 [details]
adds regression tests

Attachment 97523 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/8881382

New failing tests:
editing/selection/extend-inside-transforms-backward.html
editing/selection/extend-inside-transforms-forward.html
Comment 3 WebKit Review Bot 2011-06-16 17:37:11 PDT
Created attachment 97527 [details]
Archive of layout-test-results from ec2-cr-linux-03

The attached test failures were seen while running run-webkit-tests on the chromium-ews.
Bot: ec2-cr-linux-03  Port: Chromium  Platform: Linux-2.6.35-28-virtual-x86_64-with-Ubuntu-10.10-maverick
Comment 4 Ryosuke Niwa 2011-06-20 16:28:36 PDT
Ping reviewers.
Comment 5 Simon Fraser (smfr) 2011-06-20 17:34:29 PDT
Comment on attachment 97523 [details]
adds regression tests

View in context: https://bugs.webkit.org/attachment.cgi?id=97523&action=review

> LayoutTests/editing/selection/extend-inside-transforms-backward.html:7
> +<div style="font-family: monospace; monospace; -webkit-transform: rotate(-45deg); width: 200px; height: 200px; -webkit-transform-origin: top right;font-size:50px;">

Would be nicer with the style in the <style> element.
Comment 6 Ryosuke Niwa 2011-06-23 15:21:02 PDT
Committed r89627: <http://trac.webkit.org/changeset/89627>