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

Parse sizes attribute implementation #10989

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

removed tidy-test err

  • Loading branch information
sneha1302 committed May 4, 2016
commit 1490bff34047466330cb9b948f2d2fb67462a1ff
@@ -5,10 +5,6 @@
#![feature(plugin)]
#![plugin(plugins)]

extern crate app_units;
extern crate cssparser;
extern crate style;

use app_units::Au;
use cssparser::{Parser, SourcePosition};
use script::dom::htmlimageelement::{parse_a_sizes_attribute, Size};
@@ -86,8 +82,11 @@ fn some_parse_sizes_3_test() {
}
}
}
extern crate app_units;
extern crate cssparser;
extern crate msg;
extern crate script;
extern crate style;
extern crate url;
extern crate util;

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.