Title: [97520] trunk/LayoutTests
- Revision
- 97520
- Author
- dglaz...@chromium.org
- Date
- 2011-10-14 15:35:26 -0700 (Fri, 14 Oct 2011)
Log Message
[Chromium] Update expectations after r97502.
* platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt: Added.
* platform/chromium/test_expectations.txt:
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (97519 => 97520)
--- trunk/LayoutTests/ChangeLog 2011-10-14 22:24:24 UTC (rev 97519)
+++ trunk/LayoutTests/ChangeLog 2011-10-14 22:35:26 UTC (rev 97520)
@@ -1,3 +1,10 @@
+2011-10-14 Dimitri Glazkov <dglaz...@chromium.org>
+
+ [Chromium] Update expectations after r97502.
+
+ * platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
2011-10-14 Chang Shu <c...@webkit.org>
[Qt] Enable fullscreen api on Qt
Added: trunk/LayoutTests/platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt (0 => 97520)
--- trunk/LayoutTests/platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt 2011-10-14 22:35:26 UTC (rev 97520)
@@ -0,0 +1,25 @@
+Test computed style for the border-image property and sub-properties
+
+PASS computedBorderImageStyle('12 11 12 11', 'border-image-slice') is '12 11'
+PASS computedBorderImageStyle('url(test.png) 12 11 repeat stretch', 'border-image-slice') is '12 11'
+PASS computedBorderImageStyle('url(test.png) 1 2 3 4 repeat stretch', 'border-image-slice') is '1 2 3 4'
+PASS computedBorderImageStyle('url(test.png) 12 repeat stretch', 'border-image-slice') is '12'
+PASS computedBorderImageStyle('url(test.png) 10 10 5 5 repeat stretch', 'border-image-slice') is '10 10 5 5'
+PASS computedBorderImageStyle('url(test.png) 10 a b c repeat stretch', 'border-image-slice') is '100%'
+PASS computedBorderImageStyle('url(test.png) 10 20 fill', 'border-image-slice') is '10 20 fill'
+PASS computedBorderImageStyle('url(dummy://test.png) 10 10 10 10 repeat stretch', 'border-image-source') is 'url(dummy://test.png)'
+PASS computedBorderImageStyle('url(test.png) 10', 'border-image-repeat') is 'stretch'
+PASS computedBorderImageStyle('url(test.png) 10 stretch', 'border-image-repeat') is 'stretch'
+PASS computedBorderImageStyle('url(test.png) 10 kittens', 'border-image-repeat') is 'stretch'
+PASS computedBorderImageStyle('url(test.png) 10 stretch stretch fill', 'border-image-repeat') is 'stretch'
+PASS computedBorderImageStyle('url(test.png) 10 repeat stretch', 'border-image-repeat') is 'repeat stretch'
+PASS computedBorderImageStyle('url(test.png) 10 round space', 'border-image-repeat') is 'round space'
+PASS computedBorderImageStyle('url(test.png) 10 / 13px 1.5em 1em 10px', 'border-image-width') is '13px 24px 16px 10px'
+PASS computedBorderImageStyle('url(test.png) 10 / 14px 10%', 'border-image-width') is '14px 10%'
+PASS computedBorderImageStyle('url(test.png) 10 / 13px / 11px', 'border-image-outset') is '11px'
+PASS computedBorderImageStyle('url(test.png) 10 / 13px / 11px', 'border-image-outset') is '11px'
+PASS computedBorderImageStyle('url(test.png) 10 / 13px / 11px repeat stretch', 'border-image-outset') is '11px'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Property changes on: trunk/LayoutTests/platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt
___________________________________________________________________
Added: svn:eol-style
Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (97519 => 97520)
--- trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-10-14 22:24:24 UTC (rev 97519)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-10-14 22:35:26 UTC (rev 97520)
@@ -3823,5 +3823,3 @@
BUGWK70066 SKIP : fast/hidpi = TIMEOUT
BUGWK70069 : http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1.php = MISSING
BUGWK70151 : fast/css/clip-text-in-scaled-div.html = FAIL
-// Waiting on new results
-BUG_DGLAZKOV : fast/css/getComputedStyle/computed-style-border-image.html = TEXT
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes