Title: [116734] trunk/LayoutTests
Revision
116734
Author
o...@webkit.org
Date
2012-05-11 00:11:31 -0700 (Fri, 11 May 2012)

Log Message

Unreviewed gardening.

* fast/css/getComputedStyle/computed-style-expected.txt: Updated after r116723.
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Updated after r116723.
* platform/qt/Skipped: Skip new crashing and failing tests.
* platform/qt/svg/css/getComputedStyle-basic-expected.txt: Updated after r116723.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (116733 => 116734)


--- trunk/LayoutTests/ChangeLog	2012-05-11 07:00:46 UTC (rev 116733)
+++ trunk/LayoutTests/ChangeLog	2012-05-11 07:11:31 UTC (rev 116734)
@@ -1,3 +1,12 @@
+2012-05-11  Csaba Osztrogonác  <o...@webkit.org>
+
+        Unreviewed gardening.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt: Updated after r116723.
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Updated after r116723.
+        * platform/qt/Skipped: Skip new crashing and failing tests.
+        * platform/qt/svg/css/getComputedStyle-basic-expected.txt: Updated after r116723.
+
 2012-05-10  MORITA Hajime  <morr...@google.com>
 
         ElementShadow should minimize the usage of "ShadowRoot" name

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-11 07:00:46 UTC (rev 116733)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-11 07:11:31 UTC (rev 116734)
@@ -83,6 +83,7 @@
 right: auto;
 speak: normal;
 table-layout: auto;
+tab-size: 8;
 text-align: -webkit-auto;
 text-decoration: none;
 text-indent: 0px;

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-05-11 07:00:46 UTC (rev 116733)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-05-11 07:11:31 UTC (rev 116734)
@@ -82,6 +82,7 @@
     right: auto
     speak: normal
     table-layout: auto
+    tab-size: 8
     text-align: -webkit-auto
     text-decoration: none
     text-indent: 0px

Modified: trunk/LayoutTests/platform/qt/Skipped (116733 => 116734)


--- trunk/LayoutTests/platform/qt/Skipped	2012-05-11 07:00:46 UTC (rev 116733)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-05-11 07:11:31 UTC (rev 116734)
@@ -2555,3 +2555,15 @@
 # [Qt] new test http/tests/cookies/single-quoted-value.html is failing
 # https://bugs.webkit.org/show_bug.cgi?id=86066
 http/tests/cookies/single-quoted-value.html
+
+# ietestcenter/css3/valuesandunits/units-000.htm asserts
+# https://bugs.webkit.org/show_bug.cgi?id=86176
+ietestcenter/css3/valuesandunits/units-000.htm
+
+# Viewport attribute values are leaked when document.write() is used.
+# https://bugs.webkit.org/show_bug.cgi?id=86077
+html5lib/runner.html
+
+# [Qt] tab-size CSS property doesn't work at all
+# https://bugs.webkit.org/show_bug.cgi?id=86179
+fast/css/tab-size.html

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


--- trunk/LayoutTests/platform/qt/svg/css/getComputedStyle-basic-expected.txt	2012-05-11 07:00:46 UTC (rev 116733)
+++ trunk/LayoutTests/platform/qt/svg/css/getComputedStyle-basic-expected.txt	2012-05-11 07:11:31 UTC (rev 116734)
@@ -164,6 +164,8 @@
 rect: style.getPropertyCSSValue(speak) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(table-layout) : auto
 rect: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(tab-size) : 8
+rect: style.getPropertyCSSValue(tab-size) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(text-align) : -webkit-auto
 rect: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(text-decoration) : none
@@ -690,6 +692,8 @@
 g: style.getPropertyCSSValue(speak) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(table-layout) : auto
 g: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(tab-size) : 8
+g: style.getPropertyCSSValue(tab-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(text-align) : -webkit-auto
 g: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(text-decoration) : none
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to