Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / cssom-update-style-expected.html
1 <!doctype html>
2
3 <div id="outer" style="background-color: green; border-style: solid;">
4     This div should be green with a solid border.
5     <div style="background-color: green; border-style: solid;">
6         This div should also be green with a solid border.
7     </div>
8 </div>