00:17
<MikeSmith>
Krinkle: I can make one for you
00:19
<Krinkle>
I'd like that :)
00:20
<MikeSmith>
should be on its way
00:23
<Krinkle>
Got it
00:25
<Krinkle>
Thanks
00:31
<MikeSmith>
cheers
06:59
<hallvors>
gsnedders: sorry, wasn't around much yesterday but I'm curious what crazy Opera test you were working on. Maybe it's even one of my old tests ;)
06:59
<hallvors>
did you figure it all out?
08:22
<jgraham>
hallvors: https://critic.hoppipolla.co.uk/r/5798
08:33
<hallvors>
Hm, I never wrote XPath tests and don't really know who did them. Tarquin?
08:35
<jgraham>
That was my second guess
09:26
<gsnedders>
Giorgi I would guess.
09:27
<gsnedders>
It's not Tarquin, though.
09:36
<gsnedders>
But yeah, the fun thing is they all contain a <green>This text should be green</green> but most of the time, no ancestor of that is selected by the XPath query, so I fail to see how the text was /ever/ made green. (nowadays the tests just say "PASSED" or "This text should be green", oddly)
12:33
<hallvors>
Giorgi - of course.
18:34
<mkwst>
MikeSmith/jgraham: Where's the right place to file a bug about w3c-test.org not serving gzipped files? :)
18:42
<MikeSmith>
mkwst: with me, if there's an existing config option that I need to set
18:43
<mkwst>
Idunno. All I know is that MANIFEST.json is 1.6mb, and takes a loooong time to download.
18:43
<mkwst>
http://w3c-test.org/MANIFEST.json <--- That one.
18:43
<MikeSmith>
well I think wptserve just doesn't handle gzipping
18:44
<mkwst>
Ah.
18:44
<MikeSmith>
well but if underlying pythin simpleHTTP thing does, then we can add something to wptserve
18:46
<MikeSmith>
http://stackoverflow.com/a/17064025/441757 suggests we may be able to add it without too much trouble
18:46
<MikeSmith>
certeainly it could be added regardless