Title: [104202] branches/safari-534.54-branch/LayoutTests
Diff
Modified: branches/safari-534.54-branch/LayoutTests/ChangeLog (104201 => 104202)
--- branches/safari-534.54-branch/LayoutTests/ChangeLog 2012-01-05 21:01:28 UTC (rev 104201)
+++ branches/safari-534.54-branch/LayoutTests/ChangeLog 2012-01-05 21:04:16 UTC (rev 104202)
@@ -1,5 +1,15 @@
2011-1-5 Lucas Forschler <[email protected]>
+ Merge 97524
+
+ 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-1-5 Lucas Forschler <[email protected]>
+
Merge 97502
2011-10-14 Simon Fraser <[email protected]>
Modified: branches/safari-534.54-branch/LayoutTests/fast/css/getComputedStyle/computed-style-border-image-expected.txt (104201 => 104202)
--- branches/safari-534.54-branch/LayoutTests/fast/css/getComputedStyle/computed-style-border-image-expected.txt 2012-01-05 21:01:28 UTC (rev 104201)
+++ branches/safari-534.54-branch/LayoutTests/fast/css/getComputedStyle/computed-style-border-image-expected.txt 2012-01-05 21:04:16 UTC (rev 104202)
@@ -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