Results 23 comments of Bob

Note that the path to this test file is now: `tests/wpt/tests/html/syntax/parsing-html-fragments/the-input-byte-stream-034.html` and Servo does still have a problem with this HTML file. I'm not sure whether it's still a timeout,...

Yeah, I've realised a few problems with the unit test (and you've just spotted a new one): * Git ignores empty directories, and I didn't put anything into the example...

I think the new unit tests should now pass successfully, but please **do not approve/merge this yet** because there is still a technical problem which I need advice in order...

I think the third commit has fixed the problem related to local directory paths not ending with a forward-slash in the address bar. The links in the directory listing now...

Thank you the review, @mrobinson. I'm going to try to get the CSS into an external file now. But I'm going to leave the markup in the form of a...

Okay, I have CSS working as an external resources file now. And directories and files are now together, rather than in two groups. And I've added a link to the...

Hello, @mrobinson. I've moved the CSS into a file in the resources directory. Replaced table with nested div elements. Added a link up to the parent directory. And I've improved...

@fabricedesre, yes the 0.3.36 version of the time crate will work nicely. (It provides an `OffsetDateTime` which has methods such as `year()` and `month()`, and it implements `From`.) How can...

@mrobinson @fabricedesre The only way I can find to make the 0.3 version of the time crate available is to add something like this to the Cargo.toml file: ``` [dependencies]...

Thank you, @fabricedesre, I've got the last-modification date printing nicely now. I'm now working on the stylesheet, and on adjusting the directory listing unit test (because last-modification date is going...