mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
construction. The iteration was incorrect here. Although it accidentally worked before, it will cause problems when we have incremental style recalculation. The `after_block_iteration` reftest will become interesting once we have incremental style recalc.
12 lines
108 B
HTML
12 lines
108 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ack</title>
|
|
<style>
|
|
</style>
|
|
<body>
|
|
<div>x</div>
|
|
</body>
|
|
</html>
|
|
|