mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Finish hooking up XML parser
added script integration with xml5ever Updated test expectations Removed timeout test expectation Refactors application/xhtml+xml is treated as HTML Updated xml5ever Updated Text Expectations
This commit is contained in:
parent
2729864af7
commit
3389c497c0
29 changed files with 393 additions and 96 deletions
|
@ -27,7 +27,7 @@ canvas_traits = {path = "../canvas_traits"}
|
|||
js = {git = "https://github.com/servo/rust-mozjs"}
|
||||
angle = {git = "https://github.com/emilio/angle", branch = "servo"}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
xml5ever = {git = "https://github.com/Ygg01/xml5ever", features = ["unstable"]}
|
||||
xml5ever = {version = "0.1.2", features = ["unstable"]}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
|
||||
app_units = {version = "0.2.3", features = ["plugins"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue