Title: [97526] trunk/LayoutTests
- Revision
- 97526
- Author
- [email protected]
- Date
- 2011-10-14 15:51:17 -0700 (Fri, 14 Oct 2011)
Log Message
[Chromium] Remove the duplicelious expectation.
* platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt: Removed.
Modified Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (97525 => 97526)
--- trunk/LayoutTests/ChangeLog 2011-10-14 22:49:25 UTC (rev 97525)
+++ trunk/LayoutTests/ChangeLog 2011-10-14 22:51:17 UTC (rev 97526)
@@ -1,3 +1,9 @@
+2011-10-14 Dimitri Glazkov <[email protected]>
+
+ [Chromium] Remove the duplicelious expectation.
+
+ * platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt: Removed.
+
2011-09-28 Robert Hogan <[email protected]>
Replaced elements squeezed when width is specified as percentage inside a table with Auto layout
Deleted: trunk/LayoutTests/platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt (97525 => 97526)
--- trunk/LayoutTests/platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt 2011-10-14 22:49:25 UTC (rev 97525)
+++ trunk/LayoutTests/platform/chromium/fast/css/getComputedStyle/computed-style-border-image-expected.txt 2011-10-14 22:51:17 UTC (rev 97526)
@@ -1,25 +0,0 @@
-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
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes