WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
126896
Subpixel layout: 100000px overflows while calculating layout positions.
https://bugs.webkit.org/show_bug.cgi?id=126896
Summary
Subpixel layout: 100000px overflows while calculating layout positions.
zalan
Reported
2014-01-13 07:32:01 PST
fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html
Attachments
Patch
(4.20 KB, patch)
2014-01-20 14:27 PST
,
zalan
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2014-01-16 10:46:31 PST
Test case requires an adjustment to not to overflow subpixel boundary. (with the current denominator (64) it's ~2^25) @@ -92,7 +92,7 @@ </head> <body id="some-content" xmlns="
http://www.w3.org/1999/xhtml
"> <a id="start" href="a">Start</a> - <div style='margin-top:100000000px'> + <div style='margin-top:33554309px'> <a id="end" href="a">End</a> </div> <div id="console"></div>
zalan
Comment 2
2014-01-20 14:27:54 PST
Created
attachment 221692
[details]
Patch
WebKit Commit Bot
Comment 3
2014-01-20 15:33:47 PST
Comment on
attachment 221692
[details]
Patch Clearing flags on attachment: 221692 Committed
r162381
: <
http://trac.webkit.org/changeset/162381
>
WebKit Commit Bot
Comment 4
2014-01-20 15:33:50 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug