<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[209843] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/209843">209843</a></dd>
<dt>Author</dt> <dd>jonlee@apple.com</dd>
<dt>Date</dt> <dd>2016-12-14 16:35:06 -0800 (Wed, 14 Dec 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Full Pass CSS Variables Test Suite
https://bugs.webkit.org/show_bug.cgi?id=150183

Reviewed by Simon Fraser.

The new CSS parser progresses these tests. Move them out of the failures/ sub-directory.
One of the tests needs the Ahem font, which was not available when put in the sub-directory.

* fast/css/variables/test-suite/024-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/024-expected.html.
* fast/css/variables/test-suite/024.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/024.html.
* fast/css/variables/test-suite/025-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/025-expected.html.
* fast/css/variables/test-suite/025.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/025.html.
* fast/css/variables/test-suite/026-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/026-expected.html.
* fast/css/variables/test-suite/026.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/026.html.
* fast/css/variables/test-suite/028-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/028-expected.html.
* fast/css/variables/test-suite/028.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/028.html.
* fast/css/variables/test-suite/030-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/030-expected.html.
* fast/css/variables/test-suite/030.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/030.html.
* fast/css/variables/test-suite/054-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/054-expected.html.
* fast/css/variables/test-suite/054.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/054.html.
* fast/css/variables/test-suite/055-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/055-expected.html.
* fast/css/variables/test-suite/055.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/055.html.
* fast/css/variables/test-suite/056-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/056-expected.html.
* fast/css/variables/test-suite/056.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/056.html.
* fast/css/variables/test-suite/058-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/058-expected.html.
* fast/css/variables/test-suite/058.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/058.html.
* fast/css/variables/test-suite/071-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/071-expected.html.
* fast/css/variables/test-suite/071.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/071.html.
* fast/css/variables/test-suite/081-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/081-expected.html.
* fast/css/variables/test-suite/081.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/081.html.
* fast/css/variables/test-suite/082-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/082-expected.html.
* fast/css/variables/test-suite/082.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/082.html.
* fast/css/variables/test-suite/085-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/085-expected.html.
* fast/css/variables/test-suite/085.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/085.html.
* fast/css/variables/test-suite/086-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/086-expected.html.
* fast/css/variables/test-suite/086.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/086.html.
* fast/css/variables/test-suite/087-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/087-expected.html.
* fast/css/variables/test-suite/087.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/087.html.
* fast/css/variables/test-suite/091-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/091-expected.html.
* fast/css/variables/test-suite/091.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/091.html.
* fast/css/variables/test-suite/103-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/103-expected.html.
* fast/css/variables/test-suite/103.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/103.html.
* fast/css/variables/test-suite/111-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/111-expected.html.
* fast/css/variables/test-suite/111.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/111.html.
* fast/css/variables/test-suite/115-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/115-expected.html.
* fast/css/variables/test-suite/115.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/115.html.
* fast/css/variables/test-suite/126-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/126-expected.html.
* fast/css/variables/test-suite/126.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/126.html.
* fast/css/variables/test-suite/152-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/152-expected.html.
* fast/css/variables/test-suite/152.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/152.html.
* fast/css/variables/test-suite/159-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/159-expected.html.
* fast/css/variables/test-suite/159.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/159.html.
* fast/css/variables/test-suite/161-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/161-expected.html.
* fast/css/variables/test-suite/161.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/161.html.
* fast/css/variables/test-suite/163-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/163-expected.html.
* fast/css/variables/test-suite/163.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/163.html.
* fast/css/variables/test-suite/169-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/169-expected.html.
* fast/css/variables/test-suite/169.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/169.html.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite024expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/024-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite024html">trunk/LayoutTests/fast/css/variables/test-suite/024.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite025expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/025-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite025html">trunk/LayoutTests/fast/css/variables/test-suite/025.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite026expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/026-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite026html">trunk/LayoutTests/fast/css/variables/test-suite/026.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite028expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/028-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite028html">trunk/LayoutTests/fast/css/variables/test-suite/028.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite030expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/030-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite030html">trunk/LayoutTests/fast/css/variables/test-suite/030.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite054expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/054-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite054html">trunk/LayoutTests/fast/css/variables/test-suite/054.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite055expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/055-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite055html">trunk/LayoutTests/fast/css/variables/test-suite/055.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite056expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/056-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite056html">trunk/LayoutTests/fast/css/variables/test-suite/056.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite058expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/058-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite058html">trunk/LayoutTests/fast/css/variables/test-suite/058.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite071expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/071-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite071html">trunk/LayoutTests/fast/css/variables/test-suite/071.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite081expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/081-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite081html">trunk/LayoutTests/fast/css/variables/test-suite/081.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite082expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/082-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite082html">trunk/LayoutTests/fast/css/variables/test-suite/082.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite085expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/085-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite085html">trunk/LayoutTests/fast/css/variables/test-suite/085.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite086expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/086-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite086html">trunk/LayoutTests/fast/css/variables/test-suite/086.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite087expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/087-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite087html">trunk/LayoutTests/fast/css/variables/test-suite/087.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite091expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/091-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite091html">trunk/LayoutTests/fast/css/variables/test-suite/091.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite103expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/103-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite103html">trunk/LayoutTests/fast/css/variables/test-suite/103.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite111expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/111-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite111html">trunk/LayoutTests/fast/css/variables/test-suite/111.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite115expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/115-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite115html">trunk/LayoutTests/fast/css/variables/test-suite/115.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite126expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/126-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite126html">trunk/LayoutTests/fast/css/variables/test-suite/126.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite152expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/152-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite152html">trunk/LayoutTests/fast/css/variables/test-suite/152.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite159expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/159-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite159html">trunk/LayoutTests/fast/css/variables/test-suite/159.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite161expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/161-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite161html">trunk/LayoutTests/fast/css/variables/test-suite/161.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite163expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/163-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite163html">trunk/LayoutTests/fast/css/variables/test-suite/163.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite169expectedhtml">trunk/LayoutTests/fast/css/variables/test-suite/169-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssvariablestestsuite169html">trunk/LayoutTests/fast/css/variables/test-suite/169.html</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>trunk/LayoutTests/fast/css/variables/test-suite/failures/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (209842 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-12-15 00:12:21 UTC (rev 209842)
+++ trunk/LayoutTests/ChangeLog        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -1,3 +1,64 @@
</span><ins>+2016-12-12  Jon Lee  &lt;jonlee@apple.com&gt;
+
+        Full Pass CSS Variables Test Suite
+        https://bugs.webkit.org/show_bug.cgi?id=150183
+
+        Reviewed by Simon Fraser.
+
+        The new CSS parser progresses these tests. Move them out of the failures/ sub-directory.
+        One of the tests needs the Ahem font, which was not available when put in the sub-directory.
+
+        * fast/css/variables/test-suite/024-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/024-expected.html.
+        * fast/css/variables/test-suite/024.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/024.html.
+        * fast/css/variables/test-suite/025-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/025-expected.html.
+        * fast/css/variables/test-suite/025.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/025.html.
+        * fast/css/variables/test-suite/026-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/026-expected.html.
+        * fast/css/variables/test-suite/026.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/026.html.
+        * fast/css/variables/test-suite/028-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/028-expected.html.
+        * fast/css/variables/test-suite/028.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/028.html.
+        * fast/css/variables/test-suite/030-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/030-expected.html.
+        * fast/css/variables/test-suite/030.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/030.html.
+        * fast/css/variables/test-suite/054-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/054-expected.html.
+        * fast/css/variables/test-suite/054.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/054.html.
+        * fast/css/variables/test-suite/055-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/055-expected.html.
+        * fast/css/variables/test-suite/055.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/055.html.
+        * fast/css/variables/test-suite/056-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/056-expected.html.
+        * fast/css/variables/test-suite/056.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/056.html.
+        * fast/css/variables/test-suite/058-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/058-expected.html.
+        * fast/css/variables/test-suite/058.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/058.html.
+        * fast/css/variables/test-suite/071-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/071-expected.html.
+        * fast/css/variables/test-suite/071.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/071.html.
+        * fast/css/variables/test-suite/081-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/081-expected.html.
+        * fast/css/variables/test-suite/081.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/081.html.
+        * fast/css/variables/test-suite/082-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/082-expected.html.
+        * fast/css/variables/test-suite/082.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/082.html.
+        * fast/css/variables/test-suite/085-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/085-expected.html.
+        * fast/css/variables/test-suite/085.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/085.html.
+        * fast/css/variables/test-suite/086-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/086-expected.html.
+        * fast/css/variables/test-suite/086.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/086.html.
+        * fast/css/variables/test-suite/087-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/087-expected.html.
+        * fast/css/variables/test-suite/087.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/087.html.
+        * fast/css/variables/test-suite/091-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/091-expected.html.
+        * fast/css/variables/test-suite/091.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/091.html.
+        * fast/css/variables/test-suite/103-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/103-expected.html.
+        * fast/css/variables/test-suite/103.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/103.html.
+        * fast/css/variables/test-suite/111-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/111-expected.html.
+        * fast/css/variables/test-suite/111.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/111.html.
+        * fast/css/variables/test-suite/115-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/115-expected.html.
+        * fast/css/variables/test-suite/115.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/115.html.
+        * fast/css/variables/test-suite/126-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/126-expected.html.
+        * fast/css/variables/test-suite/126.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/126.html.
+        * fast/css/variables/test-suite/152-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/152-expected.html.
+        * fast/css/variables/test-suite/152.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/152.html.
+        * fast/css/variables/test-suite/159-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/159-expected.html.
+        * fast/css/variables/test-suite/159.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/159.html.
+        * fast/css/variables/test-suite/161-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/161-expected.html.
+        * fast/css/variables/test-suite/161.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/161.html.
+        * fast/css/variables/test-suite/163-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/163-expected.html.
+        * fast/css/variables/test-suite/163.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/163.html.
+        * fast/css/variables/test-suite/169-expected.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/169-expected.html.
+        * fast/css/variables/test-suite/169.html: Renamed from LayoutTests/fast/css/variables/test-suite/failures/169.html.
+
</ins><span class="cx"> 2016-12-14  Dean Jackson  &lt;dino@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Update prefers-reduced-motion syntax
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite024expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures024expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/024-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/024-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/024-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/024-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite024htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures024html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/024.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/024.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/024.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/024.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDO token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body { color: red; }
+@supports (color: var(--a) &lt;!--) {
+  p { color: green; }
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite025expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures025expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/025-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/025-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/025-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/025-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite025htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures025html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/025.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/025.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/025.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/025.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDC token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body { color: red; }
+@supports (color: --&gt; var(--a)) {
+  p { color: green; }
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite026expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures026expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/026-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/026-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/026-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/026-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite026htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures026html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/026.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/026.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/026.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/026.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and balanced braces and square brackets.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body { color: red; }
+@supports (color: { [ var(--a) ] }) {
+  p { color: green; }
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite028expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures028expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/028-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/028-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/028-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/028-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite028htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures028html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/028.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/028.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/028.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/028.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a non-top level ';' token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body { color: red; }
+@supports (color: [;] var(--a)) {
+  p { color: green; }
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite030expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures030expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/030-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/030-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/030-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/030-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite030htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures030html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/030.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/030.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/030.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/030.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a non-top level ';' token in its fallback.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body { color: red; }
+@supports (color: var(--a,(;))) {
+  p { color: green; }
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite054expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures054expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/054-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/054-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/054-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/054-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite054htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures054html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/054.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/054.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/054.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/054.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a CDO token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#syntax&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body { color: red; }
+@supports (--a: var(--b) &lt;!--) {
+  p { color: green; }
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite055expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures055expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/055-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/055-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/055-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/055-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite055htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures055html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/055.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/055.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/055.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/055.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a CDC token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#syntax&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body { color: red; }
+@supports (--a: --&gt; var(--b)) {
+  p { color: green; }
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite056expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures056expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/056-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/056-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/056-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/056-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite056htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures056html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/056.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/056.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/056.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/056.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference and balanced braces and square brackets.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#syntax&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body { color: red; }
+@supports (--a: { [ var(--b) ] }) {
+  p { color: green; }
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite058expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures058expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/058-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/058-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/058-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/058-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite058htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures058html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/058.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/058.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/058.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/058.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a non-top level ';' token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#syntax&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body { color: red; }
+@supports (--a: [;] var(--b)) {
+  p { color: green; }
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite071expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures071expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/071-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/071-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/071-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/071-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite071htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures071html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/071.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/071.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/071.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/071.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test a declaration for a custom property has an invalid value does not cause the @supports rule to fail to parse.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#defining-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body { color: red; }
+@supports (--a: !) or (--a: a) {
+  p { color: green; }
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite081expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures081expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/081-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/081-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/081-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/081-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite081htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures081html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/081.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/081.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/081.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/081.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a non-custom property with a variable reference that has a non-top level ';' token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body {
+  --a: green;
+  color: crimson;
+}
+p {
+  color: red;
+  color: var(--a,(;));
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite082expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures082expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/082-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/082-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/082-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/082-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite082htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures082html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/082.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/082.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/082.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/082.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a non-custom property with a variable reference that has a non-top level '!' token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body {
+  --a: green;
+  color: crimson;
+}
+p {
+  color: red;
+  color: var(--a,(!));
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite085expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures085expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/085-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/085-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/085-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/085-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite085htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures085html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/085.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/085.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/085.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/085.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a non-custom property that consists of a variable reference whose fallback contains a CDO token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body {
+  color: red;
+}
+p {
+  color: crimson;
+  --a: green;
+  color: var(--a, &lt;!--);
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite086expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures086expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/086-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/086-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/086-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/086-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite086htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures086html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/086.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/086.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/086.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/086.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a non-custom property that contains a variable reference and balanced braces and square brackets.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body {
+  color: green;
+}
+p {
+  color: red;
+  color: { [ var(--a) ] };
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite087expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures087expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/087-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/087-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/087-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/087-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite087htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures087html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/087.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/087.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/087.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/087.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a non-custom property that contains a variable reference and a non-top level ';' token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body {
+  color: green;
+}
+p {
+  color: red;
+  color: [;] var(--a);
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite091expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures091expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/091-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/091-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/091-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/091-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite091htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures091html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/091.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/091.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/091.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/091.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared using a lone surrogate.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+p {
+  color: red;
+  --\d800: green;
+  color: var(--\fffd);
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite103expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures103expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/103-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/103-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/103-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/103-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite103htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures103html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/103.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/103.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/103.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/103.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a non-custom property with invalid syntax due to containing a variable reference with fallback that contains a bad URL.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+body {
+  color: orange;
+}
+p {
+  color: green;
+  --a: red;
+  color: var(--a, url(&quot;
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite111expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures111expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/111-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/111-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/111-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/111-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;support/ahem.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot;&gt;
+&lt;meta content=&quot;ahem&quot; name=&quot;flags&quot;&gt;
+&lt;style&gt;
+p {
+  font-family: Ahem, sans-serif;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be in Ahem.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite111htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures111html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/111.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/111.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/111.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/111.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,23 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a variable that consists of a comma-separated font family list with the comma coming from a variable reference.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#syntax&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;reference/variable-declaration-18-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;meta content=&quot;ahem&quot; name=&quot;flags&quot;&gt;
+&lt;link href=&quot;support/ahem.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot;&gt;
+&lt;style&gt;
+body {
+  font-family: serif;
+}
+p {
+  font-family: monospace;
+  --a: Ahem var(--b) sans-serif;
+  --b: ,;
+  font-family: var(--a);
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be in Ahem.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite115expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures115expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/115-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/115-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/115-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/115-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite115htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures115html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/115.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/115.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/115.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/115.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test the use of two variables in a non-custom property where one variable is inherited and the other references a non-existing variable with fallback that consists only of white space.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#using-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+:root {
+  --a: green;
+  color: red;
+}
+p {
+  color: crimson;
+  color: var(--a) var(--b, );
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite126expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures126expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/126-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/126-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/126-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/126-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite126htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures126html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/126.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/126.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/126.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/126.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a variable where the second '-' in the &quot;--&quot; prefix of the custom property name is escaped.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#defining-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+p {
+  color: red;
+}
+p {
+  color: orange;
+  -\2d a: green;
+  color: var(--a);
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite152expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures152expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/152-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/152-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/152-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/152-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite152htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures152html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/152.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/152.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/152.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/152.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a variable where the variable name begins with a lone surrogate.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#defining-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+p {
+  color: red;
+}
+p {
+  color: orange;
+  --\d800: green;
+  color: var(--\fffd);
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite159expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures159expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/159-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/159-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/159-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/159-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite159htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures159html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/159.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/159.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/159.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/159.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a variable with invalid syntax due to having two &quot;!important&quot; priorities.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#syntax&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+p {
+  color: red;
+}
+p {
+  color: orange;
+  --a: green;
+  --b: crimson;
+  --a: var(--b) !important !important;
+  color: var(--a);
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite161expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures161expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/161-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/161-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/161-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/161-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite161htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures161html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/161.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/161.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/161.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/161.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a variable consisting of a variable reference where white space surrounds the comma separating the variable name and fallback.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#syntax&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+p {
+  color: red;
+}
+p {
+  color: orange;
+  --a: var(--b , );
+  color: var(--a) green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite163expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures163expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/163-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/163-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/163-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/163-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite163htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures163html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/163.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/163.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/163.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/163.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a variable with a trailing invalid token.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#defining-variables&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+p {
+  color: var(--a);
+  --a: green;
+  --a: red);
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite169expectedhtmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures169expectedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/169-expected.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/169-expected.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/169-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/169-expected.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Reftest Reference&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;style&gt;
+p {
+  color: green;
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssvariablestestsuite169htmlfromrev209842trunkLayoutTestsfastcssvariablestestsuitefailures169html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/css/variables/test-suite/169.html (from rev 209842, trunk/LayoutTests/fast/css/variables/test-suite/failures/169.html) (0 => 209843)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/variables/test-suite/169.html                                (rev 0)
+++ trunk/LayoutTests/fast/css/variables/test-suite/169.html        2016-12-15 00:35:06 UTC (rev 209843)
</span><span class="lines">@@ -0,0 +1,23 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+--&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;CSS Test: Test declaring a variable that consists of a function where all of the arguments and commas are made up of variable references.&lt;/title&gt;
+&lt;link href=&quot;mailto:cam@mcc.id.au&quot; rel=&quot;author&quot; title=&quot;Cameron McCormack&quot;&gt;
+&lt;link href=&quot;http://www.w3.org/TR/css-variables-1/#syntax&quot; rel=&quot;help&quot;&gt;
+&lt;link href=&quot;support/color-green-ref.htm&quot; rel=&quot;match&quot;&gt;
+&lt;style&gt;
+p {
+  color: red;
+}
+p {
+  color: orange;
+  --a: rgb(var(--b)var(--c)var(--d));
+  --b: 0,;
+  --c: 128,;
+  --d: 0;
+  color: var(--a);
+}
+&lt;/style&gt;
+&lt;/head&gt;&lt;body&gt;&lt;p&gt;This text must be green.&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>