Diff
Modified: trunk/LayoutTests/ChangeLog (94225 => 94226)
--- trunk/LayoutTests/ChangeLog 2011-08-31 20:52:10 UTC (rev 94225)
+++ trunk/LayoutTests/ChangeLog 2011-08-31 20:53:04 UTC (rev 94226)
@@ -1,3 +1,15 @@
+2011-08-31 David Levin <[email protected]>
+
+ [chromium] Update test expectation due to r94206 and r94211.
+
+ * platform/chromium-win/fast/borders/border-image-source-expected.png: Added.
+ * platform/chromium-win/fast/borders/border-image-source-expected.txt: Added.
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+ * platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.png:
+ * platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.png:
+
2011-08-31 Tom Sepez <[email protected]>
Fix XSS filter bypass by multiply decoding both the URL and the body
Added: trunk/LayoutTests/platform/chromium-win/fast/borders/border-image-source-expected.png
(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-win/fast/borders/border-image-source-expected.png
___________________________________________________________________
Added: svn:mime-type
Added: trunk/LayoutTests/platform/chromium-win/fast/borders/border-image-source-expected.txt (0 => 94226)
--- trunk/LayoutTests/platform/chromium-win/fast/borders/border-image-source-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-win/fast/borders/border-image-source-expected.txt 2011-08-31 20:53:04 UTC (rev 94226)
@@ -0,0 +1,17 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {DIV} at (10,10) size 126x126 [border: (21px none #000000) (30px none #000000) (21px none #000000)]
+ RenderText {#text} at (146,131) size 4x19
+ text run at (146,131) width 4: " "
+ RenderBlock {DIV} at (160,10) size 126x126 [border: (21px none #000000) (30px none #000000) (21px none #000000)]
+ RenderText {#text} at (296,131) size 4x19
+ text run at (296,131) width 4: " "
+ RenderBR {BR} at (0,0) size 0x0
+ RenderBlock {DIV} at (10,161) size 126x126 [border: (21px none #000000) (30px none #000000) (21px none #000000)]
+ RenderText {#text} at (146,282) size 4x19
+ text run at (146,282) width 4: " "
+ RenderBlock {DIV} at (160,161) size 126x126 [border: (21px none #000000) (30px none #000000) (21px none #000000)]
+ RenderText {#text} at (0,0) size 0x0
Property changes on: trunk/LayoutTests/platform/chromium-win/fast/borders/border-image-source-expected.txt
___________________________________________________________________
Added: svn:eol-style
Modified: trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt (94225 => 94226)
--- trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt 2011-08-31 20:52:10 UTC (rev 94225)
+++ trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt 2011-08-31 20:53:04 UTC (rev 94226)
@@ -14,6 +14,7 @@
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: separate;
+border-image-source: none;
border-left-color: rgb(0, 0, 0);
border-left-style: none;
border-left-width: 0px;
@@ -154,6 +155,7 @@
-webkit-marquee-style: scroll;
-webkit-mask-attachment: scroll;
-webkit-mask-box-image: none;
+-webkit-mask-box-image-source: none;
-webkit-mask-clip: border-box;
-webkit-mask-composite: source-over;
-webkit-mask-image: none;
Modified: trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (94225 => 94226)
--- trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt 2011-08-31 20:52:10 UTC (rev 94225)
+++ trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt 2011-08-31 20:53:04 UTC (rev 94226)
@@ -13,6 +13,7 @@
border-bottom-style: none
border-bottom-width: 0px
border-collapse: separate
+ border-image-source: none
border-left-color: rgb(0, 0, 0)
border-left-style: none
border-left-width: 0px
@@ -153,6 +154,7 @@
-webkit-marquee-style: scroll
-webkit-mask-attachment: scroll
-webkit-mask-box-image: none
+ -webkit-mask-box-image-source: none
-webkit-mask-clip: border-box
-webkit-mask-composite: source-over
-webkit-mask-image: none
Modified: trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt (94225 => 94226)
--- trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt 2011-08-31 20:52:10 UTC (rev 94225)
+++ trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt 2011-08-31 20:53:04 UTC (rev 94226)
@@ -26,6 +26,8 @@
rect: style.getPropertyCSSValue(border-bottom-width) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(border-collapse) : separate
rect: style.getPropertyCSSValue(border-collapse) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(border-image-source) : none
+rect: style.getPropertyCSSValue(border-image-source) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(border-left-color) : rgb(0, 0, 0)
rect: style.getPropertyCSSValue(border-left-color) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(border-left-style) : none
@@ -306,6 +308,8 @@
rect: style.getPropertyCSSValue(-webkit-mask-attachment) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-mask-box-image) : none
rect: style.getPropertyCSSValue(-webkit-mask-box-image) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-mask-box-image-source) : none
+rect: style.getPropertyCSSValue(-webkit-mask-box-image-source) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-mask-clip) : border-box
rect: style.getPropertyCSSValue(-webkit-mask-clip) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-mask-composite) : source-over
@@ -484,6 +488,8 @@
g: style.getPropertyCSSValue(border-bottom-width) : [object CSSPrimitiveValue]
g: style.getPropertyValue(border-collapse) : separate
g: style.getPropertyCSSValue(border-collapse) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(border-image-source) : none
+g: style.getPropertyCSSValue(border-image-source) : [object CSSPrimitiveValue]
g: style.getPropertyValue(border-left-color) : rgb(0, 0, 0)
g: style.getPropertyCSSValue(border-left-color) : [object CSSPrimitiveValue]
g: style.getPropertyValue(border-left-style) : none
@@ -764,6 +770,8 @@
g: style.getPropertyCSSValue(-webkit-mask-attachment) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-mask-box-image) : none
g: style.getPropertyCSSValue(-webkit-mask-box-image) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-mask-box-image-source) : none
+g: style.getPropertyCSSValue(-webkit-mask-box-image-source) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-mask-clip) : border-box
g: style.getPropertyCSSValue(-webkit-mask-clip) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-mask-composite) : source-over
Modified: trunk/LayoutTests/platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.png
(Binary files differ)