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

Generate html and json of supported css properties. #10208

Merged
merged 5 commits into from Mar 29, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Fixed a typo

  • Loading branch information
jrasanen committed Mar 28, 2016
commit 6de7228945f9e9882ae5a8d45fd3ed40906057db
@@ -168,7 +168,7 @@ def test_unit(self, test_name=None, package=None):
path.join(self.context.topdir, "components", "style", "list_properties.py")
])

this_file = style = os.path.dirname(__file__)
this_file = os.path.dirname(__file__)
servo_doc_path = os.path.abspath(os.path.join(this_file, '../', '../', 'target', 'doc', 'servo'))

with open(os.path.join(servo_doc_path, 'css-properties.json'), 'r') as property_file:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.