Commit b861641b authored by hyatt's avatar hyatt

Land updated computed style results.

git-svn-id: svn://svn.chromium.org/blink/trunk@18689 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 583bbe88
...@@ -13,10 +13,10 @@ background-position-y: auto; ...@@ -13,10 +13,10 @@ background-position-y: auto;
border-collapse: separate; border-collapse: separate;
-webkit-border-horizontal-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px; -webkit-border-vertical-spacing: 0px;
border-top-color: rgba(0, 0, 0, 0); border-top-color: rgb(0, 0, 0);
border-right-color: rgba(0, 0, 0, 0); border-right-color: rgb(0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0); border-bottom-color: rgb(0, 0, 0);
border-left-color: rgba(0, 0, 0, 0); border-left-color: rgb(0, 0, 0);
border-top-style: none; border-top-style: none;
border-right-style: none; border-right-style: none;
border-bottom-style: none; border-bottom-style: none;
...@@ -40,7 +40,7 @@ clear: none; ...@@ -40,7 +40,7 @@ clear: none;
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
-webkit-column-count: auto; -webkit-column-count: auto;
-webkit-column-gap: normal; -webkit-column-gap: normal;
-webkit-column-rule-color: rgba(0, 0, 0, 0); -webkit-column-rule-color: rgb(0, 0, 0);
-webkit-column-rule-style: none; -webkit-column-rule-style: none;
-webkit-column-rule-width: 0px; -webkit-column-rule-width: 0px;
-webkit-column-break-before: auto; -webkit-column-break-before: auto;
...@@ -100,11 +100,11 @@ table-layout: auto; ...@@ -100,11 +100,11 @@ table-layout: auto;
text-align: auto; text-align: auto;
text-decoration: none; text-decoration: none;
-webkit-text-decorations-in-effect: none; -webkit-text-decorations-in-effect: none;
-webkit-text-fill-color: rgba(0, 0, 0, 0); -webkit-text-fill-color: rgb(0, 0, 0);
text-indent: 0px; text-indent: 0px;
text-shadow: none; text-shadow: none;
-webkit-text-security: none; -webkit-text-security: none;
-webkit-text-stroke-color: rgba(0, 0, 0, 0); -webkit-text-stroke-color: rgb(0, 0, 0);
-webkit-text-stroke-width: 0; -webkit-text-stroke-width: 0;
text-transform: none; text-transform: none;
top: auto; top: auto;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment