RESOLVED FIXED 170083
Add font-optical-sizing to CSSComputedStyleDeclaration
https://bugs.webkit.org/show_bug.cgi?id=170083
Summary Add font-optical-sizing to CSSComputedStyleDeclaration
Myles C. Maxfield
Reported 2017-03-24 16:19:02 PDT
Add font-optical-sizing to CSSComputedStyleDeclaration
Attachments
Patch (7.55 KB, patch)
2017-03-24 16:19 PDT, Myles C. Maxfield
no flags
Patch for committing (7.70 KB, patch)
2017-03-24 19:40 PDT, Myles C. Maxfield
no flags
Patch for committing (7.80 KB, patch)
2017-03-24 19:42 PDT, Myles C. Maxfield
no flags
Archive of layout-test-results from ews103 for mac-elcapitan (928.79 KB, application/zip)
2017-03-24 20:48 PDT, Build Bot
no flags
Archive of layout-test-results from ews106 for mac-elcapitan-wk2 (1.01 MB, application/zip)
2017-03-24 20:52 PDT, Build Bot
no flags
Archive of layout-test-results from ews112 for mac-elcapitan (1.72 MB, application/zip)
2017-03-24 20:58 PDT, Build Bot
no flags
Patch for committing (24.59 KB, patch)
2017-03-24 21:16 PDT, Myles C. Maxfield
buildbot: commit-queue-
Archive of layout-test-results from ews124 for ios-simulator-wk2 (903.42 KB, application/zip)
2017-03-24 22:50 PDT, Build Bot
no flags
Myles C. Maxfield
Comment 1 2017-03-24 16:19:57 PDT
Joseph Pecoraro
Comment 2 2017-03-24 16:21:52 PDT
Comment on attachment 305334 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=305334&action=review r=me > LayoutTests/fast/text/variations/optical-sizing.html:34 > +var x = window.getComputedStyle(document.getElementById('test1')); Could have a better name of this variable, like "computedStyle". > LayoutTests/fast/text/variations/optical-sizing.html:40 > + found = true; > + testPassed("Found optical sizing"); > + break; Nit: Double indentation here is weird.
Myles C. Maxfield
Comment 3 2017-03-24 19:40:01 PDT
Created attachment 305354 [details] Patch for committing
Myles C. Maxfield
Comment 4 2017-03-24 19:42:51 PDT
Created attachment 305355 [details] Patch for committing
Build Bot
Comment 5 2017-03-24 20:48:09 PDT
Comment on attachment 305355 [details] Patch for committing Attachment 305355 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/3407216 New failing tests: fast/css/getComputedStyle/computed-style-without-renderer.html fast/css/getComputedStyle/computed-style.html fast/css/getComputedStyle/computed-style-font-family.html
Build Bot
Comment 6 2017-03-24 20:48:12 PDT
Created attachment 305359 [details] Archive of layout-test-results from ews103 for mac-elcapitan The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews103 Port: mac-elcapitan Platform: Mac OS X 10.11.6
Build Bot
Comment 7 2017-03-24 20:52:19 PDT
Comment on attachment 305355 [details] Patch for committing Attachment 305355 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/3407221 New failing tests: fast/css/getComputedStyle/computed-style-without-renderer.html fast/css/getComputedStyle/computed-style.html fast/css/getComputedStyle/computed-style-font-family.html
Build Bot
Comment 8 2017-03-24 20:52:22 PDT
Created attachment 305360 [details] Archive of layout-test-results from ews106 for mac-elcapitan-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-elcapitan-wk2 Platform: Mac OS X 10.11.6
Build Bot
Comment 9 2017-03-24 20:58:45 PDT
Comment on attachment 305355 [details] Patch for committing Attachment 305355 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/3407218 New failing tests: fast/css/getComputedStyle/computed-style-without-renderer.html fast/css/getComputedStyle/computed-style.html fast/css/getComputedStyle/computed-style-font-family.html
Build Bot
Comment 10 2017-03-24 20:58:47 PDT
Created attachment 305361 [details] Archive of layout-test-results from ews112 for mac-elcapitan The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews112 Port: mac-elcapitan Platform: Mac OS X 10.11.6
Myles C. Maxfield
Comment 11 2017-03-24 21:16:58 PDT
Created attachment 305362 [details] Patch for committing
Build Bot
Comment 12 2017-03-24 22:50:02 PDT
Comment on attachment 305362 [details] Patch for committing Attachment 305362 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/3407546 New failing tests: fast/text/variations/optical-sizing.html
Build Bot
Comment 13 2017-03-24 22:50:05 PDT
Created attachment 305365 [details] Archive of layout-test-results from ews124 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews124 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.6
Myles C. Maxfield
Comment 14 2017-03-24 23:50:26 PDT
Myles C. Maxfield
Comment 15 2017-03-25 00:42:53 PDT
Note You need to log in before you can comment on or make changes to this bug.