Skip to content
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

added calc-min-height.html reference/calc-min-height-ref.html calc-ne… #15083

Closed
wants to merge 1 commit into from

Conversation

TalbotG
Copy link
Contributor

@TalbotG TalbotG commented Jan 25, 2019

…sting.html calc-nesting-002.html

Those 3 tests and reference come from
chromium.googlesource.com/chromium/src/+/c825d655f6aaf73484f9d56e9012793f5b9668cc/third_party/WebKit/LayoutTests/css3/calc/
and are unique in the sense that they were not shared or coming from webkit repository

box-sizing: border-box;
}
</style>
<p>crbug.com/580508: Should have a black border all round.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mention of "crbug.com/580508" does not help the person running the test (although it does help someone debugging something based on the test). I suggest moving it to a comment.

https://chromium.googlesource.com/chromium/src/+/c825d655f6aaf73484f9d56e9012793f5b9668cc/third_party/WebKit/LayoutTests/css3/calc/calc-min-height.html

-->

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

an assert meta would be welcome. Maybe something like
<meta name=assert content="checks for sanity of height and min-height computations with calc()">


<style>
.container {
height: 400px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use spaces, not tabs. (same thing in the reference file)

@TalbotG TalbotG mentioned this pull request Feb 10, 2019
@TalbotG
Copy link
Contributor Author

TalbotG commented Feb 10, 2019

I have created a new pull request 15320 with all of the corrections requested:
#15320

@TalbotG TalbotG closed this Feb 10, 2019
@TalbotG TalbotG deleted the Values3-GT-PR8 branch February 10, 2019 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants