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

servo.org blank #10024

Closed
matthiaskrgr opened this issue Mar 16, 2016 · 7 comments
Closed

servo.org blank #10024

matthiaskrgr opened this issue Mar 16, 2016 · 7 comments

Comments

@matthiaskrgr
Copy link
Contributor

@matthiaskrgr matthiaskrgr commented Mar 16, 2016

Trying to display servo.org shows a bit of text for a very short moment but then the servo window goes completely blank, no text is shown.

Rendering succeeds however when launching servo with -w until I scroll down the page a bit and then servo crashes (crash looks like #9931 )

@sm-Fifteen
Copy link

@sm-Fifteen sm-Fifteen commented Mar 17, 2016

Same issue here, although scrolling a bit reveals that some of page does render, but the page has about two windows worth of leading blank space at any given size and the visible part starts at "Contributing".

OS : Arch Linux
CPU : Intel Core 2540M
GPU : Intel HD graphics 3000
Git commit : 7a9dc57
Build command : ./mach build --release
Run command : ./mach run --release https://servo.org/

@jdm jdm added the A-gfx/rendering label Mar 17, 2016
@mmatyas
Copy link
Contributor

@mmatyas mmatyas commented Mar 21, 2016

Also happens on Odroid XU3, using Servo aa35d772 with ES2 backend.

@matthiaskrgr
Copy link
Contributor Author

@matthiaskrgr matthiaskrgr commented Mar 22, 2016

As of right now ( 003fdd4 ), it seems only the upper half of the page is not rendered and the lower part is displayed..

@matthiaskrgr
Copy link
Contributor Author

@matthiaskrgr matthiaskrgr commented Mar 23, 2016

Alright, I tried to reduce the servo.org page.

In this example, only <p class='text-muted'>#servo on irc.mozilla.org</p> is rendered, and everything inside <div class='col-sm-8'> is invisible unless webrender is used.

<html>
<head>
    <meta charset='utf-8'>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Servo, the parallel browser engine</title>
    <style>
pre {
  overflow: auto;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

html {
  font-size: 10px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

.col-md-3, .col-sm-8, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
    </style>
</head>

<body>
<div class='container'>
    <div class='row'>
        <div class='col-sm-8'>

<pre><code>git clone https://github.com/servo/servo
cd servo
./mach build --dev
./mach run tests/html/about-mozilla.html</code></pre>

        </div>
    </div>

            <footer class='text-center'>
                <div class='col-md-3'>
                    <p class='text-muted'>#servo on irc.mozilla.org</p>
                </div>
            </footer>
        </div>
    </div>
</div>

</body>
</html>
@matthiaskrgr
Copy link
Contributor Author

@matthiaskrgr matthiaskrgr commented Mar 23, 2016

#10151 might be related.

@atouchet
Copy link
Contributor

@atouchet atouchet commented Jul 21, 2017

Is this issue still valid? I am not able to reproduce it.

@nox
Copy link
Member

@nox nox commented Oct 1, 2017

I can't reproduce it either. Closing.

@nox nox closed this Oct 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.