Bug 123843 - Add a test to obtain offsetWidth of expanded table cell
Summary: Add a test to obtain offsetWidth of expanded table cell
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-11-05 17:44 PST by Ryosuke Niwa
Modified: 2013-11-05 18:46 PST (History)
5 users (show)

See Also:


Attachments
Adds a test (1.98 KB, patch)
2013-11-05 17:45 PST, Ryosuke Niwa
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-11-05 17:44:21 PST
Add a test to obtain offsetWidth of expanded table cell
Comment 1 Ryosuke Niwa 2013-11-05 17:45:37 PST
Created attachment 216104 [details]
Adds a test
Comment 2 Ryosuke Niwa 2013-11-05 17:46:24 PST
Merging the test from https://chromium.googlesource.com/chromium/blink/+/58a5fac292a5b3f79b00cdc71074fbf8be2ebc2b

This will ensure that we'll not introduce the regression Blink had when we optimize offsetWidth.
Comment 3 Ryosuke Niwa 2013-11-05 18:38:06 PST
Committed r158710: <http://trac.webkit.org/changeset/158710>
Comment 4 Ryosuke Niwa 2013-11-05 18:46:49 PST
Committed r158711: <http://trac.webkit.org/changeset/158711>