Title: [171681] trunk/LayoutTests
Revision
171681
Author
zol...@webkit.org
Date
2014-07-28 12:02:20 -0700 (Mon, 28 Jul 2014)

Log Message

[CSS3-Text] Update text-expectations after r171677

Unreviewed.

* fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt:
* fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (171680 => 171681)


--- trunk/LayoutTests/ChangeLog	2014-07-28 17:40:46 UTC (rev 171680)
+++ trunk/LayoutTests/ChangeLog	2014-07-28 19:02:20 UTC (rev 171681)
@@ -1,5 +1,14 @@
 2014-07-28  Zoltan Horvath  <zol...@webkit.org>
 
+        [CSS3-Text] Update text-expectations after r171677
+
+        Unreviewed.
+
+        * fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt:
+        * fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited-expected.txt:
+
+2014-07-28  Zoltan Horvath  <zol...@webkit.org>
+
         [CSS3-Text] Adjust text-justify implementation to the latest spec
         https://bugs.webkit.org/show_bug.cgi?id=135317
 

Modified: trunk/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt (171680 => 171681)


--- trunk/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt	2014-07-28 17:40:46 UTC (rev 171680)
+++ trunk/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt	2014-07-28 19:02:20 UTC (rev 171681)
@@ -25,30 +25,12 @@
 PASS computedStyle.webkitTextJustify is 'inter-word'
 PASS computedStyle.getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-word'
 
-Value 'inter-ideograph':
-PASS e.style.webkitTextJustify is 'inter-ideograph'
-PASS e.style.getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-ideograph'
-PASS computedStyle.webkitTextJustify is 'inter-ideograph'
-PASS computedStyle.getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-ideograph'
-
-Value 'inter-cluster':
-PASS e.style.webkitTextJustify is 'inter-cluster'
-PASS e.style.getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-cluster'
-PASS computedStyle.webkitTextJustify is 'inter-cluster'
-PASS computedStyle.getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-cluster'
-
 Value 'distribute':
 PASS e.style.webkitTextJustify is 'distribute'
 PASS e.style.getPropertyCSSValue('-webkit-text-justify').cssText is 'distribute'
 PASS computedStyle.webkitTextJustify is 'distribute'
 PASS computedStyle.getPropertyCSSValue('-webkit-text-justify').cssText is 'distribute'
 
-Value 'kashida':
-PASS e.style.webkitTextJustify is 'kashida'
-PASS e.style.getPropertyCSSValue('-webkit-text-justify').cssText is 'kashida'
-PASS computedStyle.webkitTextJustify is 'kashida'
-PASS computedStyle.getPropertyCSSValue('-webkit-text-justify').cssText is 'kashida'
-
 Invalid value test - '-webkit-left':
 PASS e.style.webkitTextJustify is 'auto'
 PASS e.style.getPropertyCSSValue('-webkit-text-justify').cssText is 'auto'
@@ -109,6 +91,24 @@
 PASS computedStyle.webkitTextJustify is 'auto'
 PASS computedStyle.getPropertyCSSValue('-webkit-text-justify').cssText is 'auto'
 
+Invalid value test - 'inter-ideograph':
+PASS e.style.webkitTextJustify is 'auto'
+PASS e.style.getPropertyCSSValue('-webkit-text-justify').cssText is 'auto'
+PASS computedStyle.webkitTextJustify is 'auto'
+PASS computedStyle.getPropertyCSSValue('-webkit-text-justify').cssText is 'auto'
+
+Invalid value test - 'inter-cluster':
+PASS e.style.webkitTextJustify is 'auto'
+PASS e.style.getPropertyCSSValue('-webkit-text-justify').cssText is 'auto'
+PASS computedStyle.webkitTextJustify is 'auto'
+PASS computedStyle.getPropertyCSSValue('-webkit-text-justify').cssText is 'auto'
+
+Invalid value test - 'kashida':
+PASS e.style.webkitTextJustify is 'auto'
+PASS e.style.getPropertyCSSValue('-webkit-text-justify').cssText is 'auto'
+PASS computedStyle.webkitTextJustify is 'auto'
+PASS computedStyle.getPropertyCSSValue('-webkit-text-justify').cssText is 'auto'
+
 Computed value test - 'inherit':
 PASS e.style.webkitTextJustify is 'inherit'
 PASS e.style.getPropertyCSSValue('-webkit-text-justify').cssText is 'inherit'

Modified: trunk/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited-expected.txt (171680 => 171681)


--- trunk/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited-expected.txt	2014-07-28 17:40:46 UTC (rev 171680)
+++ trunk/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited-expected.txt	2014-07-28 19:02:20 UTC (rev 171681)
@@ -15,30 +15,18 @@
 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-word'
 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-word'
 
-Value of ancestor is 'inter-ideograph':
-PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-ideograph'
-PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-ideograph'
-
-Value of ancestor is 'inter-cluster':
-PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-cluster'
-PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-cluster'
-
 Value of ancestor is 'distribute':
 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText is 'distribute'
 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText is 'distribute'
 
-Value of ancestor is 'kashida':
-PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText is 'kashida'
-PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText is 'kashida'
-
-Value of ancestor is 'inter-word, while child is 'inter-cluster':
+Value of ancestor is 'inter-word, while child is 'distribute':
 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-word'
-PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-cluster'
-
-Value of ancestor is 'inter-ideograph, while child is 'distribute':
-PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText is 'inter-ideograph'
 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText is 'distribute'
 
+Value of ancestor is 'distribute, while child is 'none':
+PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText is 'distribute'
+PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText is 'none'
+
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to