Chromium Code Reviews| Index: LayoutTests/fast/css/variables/cssom-create-expected.html |
| diff --git a/LayoutTests/fast/css/variables/cssom-create-expected.html b/LayoutTests/fast/css/variables/cssom-create-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e43948debbddcbce31e2fd0ec654206077c39b81 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/variables/cssom-create-expected.html |
| @@ -0,0 +1,4 @@ |
| +<!doctype html> |
| + |
| +<div id="div1" style="background-color: white;">This line should end with a stringified CSSVariablesMap: [object CSSVariablesMap]</div> |
| +<div id="div2" style="background-color: green;">Testing set method. This div should be green.</div> |