Add test that makes sure text consts are in sync #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "keep-consts-in-sync"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
RFC. This makes sure we are always in sync with the browser consts if we run tests in browser.
However I think we should use text measurements only for random tests generator and update consts when they change.
The normal tests are doing layout, expected and browser. This is super important in my mind to do the third one as it ensures that we're not inventing an alternate reality where we write tests that pass against the expected version but not the browser.
I strongly believe that it's worth the pain of managing font sizes in order to get this propert
Want to land this one? It looks good and travis is happy :P
Travis is happy, but it doesn't run browser tests, and this one is browser-only