Title: [119319] trunk/LayoutTests
Revision
119319
Author
[email protected]
Date
2012-06-02 07:48:43 -0700 (Sat, 02 Jun 2012)

Log Message

[Qt] Unreviewed fix after r119255.

* platform/qt/svg/css/getComputedStyle-basic-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (119318 => 119319)


--- trunk/LayoutTests/ChangeLog	2012-06-02 14:01:16 UTC (rev 119318)
+++ trunk/LayoutTests/ChangeLog	2012-06-02 14:48:43 UTC (rev 119319)
@@ -1,3 +1,9 @@
+2012-06-02  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed fix after r119255.
+
+        * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
+
 2012-06-02  Ryosuke Niwa  <[email protected]>
 
         Rename test_expectations.txt to TestExpectations.

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


--- trunk/LayoutTests/platform/qt/svg/css/getComputedStyle-basic-expected.txt	2012-06-02 14:01:16 UTC (rev 119318)
+++ trunk/LayoutTests/platform/qt/svg/css/getComputedStyle-basic-expected.txt	2012-06-02 14:48:43 UTC (rev 119319)
@@ -916,6 +916,8 @@
 g: style.getPropertyCSSValue(-webkit-mask-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-nbsp-mode) : normal
 g: style.getPropertyCSSValue(-webkit-nbsp-mode) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-order) : 0
+g: style.getPropertyCSSValue(-webkit-order) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective) : none
 g: style.getPropertyCSSValue(-webkit-perspective) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to