mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
12 lines
256 B
HTML
12 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>flexbox | flexcontainer vs generated content</title>
|
|
<link href="http://opera.com" rel="author" title="Opera Software">
|
|
<style>
|
|
div {
|
|
content: "xxx";
|
|
background: blue;
|
|
}
|
|
</style>
|
|
|
|
</head><body><div></div>
|
|
</body></html> |