WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
157989
Remove padding and margin around the <math> element
https://bugs.webkit.org/show_bug.cgi?id=157989
Summary
Remove padding and margin around the <math> element
Frédéric Wang (:fredw)
Reported
2016-05-23 08:28:40 PDT
Created
attachment 279565
[details]
Patch The MathML user agent stylesheet has some 1px padding on the right/left of the <math> root. This was added a long time ago in
http://trac.webkit.org/changeset/61861/trunk/WebCore/css/mathml.css
but the intention is unclear, probably to tweak the spacing. I don't think that's necessary and it some tests have to revert this change to avoid 1px shifts, so let's remove it and keep the UA stylesheet minimal.
Attachments
Patch
(810 bytes, patch)
2016-05-23 08:28 PDT
,
Frédéric Wang (:fredw)
no flags
Details
Formatted Diff
Diff
Patch
(387.97 KB, patch)
2016-07-13 08:22 PDT
,
Frédéric Wang (:fredw)
no flags
Details
Formatted Diff
Diff
Archive of layout-test-results from ews101 for mac-yosemite
(1.09 MB, application/zip)
2016-07-13 09:10 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews106 for mac-yosemite-wk2
(1.10 MB, application/zip)
2016-07-13 09:13 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews112 for mac-yosemite
(1.75 MB, application/zip)
2016-07-13 09:27 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews122 for ios-simulator-wk2
(1.18 MB, application/zip)
2016-07-13 09:32 PDT
,
Build Bot
no flags
Details
Patch
(448.83 KB, patch)
2016-07-13 09:51 PDT
,
Frédéric Wang (:fredw)
no flags
Details
Formatted Diff
Diff
Archive of layout-test-results from ews102 for mac-yosemite
(788.14 KB, application/zip)
2016-07-13 10:38 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews112 for mac-yosemite
(1.49 MB, application/zip)
2016-07-13 10:56 PDT
,
Build Bot
no flags
Details
Patch
(447.76 KB, patch)
2016-07-13 11:00 PDT
,
Frédéric Wang (:fredw)
no flags
Details
Formatted Diff
Diff
Patch
(449.63 KB, patch)
2016-07-13 11:20 PDT
,
Frédéric Wang (:fredw)
bfulgham
: review+
Details
Formatted Diff
Diff
Show Obsolete
(10)
View All
Add attachment
proposed patch, testcase, etc.
Manuel Rego Casasnovas
Comment 1
2016-07-12 06:35:55 PDT
Comment on
attachment 279565
[details]
Patch Yes sure, let's get rid of it. You'll need a bunch of rebaselines though, also the ChangeLog entry.
Frédéric Wang (:fredw)
Comment 2
2016-07-13 08:22:52 PDT
Created
attachment 283528
[details]
Patch
Frédéric Wang (:fredw)
Comment 3
2016-07-13 08:24:36 PDT
The patch does the small CSS change for the <math> tag, remove all the hacks in the reftests and also rebaseline GTK tests. We will have to do the rebaseline for all the ports, though.
Build Bot
Comment 4
2016-07-13 09:10:19 PDT
Comment on
attachment 283528
[details]
Patch
Attachment 283528
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.webkit.org/results/1674785
New failing tests: mathml/opentype/opentype-stretchy-horizontal.html mathml/presentation/mo-stretch.html mathml/radical-fallback.html mathml/opentype/opentype-stretchy.html mathml/presentation/mspace-children.html mathml/mathml-in-dashboard.html mathml/presentation/menclose-notation-values.html mathml/presentation/roots.xhtml mathml/presentation/menclose-notation-default-longdiv.html
Build Bot
Comment 5
2016-07-13 09:10:22 PDT
Created
attachment 283534
[details]
Archive of layout-test-results from ews101 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews101 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 6
2016-07-13 09:13:18 PDT
Comment on
attachment 283528
[details]
Patch
Attachment 283528
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.webkit.org/results/1674792
New failing tests: mathml/opentype/opentype-stretchy-horizontal.html mathml/presentation/mo-stretch.html mathml/radical-fallback.html mathml/opentype/opentype-stretchy.html mathml/presentation/mspace-children.html mathml/presentation/menclose-notation-values.html mathml/presentation/roots.xhtml mathml/presentation/menclose-notation-default-longdiv.html
Build Bot
Comment 7
2016-07-13 09:13:20 PDT
Created
attachment 283535
[details]
Archive of layout-test-results from ews106 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Build Bot
Comment 8
2016-07-13 09:27:35 PDT
Comment on
attachment 283528
[details]
Patch
Attachment 283528
[details]
did not pass mac-debug-ews (mac): Output:
http://webkit-queues.webkit.org/results/1674837
New failing tests: mathml/opentype/opentype-stretchy-horizontal.html mathml/presentation/mo-stretch.html mathml/radical-fallback.html mathml/opentype/opentype-stretchy.html mathml/presentation/mspace-children.html mathml/mathml-in-dashboard.html mathml/presentation/menclose-notation-values.html mathml/presentation/roots.xhtml mathml/presentation/menclose-notation-default-longdiv.html
Build Bot
Comment 9
2016-07-13 09:27:38 PDT
Created
attachment 283536
[details]
Archive of layout-test-results from ews112 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews112 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 10
2016-07-13 09:32:11 PDT
Comment on
attachment 283528
[details]
Patch
Attachment 283528
[details]
did not pass ios-sim-ews (ios-simulator-wk2): Output:
http://webkit-queues.webkit.org/results/1674818
New failing tests: mathml/opentype/opentype-stretchy-horizontal.html mathml/presentation/mo-stretch.html mathml/radical-fallback.html mathml/opentype/opentype-stretchy.html mathml/presentation/mspace-children.html mathml/presentation/menclose-notation-values.html mathml/presentation/roots.xhtml mathml/presentation/menclose-notation-default-longdiv.html
Build Bot
Comment 11
2016-07-13 09:32:14 PDT
Created
attachment 283538
[details]
Archive of layout-test-results from ews122 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews122 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.5
Frédéric Wang (:fredw)
Comment 12
2016-07-13 09:51:59 PDT
Created
attachment 283539
[details]
Patch
Build Bot
Comment 13
2016-07-13 10:38:26 PDT
Comment on
attachment 283539
[details]
Patch
Attachment 283539
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.webkit.org/results/1675146
New failing tests: mathml/mathml-in-dashboard.html
Build Bot
Comment 14
2016-07-13 10:38:29 PDT
Created
attachment 283541
[details]
Archive of layout-test-results from ews102 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews102 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 15
2016-07-13 10:56:37 PDT
Comment on
attachment 283539
[details]
Patch
Attachment 283539
[details]
did not pass mac-debug-ews (mac): Output:
http://webkit-queues.webkit.org/results/1675159
New failing tests: mathml/mathml-in-dashboard.html
Build Bot
Comment 16
2016-07-13 10:56:41 PDT
Created
attachment 283546
[details]
Archive of layout-test-results from ews112 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews112 Port: mac-yosemite Platform: Mac OS X 10.10.5
Frédéric Wang (:fredw)
Comment 17
2016-07-13 11:00:54 PDT
Created
attachment 283547
[details]
Patch
Frédéric Wang (:fredw)
Comment 18
2016-07-13 11:20:04 PDT
Created
attachment 283550
[details]
Patch
Brent Fulgham
Comment 19
2016-07-13 12:10:01 PDT
Comment on
attachment 283550
[details]
Patch This is a small style change with massive re baseline.
Frédéric Wang (:fredw)
Comment 20
2016-07-13 12:15:53 PDT
Committed
r203171
: <
http://trac.webkit.org/changeset/203171
>
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