Chromium Code Reviews| Index: LayoutTests/fast/css/variables/cssom-update-expected.html |
| diff --git a/LayoutTests/fast/css/variables/cssom-update-expected.html b/LayoutTests/fast/css/variables/cssom-update-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6e3b15d7a251be1b2c3a8a10175e21934817f87b |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/variables/cssom-update-expected.html |
| @@ -0,0 +1,8 @@ |
| +<!doctype html> |
| + |
| +<div id="outer" style="background-color: green; border-style: solid;"> |
| + This div should be green with a solid border. |
| + <div style="background-color: green; border-style: solid;"> |
| + This div should also be green with a solid border. |
| + </div> |
| +</div> |