Title: [97524] trunk/LayoutTests
- Revision
- 97524
- Author
- [email protected]
- Date
- 2011-10-14 15:45:54 -0700 (Fri, 14 Oct 2011)
Log Message
Fix the bad expected result that I added earlier.
* fast/css/getComputedStyle/computed-style-border-image-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (97523 => 97524)
--- trunk/LayoutTests/ChangeLog 2011-10-14 22:42:17 UTC (rev 97523)
+++ trunk/LayoutTests/ChangeLog 2011-10-14 22:45:54 UTC (rev 97524)
@@ -1,3 +1,9 @@
+2011-10-14 Simon Fraser <[email protected]>
+
+ Fix the bad expected result that I added earlier.
+
+ * fast/css/getComputedStyle/computed-style-border-image-expected.txt:
+
2011-10-14 Ryosuke Niwa <[email protected]>
nrwt's results.html should show crashed tests before flaky tests
Modified: trunk/LayoutTests/fast/css/getComputedStyle/computed-style-border-image-expected.txt (97523 => 97524)
--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-border-image-expected.txt 2011-10-14 22:42:17 UTC (rev 97523)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-border-image-expected.txt 2011-10-14 22:45:54 UTC (rev 97524)
@@ -1,4 +1,3 @@
-Blocked access to external URL http://www.example.com/test.png
Test computed style for the border-image property and sub-properties
PASS computedBorderImageStyle('12 11 12 11', 'border-image-slice') is '12 11'
@@ -8,7 +7,7 @@
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'
-FAIL computedBorderImageStyle('url(http://www.example.com/test.png) 10 10 10 10 repeat stretch', 'border-image-source') should be url(http://www.example.com/test.png). Was none.
+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'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes