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..7fe89c991fe961005ecb59bce19153b5246dc794 |
| --- /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> |