Bug 62834

Summary: Add a test for vertical caret movements inside transform
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, enrica, hyatt, simon.fraser, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 62825    
Attachments:
Description Flags
adds regression tests
simon.fraser: review+, webkit.review.bot: commit-queue-
Archive of layout-test-results from ec2-cr-linux-03 none

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>