Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCannot access border-collapse sample on mozillademo #26099
Closed
Comments
|
oh, okay! I've found what happened and this is actually not an issue. The problem is, @dralley and I ran mach command with the url directly. The url contains dollar sign symbol and then it's interpreted as env var. So, we can see from the first line of log for Servo above; it's actually
so, when we run following command, we can visit the page correctly.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The mozilla demo page for border-collapse at https://mdn.mozillademos.org/en-US/docs/Web/CSS/border-collapse$samples/A_colorful_table_of_browser_engines?revision=1160464 can be visited correctly on Firefox but I can't visit it on Servo.
And with turning on loggings for
net, I found the request to the page is actually 404.However, as we can see, the
x-cachefrom response header isError from cloudfrontin Servo but it'sHit from cloudfrontin FirefoxRequest logs in Servo:
Request in Firefox:
Built with latest master e47e884 on macOS 10.14.6
(also refer to #12696 that @jrmuizel provided the link👀 )