mirror of
https://github.com/servo/servo.git
synced 2025-06-17 12:54:28 +00: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.
11 lines
108 B
HTML
11 lines
108 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ack</title>
|
|
<style>
|
|
</style>
|
|
<body>
|
|
<div>x</div>
|
|
</body>
|
|
</html>
|
|
|