Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Issue 2629543004: Convert some fontfaceset tests to use jsharness (Closed)

Created:
3 years, 11 months ago by meade_UTC10
Modified:
3 years, 10 months ago
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert some fontfaceset tests to use jsharness This was basically an exercise for me in learning about how FontFace and promise_test works. Review-Url: https://codereview.chromium.org/2629543004 Cr-Commit-Position: refs/heads/master@{#450273} Committed: https://chromium.googlesource.com/chromium/src/+/e26c0958d87bd7b1b43d83310e96323156696d3f

Patch Set 1 #

Patch Set 2 : fix minor formatting issue #

Total comments: 16

Patch Set 3 : Update for CL comments #

Patch Set 4 : Fix minor formatting issue #

Messages

Total messages: 31 (16 generated)
meade_UTC10
Hi Sasha! These are the tests I was talking about yesterday (they fail when I ...
3 years, 11 months ago (2017-01-13 00:19:17 UTC) #2
sashab
LGTM, the conversion looks good, I'm assuming you did this sensibly with a find-and-replace or ...
3 years, 11 months ago (2017-01-13 01:01:41 UTC) #5
meade_UTC10
On 2017/01/13 01:01:41, sashab wrote: > LGTM, the conversion looks good, I'm assuming you did ...
3 years, 11 months ago (2017-01-13 03:01:58 UTC) #8
meade_UTC10
Hi Emil! Continuing my investigation into how fonts work, I came across these tests while ...
3 years, 11 months ago (2017-01-13 03:12:45 UTC) #10
eae
This looks reasonable to me (LGTM) but please double check with drott. Thanks for your ...
3 years, 10 months ago (2017-01-31 20:51:12 UTC) #12
drott
Looks like a good cleanup and modernization of these files, thank you! LGTM. I don't ...
3 years, 10 months ago (2017-02-01 20:01:36 UTC) #13
Kunihiko Sakamoto
lgtm Nice, thank you for doing this! https://codereview.chromium.org/2629543004/diff/20001/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html File third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html (right): https://codereview.chromium.org/2629543004/diff/20001/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html#newcode23 third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html:23: assert_equals(document.fonts.status, 'loaded') ...
3 years, 10 months ago (2017-02-07 10:13:16 UTC) #15
meade_UTC10
https://codereview.chromium.org/2629543004/diff/20001/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html File third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html (right): https://codereview.chromium.org/2629543004/diff/20001/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html#newcode29 third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html:29: return Promise.all([face1Loaded, loadingDone]).then(() => { On 2017/02/07 10:13:15, Kunihiko ...
3 years, 10 months ago (2017-02-09 07:42:33 UTC) #16
Kunihiko Sakamoto
https://codereview.chromium.org/2629543004/diff/20001/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html File third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html (right): https://codereview.chromium.org/2629543004/diff/20001/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html#newcode30 third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html:30: assert_equals(document.fonts.status, 'loaded'); On 2017/02/09 07:42:33, Eddy wrote: > On ...
3 years, 10 months ago (2017-02-09 08:18:15 UTC) #17
meade_UTC10
https://codereview.chromium.org/2629543004/diff/20001/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html File third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html (right): https://codereview.chromium.org/2629543004/diff/20001/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html#newcode30 third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html:30: assert_equals(document.fonts.status, 'loaded'); On 2017/02/09 08:18:15, Kunihiko Sakamoto wrote: > ...
3 years, 10 months ago (2017-02-14 00:51:43 UTC) #18
Kunihiko Sakamoto
Thanks! Could you re-run "git cl upload" ?
3 years, 10 months ago (2017-02-14 02:24:03 UTC) #19
meade_UTC10
On 2017/02/14 02:24:03, Kunihiko Sakamoto wrote: > Thanks! Could you re-run "git cl upload" ? ...
3 years, 10 months ago (2017-02-14 04:30:10 UTC) #20
Kunihiko Sakamoto
LGTM
3 years, 10 months ago (2017-02-14 05:05:42 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2629543004/60001
3 years, 10 months ago (2017-02-14 05:36:31 UTC) #28
commit-bot: I haz the power
3 years, 10 months ago (2017-02-14 05:42:08 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/e26c0958d87bd7b1b43d83310e96...

Powered by Google App Engine
This is Rietveld 408576698