mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Fix layout on google search results.
This commit is contained in:
parent
b5d6864de1
commit
59cdce3001
4 changed files with 57 additions and 5 deletions
17
tests/ref/table_specified_width_ref.html
Normal file
17
tests/ref/table_specified_width_ref.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
.red {
|
||||
color: #ff0000;
|
||||
}
|
||||
.green {
|
||||
color: #00ff00;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body><span class="red">X</span><span class="green">XXX</span></body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue