On Github sergesemashko / css-regression-slides
Presented by Sergey Semashko
@import "other.css";
div {
padding: 0px 10px;
}
window.getComputedStyle();
Scenario: Standard paragraph color
Given I visit "http://local.gemini.com/about.html"
Then ".container > p" should have
"color" of "rgb(64, 64, 64)"