Title: [114840] trunk/LayoutTests
Revision
114840
Author
[email protected]
Date
2012-04-21 01:37:00 -0700 (Sat, 21 Apr 2012)

Log Message

Unreviewed gardening after r114766.

* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/qt/svg/css/getComputedStyle-basic-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (114839 => 114840)


--- trunk/LayoutTests/ChangeLog	2012-04-21 07:21:15 UTC (rev 114839)
+++ trunk/LayoutTests/ChangeLog	2012-04-21 08:37:00 UTC (rev 114840)
@@ -1,3 +1,11 @@
+2012-04-21  Csaba Osztrogonác  <[email protected]>
+
+        Unreviewed gardening after r114766.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
+
 2012-04-21  Martin Robinson  <[email protected]>
 
         Rebaseline the last set of GTK+ tests after font metrics and mock scrollbar changes.

Modified: trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt (114839 => 114840)


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2012-04-21 07:21:15 UTC (rev 114839)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2012-04-21 08:37:00 UTC (rev 114840)
@@ -142,6 +142,7 @@
 -webkit-column-rule-width: 0px;
 -webkit-column-span: 1;
 -webkit-column-width: auto;
+-webkit-filter: none;
 -webkit-flex: 0 0 auto;
 -webkit-flex-order: 0;
 -webkit-flex-pack: start;

Modified: trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (114839 => 114840)


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-04-21 07:21:15 UTC (rev 114839)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-04-21 08:37:00 UTC (rev 114840)
@@ -141,6 +141,7 @@
     -webkit-column-rule-width: 0px
     -webkit-column-span: 1
     -webkit-column-width: auto
+    -webkit-filter: none
     -webkit-flex: 0 0 auto
     -webkit-flex-order: 0
     -webkit-flex-pack: start

Modified: trunk/LayoutTests/platform/qt/svg/css/getComputedStyle-basic-expected.txt (114839 => 114840)


--- trunk/LayoutTests/platform/qt/svg/css/getComputedStyle-basic-expected.txt	2012-04-21 07:21:15 UTC (rev 114839)
+++ trunk/LayoutTests/platform/qt/svg/css/getComputedStyle-basic-expected.txt	2012-04-21 08:37:00 UTC (rev 114840)
@@ -282,6 +282,8 @@
 rect: style.getPropertyCSSValue(-webkit-column-span) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-column-width) : auto
 rect: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-filter) : none
+rect: style.getPropertyCSSValue(-webkit-filter) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-flex) : 0 0 auto
 rect: style.getPropertyCSSValue(-webkit-flex) : [object CSSValueList]
 rect: style.getPropertyValue(-webkit-flex-order) : 0
@@ -806,6 +808,8 @@
 g: style.getPropertyCSSValue(-webkit-column-span) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-column-width) : auto
 g: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-filter) : none
+g: style.getPropertyCSSValue(-webkit-filter) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-flex) : 0 0 auto
 g: style.getPropertyCSSValue(-webkit-flex) : [object CSSValueList]
 g: style.getPropertyValue(-webkit-flex-order) : 0
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to