mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
Makes qz.com visible. In order to work around a compiler bug involving Sized, this patch moves `store_overflow` to be a virtual method.
13 lines
152 B
HTML
13 lines
152 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body, html {
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><div style="float: left">Y</div></div>
|
|
</body>
|
|
</html>
|