-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[css-flexbox] Add tests for intrinsic sizing behavior #5281
Conversation
Notifying @atanassov, @cbiesinger, @chenxix, @fantasai, @kojiishi, @mrego, @plinss, and @tabatkins. (Learn how reviewing works.) |
Originally posted as w3c/csswg-test#1022 (comment) by @syncbot on 26 Jan 2016, 01:44 UTC:
|
Originally posted as w3c/csswg-test#1022 (comment) by @syncbot on 09 Feb 2016, 19:40 UTC:
|
Originally posted as w3c/csswg-test#1022 (comment) by @cbiesinger on 09 Feb 2016, 19:41 UTC:
|
Originally posted as w3c/csswg-test#1022 (comment) by @dholbert on 07 Mar 2016, 22:36 UTC:
|
Originally posted as w3c/csswg-test#1022 (comment) by @syncbot on 27 Mar 2017, 21:20 UTC:
|
Originally posted as w3c/csswg-test#1022 (comment) by @cbiesinger on 27 Mar 2017, 21:20 UTC: |
Originally posted as w3c/csswg-test#1022 (comment) by @cbiesinger on 27 Mar 2017, 21:39 UTC:
|
Firefox (nightly channel)Testing web-platform-tests at revision 72dac83 All results3 tests ran/css/css-flexbox-1/intrinsic-height-000.html
/css/css-flexbox-1/intrinsic-width-000.html
/innerText/setter.html
|
Chrome (unstable channel)Testing web-platform-tests at revision 72dac83 All results3 tests ran/innerText/setter.html
/css/css-flexbox-1/intrinsic-height-000.html
/css/css-flexbox-1/intrinsic-width-000.html
|
Sorry, this is going to be a bit clunky -- I'm not familiar with the GitHub code-review experience. On reviewing in general:
On the pull request itself:
|
As I mentioned on IRC yesterday: the Reviewable link is that from the old csswg-test repo, so that's broken on the PRs imported from there.
Yeah, looking around, I think you need merge permissions… That's a nice bug in the docs. I always just go for There's also http://w3c-test.org/submissions/ which contains mirrored copies of PRs if you just want to run them. |
@dholbert -- no, they're not expected to pass right now. They are testing the wording in https://drafts.csswg.org/css-flexbox/#intrinsic-main-sizes which I don't think any browser implements yet. I will try to fix your other comment as soon as I figure out a good way to do that... |
Hmm I think since @gsnedders created this pull request and I'm not a repository maintainer, there's no way for me to commit anything to this request, and I have to create a new one. |
See #5791 for the height issue fixed (the "above" part should be correct as it is) |
Quoting @gsnedders:
Hmm, darn -- that page doesn't have an entry for this pull request (#5281) or for its continuation (#5791). Is that a bug? In any case, I'll just use the longhand commands to check out the files locally, I suppose, so I can run/view them. |
This has all moved to #5791. |
Originally posted as w3c/csswg-test#1022 by @cbiesinger on 26 Jan 2016, 01:44 UTC: