1 2011-07-15 Gavin Barraclough <barraclough@apple.com>
3 NativeError.prototype objects have [[Class]] of "Object" but should be "Error"
4 https://bugs.webkit.org/show_bug.cgi?id=55346
6 Reviewed by Sam Weinig.
10 * fast/js/native-error-prototype-expected.txt: Added.
11 * fast/js/native-error-prototype.html: Added.
12 * fast/js/script-tests/native-error-prototype.js: Added.
14 2011-06-27 Adrienne Walker <enne@google.com>
16 Reviewed by Simon Fraser.
18 Overlap map for compositing needs to consider clipping
19 https://bugs.webkit.org/show_bug.cgi?id=63493
21 Added new test. limit-layer-bounds-clipping-ancestor had changed
22 behavior because some layers no longer needed to become composited.
23 Adjusted that test to be less platform-specific as well.
25 * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
26 * compositing/geometry/limit-layer-bounds-clipping-ancestor.html:
27 * compositing/layer-creation/overlap-clipping-expected.txt: Added.
28 * compositing/layer-creation/overlap-clipping.html: Added.
29 * platform/chromium-gpu-mac/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Removed.
30 * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Removed.
32 2011-07-15 Kenneth Russell <kbr@google.com>
34 Don't restore WebGL context if it was guilty of a graphics reset
35 https://bugs.webkit.org/show_bug.cgi?id=64497
37 Reviewed by Stephen White.
39 Updated expectations for context-lost test and added comment about
40 the order of event delivery. Per the specification of the
41 WEBKIT_lose_context extension, the previous expectations were wrong.
43 * fast/canvas/webgl/context-lost-expected.txt:
44 * fast/canvas/webgl/context-lost.html:
46 2011-07-15 Adrienne Walker <enne@google.com>
48 [chromium] Re-mark tests as failing as a result of r91069
49 https://bugs.webkit.org/show_bug.cgi?id=64368
53 senorblanco checked in baselines, but these tests appear to still be failing.
55 * platform/chromium/test_expectations.txt:
57 2011-07-15 Sam Weinig <sam@webkit.org>
59 Reviewed by Simon Fraser.
61 We should import the CSS 3 Selectors test suite
62 https://bugs.webkit.org/show_bug.cgi?id=64610
64 Add dump of the CSS 3 Selectors test suite from http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/.
65 Add standalone versions of the html, xhtml and xml suites.
67 * css3/selectors3: Added.
68 * css3/selectors3/html: Added.
69 * css3/selectors3/xhtml: Added.
70 * css3/selectors3/xml: Added.
71 * platform/mac/css3/selectors3: Added.
72 * platform/mac/css3/selectors3/html: Added.
73 * platform/mac/css3/selectors3/xhtml: Added.
74 * platform/mac/css3/selectors3/xml: Added.
75 [Individual tests elided]
77 * platform/gtk/Skipped:
78 * platform/qt/Skipped:
79 * platform/win/Skipped:
80 Added css3/selectors3 pending results.
82 2011-07-15 Stephen White <senorblanco@chromium.org>
84 Unreviewed. Updated chromium test expectations.
86 * platform/chromium/test_expectations.txt:
88 2011-07-15 Vincent Scheib <scheib@chromium.org>
90 [chromium] updated test expectations.
92 * platform/chromium/test_expectations.txt:
94 2011-07-14 Gavin Barraclough <barraclough@apple.com>
96 https://bugs.webkit.org/show_bug.cgi?id=64250
97 Global strict mode function leaking global object as "this".
99 Reviewed by Oliver Hunt.
101 Add test case / update test results.
103 * fast/js/call-base-resolution-expected.txt: Added.
104 * fast/js/call-base-resolution.html: Added.
105 - Add test for ES5 correct this value resolution in calls.
106 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T3-expected.txt:
107 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T3-expected.txt:
108 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T3-expected.txt:
109 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T3-expected.txt:
110 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T3-expected.txt:
111 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T3-expected.txt:
112 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T3-expected.txt:
113 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T3-expected.txt:
114 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T3-expected.txt:
115 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T3-expected.txt:
116 - Check in failing results for these tests - these tests were asserting incorrect behaviour,
117 and have since been fixed in test-262, see https://bugs.ecmascript.org/show_bug.cgi?id=117
119 2011-07-15 Stephen White <senorblanco@chromium.org>
121 Unreviewed. Yet more chromium test baselines.
123 Somehow I messed these up in my mass-rebaselining.
125 * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.png:
126 * platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.png:
128 2011-07-15 Stephen White <senorblanco@chromium.org>
130 Unreviewed; chromium test expectations update.
132 Remove some now-passing tests from chromium's text_expectations.
134 * platform/chromium/test_expectations.txt:
136 2011-07-15 Stephen White <senorblanco@chromium.org>
138 Unreviewed. New chromium test baselines after r91069.
140 * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png:
141 * platform/chromium-win-vista/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Removed.
142 * platform/chromium-win-vista/fast/block: Added.
143 * platform/chromium-win-vista/fast/block/positioning: Added.
144 * platform/chromium-win-vista/fast/block/positioning/auto: Added.
145 * platform/chromium-win-vista/fast/block/positioning/auto/vertical-lr: Added.
146 * platform/chromium-win-vista/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
147 * platform/chromium-win-vista/fast/block/positioning/auto/vertical-rl: Added.
148 * platform/chromium-win-vista/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
149 * platform/chromium-win-vista/fast/blockflow/english-lr-text-expected.png: Added.
150 * platform/chromium-win-vista/fast/blockflow/fallback-orientation-expected.png:
151 * platform/chromium-win-vista/fast/text/stroking-decorations-expected.png: Added.
152 * platform/chromium-win-vista/fast/text/stroking-expected.png: Added.
153 * platform/chromium-win-vista/platform/chromium/fast/text/text-stroke-with-border-expected.png: Removed.
154 * platform/chromium-win-vista/svg/W3C-I18N: Added.
155 * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
156 * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
157 * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added.
158 * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added.
159 * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
160 * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
161 * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
162 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
163 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
164 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
165 * platform/chromium-win-vista/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
166 * platform/chromium-win-vista/svg/batik/text/textFeatures-expected.png: Removed.
167 * platform/chromium-win-vista/svg/custom/foreign-object-skew-expected.png: Removed.
168 * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
169 * platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.png:
170 * platform/chromium-win-vista/svg/zoom/text: Added.
171 * platform/chromium-win-vista/svg/zoom/text/zoom-foreignObject-expected.png: Added.
172 * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
173 * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
174 * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
175 * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
176 * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
177 * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
178 * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
179 * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
180 * platform/chromium-win-xp/fast/blockflow/fallback-orientation-expected.png:
181 * platform/chromium-win-xp/fast/blockflow/japanese-lr-text-expected.png: Added.
182 * platform/chromium-win-xp/fast/blockflow/japanese-rl-text-expected.png: Added.
183 * platform/chromium-win-xp/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
184 * platform/chromium-win-xp/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
185 * platform/chromium-win-xp/fast/blockflow/vertical-align-table-baseline-expected.png:
186 * platform/chromium-win-xp/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
187 * platform/chromium-win-xp/fast/dynamic: Added.
188 * platform/chromium-win-xp/fast/dynamic/text-combine-expected.png: Added.
189 * platform/chromium-win-xp/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
190 * platform/chromium-win-xp/fast/repaint/japanese-rl-selection-repaint-expected.png: Added.
191 * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
192 * platform/chromium-win-xp/fast/ruby/base-shorter-than-text-expected.png: Added.
193 * platform/chromium-win-xp/svg/W3C-I18N: Added.
194 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
195 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
196 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
197 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
198 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
199 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
200 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
201 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
202 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
203 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
204 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
205 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
206 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
207 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
208 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
209 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
210 * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
211 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
212 * platform/chromium-win-xp/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
213 * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Removed.
214 * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
215 * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Removed.
216 * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png:
217 * platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
218 * platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
219 * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
220 * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
221 * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
222 * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
223 * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
224 * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
225 * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
226 * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
227 * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
228 * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
229 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
230 * platform/chromium-win/fast/backgrounds/svg-as-background-5-expected.png:
231 * platform/chromium-win/fast/block/lineboxcontain/inline-box-vertical-expected.png:
232 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/001-expected.png:
233 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/002-expected.png:
234 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/003-expected.png:
235 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/004-expected.png:
236 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/001-expected.png:
237 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/002-expected.png:
238 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/003-expected.png:
239 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/004-expected.png:
240 * platform/chromium-win/fast/block/positioning/vertical-lr/001-expected.png:
241 * platform/chromium-win/fast/block/positioning/vertical-lr/002-expected.png:
242 * platform/chromium-win/fast/block/positioning/vertical-rl/001-expected.png:
243 * platform/chromium-win/fast/block/positioning/vertical-rl/002-expected.png:
244 * platform/chromium-win/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
245 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
246 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
247 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
248 * platform/chromium-win/fast/blockflow/english-rl-text-expected.png:
249 * platform/chromium-win/fast/blockflow/japanese-rl-text-with-broken-font-expected.png:
250 * platform/chromium-win/fast/blockflow/vertical-align-table-baseline-expected.png:
251 * platform/chromium-win/fast/blockflow/vertical-lr-replaced-selection-expected.png:
252 * platform/chromium-win/fast/blockflow/vertical-rl-replaced-selection-expected.png:
253 * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
254 * platform/chromium-win/fast/css/h1-in-section-elements-expected.png:
255 * platform/chromium-win/fast/dom/scroll-reveal-top-overflow-expected.png:
256 * platform/chromium-win/fast/forms/placeholder-position-expected.png:
257 * platform/chromium-win/fast/html/details-writing-mode-expected.png:
258 * platform/chromium-win/fast/lists/001-vertical-expected.png:
259 * platform/chromium-win/fast/lists/002-vertical-expected.png:
260 * platform/chromium-win/fast/lists/003-vertical-expected.png:
261 * platform/chromium-win/fast/lists/005-vertical-expected.png:
262 * platform/chromium-win/fast/lists/006-vertical-expected.png:
263 * platform/chromium-win/fast/lists/007-vertical-expected.png:
264 * platform/chromium-win/fast/lists/008-vertical-expected.png:
265 * platform/chromium-win/fast/lists/009-vertical-expected.png:
266 * platform/chromium-win/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
267 * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
268 * platform/chromium-win/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
269 * platform/chromium-win/fast/multicol/vertical-lr/column-rules-expected.png:
270 * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.png:
271 * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.png:
272 * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
273 * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-expected.png:
274 * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
275 * platform/chromium-win/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
276 * platform/chromium-win/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
277 * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
278 * platform/chromium-win/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
279 * platform/chromium-win/fast/multicol/vertical-rl/column-rules-expected.png:
280 * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.png:
281 * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.png:
282 * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
283 * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-expected.png:
284 * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
285 * platform/chromium-win/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
286 * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.png:
287 * platform/chromium-win/fast/repaint/selection-rl-expected.png:
288 * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
289 * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
290 * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
291 * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
292 * platform/chromium-win/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
293 * platform/chromium-win/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
294 * platform/chromium-win/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
295 * platform/chromium-win/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
296 * platform/chromium-win/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
297 * platform/chromium-win/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
298 * platform/chromium-win/fast/ruby/overhang-vertical-expected.png: Removed.
299 * platform/chromium-win/fast/table/027-vertical-expected.png:
300 * platform/chromium-win/fast/table/028-vertical-expected.png:
301 * platform/chromium-win/fast/table/035-vertical-expected.png:
302 * platform/chromium-win/fast/table/038-vertical-expected.png:
303 * platform/chromium-win/fast/table/auto-with-percent-height-vertical-expected.png:
304 * platform/chromium-win/fast/table/border-collapsing/001-vertical-expected.png:
305 * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.png:
306 * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
307 * platform/chromium-win/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png:
308 * platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
309 * platform/chromium-win/fast/table/rowspan-paint-order-vertical-expected.png:
310 * platform/chromium-win/fast/table/table-display-types-vertical-expected.png:
311 * platform/chromium-win/fast/transforms/shadows-expected.png:
312 * platform/chromium-win/fast/transforms/transform-on-inline-expected.png:
313 * platform/chromium-win/fast/transforms/transform-table-row-expected.png:
314 * platform/chromium-win/fast/transforms/transformed-document-element-expected.png:
315 * platform/chromium-win/media/audio-repaint-expected.png:
316 * platform/chromium-win/platform/chromium/fast/text/text-stroke-with-border-expected.png:
317 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
318 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
319 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
320 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
321 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
322 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
323 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
324 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
325 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
326 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
327 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
328 * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.png:
329 * platform/chromium-win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png:
330 * platform/chromium-win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png:
331 * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
332 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
333 * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
334 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
335 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
336 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
337 * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
338 * platform/chromium-win/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
339 * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
340 * platform/chromium-win/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
341 * platform/chromium-win/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
342 * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
343 * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
344 * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
345 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
346 * platform/chromium-win/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
347 * platform/chromium-win/svg/batik/text/textLayout2-expected.png:
348 * platform/chromium-win/svg/batik/text/textOnPath-expected.png:
349 * platform/chromium-win/svg/batik/text/textOnPath2-expected.png:
350 * platform/chromium-win/svg/batik/text/textOnPath3-expected.png:
351 * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.png:
352 * platform/chromium-win/svg/batik/text/textProperties-expected.png:
353 * platform/chromium-win/svg/batik/text/textStyles-expected.png:
354 * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.png:
355 * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
356 * platform/chromium-win/svg/carto.net/combobox-expected.png:
357 * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
358 * platform/chromium-win/svg/carto.net/window-expected.png:
359 * platform/chromium-win/svg/css/group-with-shadow-expected.png:
360 * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
361 * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
362 * platform/chromium-win/svg/custom/focus-ring-expected.png:
363 * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
364 * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
365 * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
366 * platform/chromium-win/svg/custom/linking-a-03-b-all-expected.png:
367 * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
368 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
369 * platform/chromium-win/svg/custom/pattern-with-transformation-expected.png:
370 * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
371 * platform/chromium-win/svg/custom/struct-use-09-b-expected.png:
372 * platform/chromium-win/svg/custom/text-dom-01-f-expected.png:
373 * platform/chromium-win/svg/custom/text-linking-expected.png:
374 * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.png:
375 * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
376 * platform/chromium-win/svg/custom/text-rotation-expected.png:
377 * platform/chromium-win/svg/custom/use-detach-expected.png:
378 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
379 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
380 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
381 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
382 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
383 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
384 * platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.png:
385 * platform/chromium-win/svg/custom/use-on-text-expected.png:
386 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
387 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
388 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
389 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
390 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
391 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
392 * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
393 * platform/chromium-win/svg/hixie/error/017-expected.png:
394 * platform/chromium-win/svg/text/selection-background-color-expected.png:
395 * platform/chromium-win/svg/text/selection-styles-expected.png:
396 * platform/chromium-win/svg/text/text-deco-01-b-expected.png:
397 * platform/chromium-win/svg/text/text-gradient-positioning-expected.png:
398 * platform/chromium-win/svg/text/text-path-01-b-expected.png:
399 * platform/chromium-win/svg/text/text-path-middle-align-expected.png:
400 * platform/chromium-win/svg/text/text-text-07-t-expected.png:
401 * platform/chromium-win/svg/text/text-text-08-b-expected.png:
402 * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
403 * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
404 * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.png:
405 * platform/chromium-win/transforms/2d/compound-transforms-vs-containers-expected.png:
406 * platform/chromium-win/transforms/2d/transform-origin-borderbox-expected.png:
407 * platform/chromium/test_expectations.txt:
409 2011-07-15 Xiaomei Ji <xji@chromium.org>
411 --webkit-visual-word crash on mixed editability
412 https://bugs.webkit.org/show_bug.cgi?id=61978
414 --webkit-visual-word crashes (VisiblePosition.getInlineBoxAndOffset could return null box)
415 https://bugs.webkit.org/show_bug.cgi?id=62814
417 Reviewed by Ryosuke Niwa.
419 Add a standalone test for testing getInlineBoxAndOffset returning null box.
421 * editing/selection/move-by-word-visually-null-box-expected.txt: Added.
422 * editing/selection/move-by-word-visually-null-box.html: Added.
423 * editing/selection/move-by-word-visually-others-expected.txt:
424 * editing/selection/move-by-word-visually-others.html:
426 2011-07-15 Stephen White <senorblanco@chromium.org>
428 Unreviewed. Mopping up some more expectations after r91069.
430 * platform/chromium/test_expectations.txt:
432 2011-07-15 Adrienne Walker <enne@google.com>
434 [chromium] Mark more tests failing as a result of r91069
435 https://bugs.webkit.org/show_bug.cgi?id=64368
439 * platform/chromium/test_expectations.txt:
441 2011-07-15 Pavel Feldman <pfeldman@google.com>
443 Web Inspector: Focusing on another node while editing CSS property does not update styles
444 https://bugs.webkit.org/show_bug.cgi?id=64283
446 Reviewed by Yury Semikhatsky.
448 * http/tests/inspector/elements-test.js:
449 (initialize_ElementTest.InspectorTest.waitForStyles):
450 * inspector/styles/styles-change-node-while-editing-expected.txt: Added.
451 * inspector/styles/styles-change-node-while-editing.html: Added.
453 2011-07-15 Mike Reed <reed@google.com>
455 [skia] remove legacy draw-text-as-paths code, as skia now draws all text as text
456 https://bugs.webkit.org/show_bug.cgi?id=64368
458 Reviewed by James Robinson.
460 * platform/chromium/test_expectations.txt:
462 2011-07-15 Gabor Loki <loki@webkit.org>
464 Pixel difference in FEMorphology effect
465 https://bugs.webkit.org/show_bug.cgi?id=63930
467 Reviewed by Zoltan Herczeg.
469 Layout test is updated to follow the bugfix.
471 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
473 2011-07-15 Jeff Miller <jeffm@apple.com>
475 Fullscreen content doesn't use fullscreen controller on Windows
476 https://bugs.webkit.org/show_bug.cgi?id=64540
477 <rdar://problem/9510455>
479 Reviewed by Darin Adler.
481 Add another test to video-controls-override.html to verify that
482 we're using the correct fullscreen controller by checking the
483 height of the controller panel, which is taller than the non-fullscreen
484 version. Unfortunately, the fullscreen tests don't work on Windows
485 yet, but I verified this would have caught this issue by simulating
488 * fullscreen/video-controls-override-expected.txt: Add new test to check the height of the panel.
490 * fullscreen/video-controls-override.html: Add new test to check the height of the panel, and
491 log errors if window.internals or window.layoutTestController are undefined.
493 2011-07-15 Mike West <mkwst@chromium.org>
495 Web Inspector: Rename console.markTimeline() to console.timeStamp() for Firebug compatibility.
496 https://bugs.webkit.org/show_bug.cgi?id=63317
498 Reviewed by Pavel Feldman.
500 * inspector/timeline/resources/timeline-iframe-data.html:
501 * inspector/timeline/timeline-enum-stability-expected.txt:
502 * inspector/timeline/timeline-event-dispatch.html:
503 * inspector/timeline/timeline-mark-timeline-expected.txt:
504 * inspector/timeline/timeline-mark-timeline.html:
505 * inspector/timeline/timeline-script-tag-1-expected.txt:
506 * inspector/timeline/timeline-test.js:
507 (initialize_Timeline.InspectorTest.dumpTimelineRecord):
508 * inspector/timeline/timeline-time-stamp-expected.txt: Added.
509 * inspector/timeline/timeline-time-stamp.html: Copied from LayoutTests/inspector/timeline/timeline-mark-timeline.html.
510 * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt:
511 * platform/chromium/inspector/timeline/timeline-time-stamp-expected.txt: Copied from LayoutTests/platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt.
513 2011-07-15 Kentaro Hara <haraken@google.com>
515 Clear the content of a search input form when 'Escape' is pressed.
516 https://bugs.webkit.org/show_bug.cgi?id=51897
518 The added test checks if the value in a search input form is cleared
519 and a 'search' event is triggered, when we press 'Escape' key.
521 Reviewed by Kent Tamura.
523 * fast/forms/input-search-press-escape-key-expected.txt: Added.
524 * fast/forms/input-search-press-escape-key.html: Added.
526 2011-07-14 Hayato Ito <hayato@chromium.org>
528 [chromium] updated test expectations.
530 * platform/chromium/test_expectations.txt:
532 2011-07-14 Mark Pilgrim <pilgrim@chromium.org>
534 Remove LegacyDefaultOptionalArguments flag from WebGL
535 https://bugs.webkit.org/show_bug.cgi?id=64549
537 Reviewed by Kenneth Russell.
539 * fast/canvas/webgl/bad-arguments-test-expected.txt:
540 * fast/canvas/webgl/bad-arguments-test.html:
541 * fast/canvas/webgl/context-lost-expected.txt:
542 * fast/canvas/webgl/context-lost.html:
543 * fast/canvas/webgl/null-object-behaviour-expected.txt:
544 * fast/canvas/webgl/null-object-behaviour.html:
546 2011-07-14 Yuta Kitamura <yutak@chromium.org>
548 WebSocket: Introduce pywebsocket-0.6b2
549 https://bugs.webkit.org/show_bug.cgi?id=64534
551 Reviewed by Kent Tamura.
553 Module "mod_pywebsocket.handshake.hybi06" has been renamed to "mod_pywebsocket.handshake.hybi".
555 * http/tests/websocket/tests/hybi/bad-handshake-crash_wsh.py:
556 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header_wsh.py:
557 * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength_wsh.py:
558 * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header_wsh.py:
559 * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr_wsh.py:
560 * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header_wsh.py:
561 * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null_wsh.py:
563 2011-07-14 Kenichi Ishibashi <bashi@chromium.org>
565 <input form="x"> should not associate the input with any forms when there is no form with id="x"
566 https://bugs.webkit.org/show_bug.cgi?id=64509
568 Adds a test for checking input elements don't associate any form elements when they have the form attribute which points nonexistence form.
569 Fixes existing tests that contain unintended form attributes.
571 Reviewed by Kent Tamura.
573 * fast/forms/form-attribute-nonexistence-form-id-expected.txt: Added.
574 * fast/forms/form-attribute-nonexistence-form-id.html: Added.
575 * fast/forms/script-tests/form-attribute.js: Fixed unintended form attributes.
576 * fast/forms/script-tests/form-collection-elements-order.js: Ditto.
578 2011-07-14 Kent Tamura <tkent@chromium.org>
580 REGRESSION (r90809): Setting a checkbox's checked property, doesn't render as checked until app window loses focus
581 https://bugs.webkit.org/show_bug.cgi?id=64537
583 Reviewed by Darin Adler.
585 * fast/forms/checkbox-appearance-change-by-checked-expected.html: Added.
586 * fast/forms/checkbox-appearance-change-by-checked.html: Added.
588 2011-07-14 Kent Tamura <tkent@chromium.org>
590 [Chromium] Updat test expectations for r90971.
592 * platform/chromium-linux/fast/forms/input-placeholder-text-indent-expected.png:
593 * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
594 * platform/chromium-linux/fast/forms/placeholder-stripped-expected.png:
595 * platform/chromium-linux/fast/forms/search-styled-expected.png:
596 * platform/chromium-linux/fast/forms/search-styled-expected.txt:
597 * platform/chromium-linux/fast/forms/textarea-placeholder-wrapping-expected.png: Added.
598 * platform/chromium-mac-leopard/fast/css/pseudo-cache-stale-expected.png:
599 * platform/chromium-mac-leopard/fast/forms/isindex-placeholder-expected.png:
600 * platform/chromium-mac-leopard/fast/forms/password-placeholder-text-security-expected.png: Removed.
601 * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png:
602 * platform/chromium-mac-leopard/fast/forms/placeholder-pseudo-style-expected.png:
603 * platform/chromium-mac-leopard/fast/forms/search-styled-expected.png:
604 * platform/chromium-mac/fast/forms/isindex-placeholder-expected.png: Removed.
605 * platform/chromium-mac/fast/forms/placeholder-position-expected.png: Added.
606 * platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
607 * platform/chromium-win/fast/css/pseudo-cache-stale-expected.txt:
608 * platform/chromium-win/fast/forms/input-placeholder-text-indent-expected.png:
609 * platform/chromium-win/fast/forms/input-placeholder-text-indent-expected.txt:
610 * platform/chromium-win/fast/forms/isindex-placeholder-expected.txt:
611 * platform/chromium-win/fast/forms/password-placeholder-expected.txt:
612 * platform/chromium-win/fast/forms/password-placeholder-text-security-expected.txt:
613 * platform/chromium-win/fast/forms/placeholder-position-expected.png:
614 * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
615 * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
616 * platform/chromium-win/fast/forms/placeholder-set-attribute-expected.txt:
617 * platform/chromium-win/fast/forms/placeholder-stripped-expected.png:
618 * platform/chromium-win/fast/forms/placeholder-stripped-expected.txt:
619 * platform/chromium-win/fast/forms/search-placeholder-value-changed-expected.txt:
620 * platform/chromium-win/fast/forms/search-styled-expected.txt:
621 * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
622 * platform/chromium-win/fast/forms/textarea-placeholder-set-attribute-expected.txt:
623 * platform/chromium-win/fast/forms/textarea-placeholder-wrapping-expected.png: Added.
624 * platform/chromium-win/fast/forms/textarea-placeholder-wrapping-expected.txt: Added.
625 * platform/chromium/test_expectations.txt:
627 2011-07-14 Adam Barth <abarth@webkit.org>
629 The beforeload event allows tracking URI changes in a frame
630 https://bugs.webkit.org/show_bug.cgi?id=64482
632 Reviewed by Nate Chapin.
634 Test whether the beforeload event is fired for various kinds of redirects.
636 * http/tests/security/beforeload-iframe-client-redirect-expected.txt: Added.
637 * http/tests/security/beforeload-iframe-client-redirect.html: Added.
638 * http/tests/security/beforeload-iframe-server-redirect-expected.txt: Added.
639 * http/tests/security/beforeload-iframe-server-redirect.html: Added.
640 * http/tests/security/resources/post-done.html: Added.
641 * http/tests/security/resources/client-redir.html: Added.
643 2011-07-14 Vincent Scheib <scheib@chromium.org>
645 [chromium] updated test expectations.
647 * platform/chromium/test_expectations.txt:
649 2011-07-14 Vincent Scheib <scheib@chromium.org>
651 [chromium] updated test expectations.
653 * platform/chromium/test_expectations.txt:
655 2011-07-14 Filip Pizlo <fpizlo@apple.com>
657 DFG JIT crashes on host constructor calls in debug mode.
658 https://bugs.webkit.org/show_bug.cgi?id=64562
660 Reviewed by Gavin Barraclough.
662 This bug snuck past our tests, so this patchs adds a test to cover this
665 * fast/js/array-constructor-host-call-expected.txt: Added.
666 * fast/js/array-constructor-host-call.html: Added.
667 * fast/js/script-tests/array-constructor-host-call.js: Added.
670 2011-07-14 Vincent Scheib <scheib@chromium.org>
672 [chromium] updated test expectations.
674 * platform/chromium/test_expectations.txt:
676 2011-07-14 Vincent Scheib <scheib@chromium.org>
678 [chromium] updated test expectations.
680 * platform/chromium/test_expectations.txt:
682 2011-07-14 Vincent Scheib <scheib@chromium.org>
684 [chromium] updated test expectations.
686 * platform/chromium/test_expectations.txt:
688 2011-07-14 Vincent Scheib <scheib@chromium.org>
690 [chromium] updated test expectations.
692 * platform/chromium/test_expectations.txt:
694 2011-07-14 Vincent Scheib <scheib@chromium.org>
696 [chromium] updated test expectations.
698 * platform/chromium/test_expectations.txt:
700 2011-07-14 Tim Horton <timothy_horton@apple.com>
702 Clear SVGElementInstance's children immediately upon detachment
703 https://bugs.webkit.org/show_bug.cgi?id=63739
704 <rdar://problem/9705708>
706 Reviewed by Nikolas Zimmermann.
708 In addition to clearing the instance's children in the destructor,
709 clear them when the instance is detached from its <use>. This way,
710 we won't attempt to use them after we're detached but before the
711 destructor has been called.
713 * svg/custom/use-crash-using-children-before-destroy-expected.txt: Added.
714 * svg/custom/use-crash-using-children-before-destroy.svg: Added.
716 2011-07-14 Csaba Osztrogonác <ossy@webkit.org>
718 [Qt]Update layout test results for newer Qt 4.8.x
719 https://bugs.webkit.org/show_bug.cgi?id=64527
721 [Qt]http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html fails with Qt 4.8
722 https://bugs.webkit.org/show_bug.cgi?id=60176
724 * platform/qt-4.8/[...]: Added.
725 * platform/qt-4.8/Skipped: Unskip http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html.
727 2011-07-14 Xan Lopez <xlopez@igalia.com>
729 [GTK] Skip one crashing test in GTK+/debug bots.
731 * platform/gtk/Skipped:
733 2011-07-14 Xan Lopez <xlopez@igalia.com>
735 [GTK] Skip one crashing test in GTK+/debug bots.
737 * platform/gtk/Skipped:
739 2011-07-14 Csaba Osztrogonác <ossy@webkit.org>
741 [Qt]svg/animations/svgtransform-animation-1.html asserts intermittently
742 https://bugs.webkit.org/show_bug.cgi?id=64526
744 * platform/qt/test_expectations.txt: Mark the test as flakey crash.
746 2011-07-13 Pavel Podivilov <podivilov@chromium.org>
748 Web Inspector: add test for css live edit.
749 https://bugs.webkit.org/show_bug.cgi?id=64454
751 Reviewed by Pavel Feldman.
753 * http/tests/inspector/inspector-test.js:
754 (initialize_InspectorTest.InspectorTest.showResource):
755 * http/tests/inspector/live-edit-test.js: Added.
756 (initialize_LiveEditTest.InspectorTest.replaceInSource):
757 (initialize_LiveEditTest):
758 * inspector/debugger/live-edit.html:
759 * inspector/styles/css-live-edit-expected.txt: Added.
760 * inspector/styles/css-live-edit.html: Added.
762 2011-07-14 Yuta Kitamura <yutak@chromium.org>
764 WebSocket: Add platform-specific test results for hybi tests
765 https://bugs.webkit.org/show_bug.cgi?id=64349
767 Reviewed by Kent Tamura.
769 These results are identical to ones in hixie76/ directory.
771 * platform/chromium/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: Added.
772 * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt: Added.
773 * platform/qt/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt: Added.
775 2011-07-14 Csaba Osztrogonác <ossy@webkit.org>
777 [Qt] Update platform specific expected results after r90971.
779 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
780 * platform/qt/fast/forms/input-placeholder-text-indent-expected.png:
781 * platform/qt/fast/forms/input-placeholder-text-indent-expected.txt:
782 * platform/qt/fast/forms/isindex-placeholder-expected.png: Added.
783 * platform/qt/fast/forms/isindex-placeholder-expected.txt:
784 * platform/qt/fast/forms/password-placeholder-expected.png: Added.
785 * platform/qt/fast/forms/password-placeholder-expected.txt:
786 * platform/qt/fast/forms/password-placeholder-text-security-expected.png: Added.
787 * platform/qt/fast/forms/password-placeholder-text-security-expected.txt:
788 * platform/qt/fast/forms/placeholder-set-attribute-expected.png: Added.
789 * platform/qt/fast/forms/placeholder-set-attribute-expected.txt:
790 * platform/qt/fast/forms/placeholder-stripped-expected.png:
791 * platform/qt/fast/forms/placeholder-stripped-expected.txt:
792 * platform/qt/fast/forms/search-placeholder-value-changed-expected.txt:
793 * platform/qt/fast/forms/search-styled-expected.txt:
794 * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.png: Added.
795 * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
796 * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.png: Added.
797 * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt:
798 * platform/qt/test_expectations.txt:
800 2011-07-14 MORITA Hajime <morrita@google.com>
802 Unreviewed, rolling out r90976, r90981, and r90985.
803 http://trac.webkit.org/changeset/90976
804 http://trac.webkit.org/changeset/90981
805 http://trac.webkit.org/changeset/90985
806 https://bugs.webkit.org/show_bug.cgi?id=64251
810 * fast/dom/shadow/content-element-includer-expected.txt: Removed.
811 * fast/dom/shadow/content-element-includer.html: Removed.
812 * platform/chromium-win/fast/html/details-nested-2-expected.txt:
813 * platform/gtk/fast/html/details-nested-2-expected.txt:
814 * platform/mac/fast/html/details-nested-2-expected.txt:
815 * platform/qt/fast/html/details-nested-2-expected.txt:
817 2011-07-14 Csaba Osztrogonác <ossy@webkit.org>
819 [Qt] Unreviewed gardening.
821 * platform/qt/test_expectations.txt: Remove a passing test.
823 2011-07-14 Kent Tamura <tkent@chromium.org>
825 [Chromium] Make an entry for input-appearance-range.html specific.
827 * platform/chromium/test_expectations.txt:
829 2011-07-13 Csaba Osztrogonác <ossy@webkit.org>
831 [Qt] Add platform specific expected result for a new test.
833 * platform/qt/fast/forms/textarea-placeholder-wrapping-expected.png: Added.
834 * platform/qt/fast/forms/textarea-placeholder-wrapping-expected.txt: Added.
836 2011-07-13 Ilya Tikhonovsky <loislo@chromium.org>
838 Web Inspector: if you rename an element into the INPUT element the browser will crash.
839 https://bugs.webkit.org/show_bug.cgi?id=64292
841 Reviewed by Joseph Pecoraro.
843 * inspector/elements/edit-dom-actions-expected.txt:
844 * inspector/elements/edit-dom-actions.html:
846 2011-07-13 Yuta Kitamura <yutak@chromium.org>
848 WebSocket: Implement hybi handshake
849 https://bugs.webkit.org/show_bug.cgi?id=64344
851 Reviewed by Kent Tamura.
853 Fix existing tests so they match the new handshake format, and add tests for new header fields.
855 There are several changes in the format of handshake response, such as:
856 - Reason string in HTTP status line has been changed to "Switching Protocols".
857 - The value of "Upgrade" header has been changed to "websocket" (lower-case only).
858 - Sec-WebSocket-Location and Sec-WebSocket-Origin are gone.
859 - "Challenge response" value (16-byte data after the response header fields) is removed, and
860 Sec-WebSocket-Accept header is added instead.
862 The value of Sec-WebSocket-Accept header is computed using compute_accept() function
863 located in mod_pywebsocket.handshake.hybi06 module. Although the module name contains
864 "hybi06", this function can be used to calculate the value of Sec-WebSocket-Accept header
865 for hybi-10 (calculation method has not been changed since hybi-06).
867 Note: Tests under hybi/ directory (including the new ones) are skipped and cannot be enabled
868 yet, because pywebsocket does not accept requests from half-baked client implementation
869 (i.e. hybi handshake + hixie-76 framing). They will be unskipped when hybi framing is landed
872 * http/tests/websocket/tests/handler_map.txt:
873 There must be only one handler that can handle requests to "/". hybi/echo-location_wsh.py
874 is modified to accept requests of both protocol versions.
875 * http/tests/websocket/tests/hybi/bad-handshake-crash_wsh.py:
876 * http/tests/websocket/tests/hybi/echo-challenge_wsh.py:
877 * http/tests/websocket/tests/hybi/echo-location_wsh.py:
878 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt: Added.
879 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header.html: Added.
880 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header_wsh.py: Added.
881 * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength_wsh.py:
882 * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt: Added.
883 * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header.html: Added.
884 * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header_wsh.py: Added.
885 * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header_wsh.py:
886 * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr_wsh.py:
887 * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header_wsh.py:
888 * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null_wsh.py:
889 * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt: Added.
890 * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header.html: Added.
891 * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header_wsh.py: Added.
892 * http/tests/websocket/tests/hybi/long-invalid-header_wsh.py:
893 * http/tests/websocket/tests/hybi/workers/resources/echo-challenge_wsh.py:
895 2011-07-13 MORITA Hajime <morrita@google.com>
897 [ShadowContentElement] forwarded node should be able to access its hosting content element.
898 https://bugs.webkit.org/show_bug.cgi?id=64251
900 Reviewed by Dimitri Glazkov.
903 - Updated expectations. This change make ShadowContentElement availability on NodeRenderingContext
904 more strict. that makes some redundant node disappeared.
906 * fast/dom/shadow/content-element-includer-expected.txt: Added.
907 * fast/dom/shadow/content-element-includer.html: Added.
908 * platform/chromium-win/fast/html/details-nested-2-expected.txt:
909 * platform/gtk/fast/html/details-nested-2-expected.txt:
910 * platform/mac/fast/html/details-nested-2-expected.txt:
911 * platform/qt/fast/html/details-nested-2-expected.txt:
913 2011-07-13 Vincent Scheib <scheib@chromium.org>
915 [chromium] Update chromium test expectations.
917 * platform/chromium/test_expectations.txt:
919 2011-07-13 Kent Tamura <tkent@chromium.org>
921 [Qt] Remove duplicated entries.
923 * platform/qt/test_expectations.txt:
925 2011-07-12 Dominic Cooney <dominicc@chromium.org>
927 Raise if dispatchEvent dispatches an event that is being dispatched
928 https://bugs.webkit.org/show_bug.cgi?id=64150
930 Reviewed by Dimitri Glazkov.
932 * fast/dom/Window/window-properties-expected.txt: Added DISPATCH_REQUEST_ERR.
933 * fast/events/dispatch-event-being-dispatched-expected.txt: Added.
934 * fast/events/dispatch-event-being-dispatched.html: Added.
935 * fast/workers/resources/worker-event-listener.js:
936 (onmessage): Redispatching the MessageEvent throws an exception now.
937 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
938 * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
939 * platform/qt/fast/dom/Window/window-properties-expected.txt:
941 2011-07-13 Kent Tamura <tkent@chromium.org>
943 Implement text field placeholders using shadow DOM
944 https://bugs.webkit.org/show_bug.cgi?id=64253
946 Reviewed by Dimitri Glazkov.
948 Add some test cases, and update expectations because placeholders
949 have their renderers.
951 * fast/forms/input-placeholder-text-indent.html:
952 Remove an obsolete comment. A placeholder respects a percentage indent.
953 * fast/forms/placeholder-position.html:
954 Add tests for line-height and text-align.
955 * fast/forms/textarea-placeholder-wrapping.html: Added.
956 * platform/chromium/test_expectations.txt:
957 * platform/gtk/test_expectations.txt:
958 * platform/mac/fast/css/pseudo-cache-stale-expected.txt:
959 * platform/mac/fast/forms/input-placeholder-text-indent-expected.png:
960 * platform/mac/fast/forms/input-placeholder-text-indent-expected.txt:
961 * platform/mac/fast/forms/isindex-placeholder-expected.png:
962 * platform/mac/fast/forms/isindex-placeholder-expected.txt:
963 * platform/mac/fast/forms/password-placeholder-expected.txt:
964 * platform/mac/fast/forms/password-placeholder-text-security-expected.png:
965 * platform/mac/fast/forms/password-placeholder-text-security-expected.txt:
966 * platform/mac/fast/forms/placeholder-position-expected.png:
967 * platform/mac/fast/forms/placeholder-position-expected.txt:
968 * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
969 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
970 * platform/mac/fast/forms/placeholder-set-attribute-expected.txt:
971 * platform/mac/fast/forms/placeholder-stripped-expected.txt:
972 * platform/mac/fast/forms/search-placeholder-value-changed-expected.txt:
973 * platform/mac/fast/forms/search-styled-expected.png:
974 * platform/mac/fast/forms/search-styled-expected.txt:
975 * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
976 * platform/mac/fast/forms/textarea-placeholder-set-attribute-expected.txt:
977 * platform/mac/fast/forms/textarea-placeholder-wrapping-expected.png: Added.
978 * platform/mac/fast/forms/textarea-placeholder-wrapping-expected.txt: Added.
979 * platform/qt/test_expectations.txt:
981 2011-07-13 Mihnea Ovidenie <mihnea@adobe.com>
983 [CSSRegions] Parse -webkit-content-order property
984 https://bugs.webkit.org/show_bug.cgi?id=63897
986 Reviewed by David Hyatt.
988 * fast/regions/script-tests/webkit-content-order-parsing.js: Added.
989 * fast/regions/webkit-content-order-parsing-expected.txt: Added.
990 * fast/regions/webkit-content-order-parsing.html: Added.
992 2011-07-13 Michael Saboff <msaboff@apple.com>
994 https://bugs.webkit.org/show_bug.cgi?id=64202
995 Enh: Improve handling of RegExp in the form of /.*blah.*/
997 Reviewed by Gavin Barraclough.
999 New tests to support /.*<expression>.*/ enhancement.
1001 * fast/regex/dotstar-expected.txt: Added.
1002 * fast/regex/dotstar.html: Added.
1003 * fast/regex/script-tests/dotstar.js: Added.
1005 2011-07-13 Vincent Scheib <scheib@chromium.org>
1007 [chromium] Update chromium test expectations.
1009 * platform/chromium/test_expectations.txt:
1011 2011-07-13 Vincent Scheib <scheib@chromium.org>
1013 Unreviewed, rolling out r90957.
1014 http://trac.webkit.org/changeset/90957
1016 Fixing incorrect test expectations
1018 * platform/chromium/test_expectations.txt:
1020 2011-07-13 Vincent Scheib <scheib@chromium.org>
1022 [chromium] Update chromium test expectations.
1024 * platform/chromium/test_expectations.txt:
1026 2011-07-13 Joseph Pecoraro <joepeck@webkit.org>
1028 ApplicationCache Quota Output is Flakey
1029 https://bugs.webkit.org/show_bug.cgi?id=64410
1031 Reviewed by Alexey Proskuryakov.
1033 Have the tests truncate the number of bytes needed in
1034 the delegate callback to get an approximation of how
1035 much space was needed.
1037 * http/tests/appcache/origin-quota-continued-download-expected.txt:
1038 * http/tests/appcache/origin-quota-continued-download-multiple-manifests-expected.txt:
1039 * http/tests/appcache/origin-quota-continued-download-multiple-manifests.html:
1040 * http/tests/appcache/origin-quota-expected.txt:
1041 Update the output and clarify what the multiple-manifests test
1042 is looking for in the space needed output.
1044 * platform/mac/Skipped:
1045 * platform/qt/Skipped:
1048 2011-07-13 James Robinson <jamesr@chromium.org>
1050 [chromium] Update chromium gpu expectations.
1052 * platform/chromium/test_expectations.txt:
1054 2011-07-13 Dimitri Glazkov <dglazkov@chromium.org>
1056 [Chromium] Prettify spacing in test_expectations.txt
1058 * platform/chromium/test_expectations.txt: Ran through the new parser/serializer code.
1060 2011-07-12 Gavin Barraclough <barraclough@apple.com>
1062 https://bugs.webkit.org/show_bug.cgi?id=64424
1063 Our direct eval behaviour deviates slightly from the spec.
1065 Reviewed by Oliver Hunt.
1067 Correct expected results.
1069 * fast/js/eval-keyword-vs-function-expected.txt:
1070 * fast/js/eval-keyword-vs-function.html:
1072 2011-07-13 Abhishek Arya <inferno@chromium.org>
1074 Tests that we do not crash when frame is blown away in a beforeload
1076 https://bugs.webkit.org/show_bug.cgi?id=64457
1078 Reviewed by Adam Barth.
1080 * fast/events/form-iframe-target-before-load-crash.html:
1081 * fast/events/form-iframe-target-before-load-crash2-expected.txt: Added.
1082 * fast/events/form-iframe-target-before-load-crash2.html: Added.
1084 2011-07-13 Mihnea Ovidenie <mihnea@adobe.com>
1086 [CSSRegions]content:-webkit-from-flow not applied correctly
1087 https://bugs.webkit.org/show_bug.cgi?id=64438
1089 Reviewed by Tony Chang.
1091 Correct the layout test for content:-webkit-from-flow parsing. Testing getComputedStyle values for content property
1092 was not done properly, as "flow-name" was passed instead of "-webkit-from-flow:'flow-name'".
1094 * fast/regions/content-webkit-from-flow-parsing-expected.txt:
1095 * fast/regions/script-tests/content-webkit-from-flow-parsing.js:
1097 2011-07-12 Philippe Normand <pnormand@igalia.com>
1099 [GTK] media/media-blocked-by-willsendrequest.html fails
1100 https://bugs.webkit.org/show_bug.cgi?id=63699
1102 Reviewed by Martin Robinson.
1104 * platform/gtk/Skipped: Unskip fixed test.
1106 2011-07-13 Gabor Loki <loki@webkit.org>
1108 [Qt] Flakey test: xmlhttprequest-50ms-download-dispatch.html on ARM
1109 https://bugs.webkit.org/show_bug.cgi?id=64452
1111 Rubber-stamped by Csaba Osztrogonác
1113 * platform/qt-arm/Skipped:
1115 2011-07-13 John Knottenbelt <jknotten@chromium.org>
1117 Reference Geolocation object from GeoNotifier and Geolocation::setIsAllowed.
1118 https://bugs.webkit.org/show_bug.cgi?id=64363
1120 Reviewed by Tony Gentilcore.
1122 * fast/dom/Geolocation/remove-remote-context-in-error-callback-crash.html: Added.
1123 * fast/dom/Geolocation/resources/remove-remote-context-in-error-callback-crash-inner.html: Added.
1124 * fast/dom/Geolocation/script-tests/remove-remote-context-in-error-callback-crash.js: Added.
1125 * fast/dom/Geolocation/remove-remote-context-in-error-callback-crash-expected.txt: Added.
1129 2011-07-13 Csaba Osztrogonác <ossy@webkit.org>
1131 [Qt] Unreviewed gardening.
1133 * platform/qt-mac/Skipped: Skip failing tests.
1134 * platform/qt/Skipped: Skip svg/text/small-fonts-2.svg because of the 32/64 bit bug.
1136 2011-07-13 Benjamin Poulain <benjamin@webkit.org>
1138 [Qt] REGRESSION(r90634): It made http/tests/misc/script-async.html fail with Qt 4.8.x
1139 https://bugs.webkit.org/show_bug.cgi?id=64352
1141 Reviewed by Andreas Kling.
1143 Unskip http/tests/misc/script-async.html since the original change has been reverted.
1145 * platform/qt-4.8/Skipped:
1147 2011-07-13 Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu>
1149 [Qt] Add expected results for the new passing tests and unskip them.
1151 Reviewed by Csaba Osztrogonác.
1153 * platform/qt/Skipped:
1154 * platform/qt/fast/[...]: Added.
1155 * platform/qt/svg/[...]: Added.
1157 2011-07-13 Sheriff Bot <webkit.review.bot@gmail.com>
1159 Unreviewed, rolling out r90893 and r90894.
1160 http://trac.webkit.org/changeset/90893
1161 http://trac.webkit.org/changeset/90894
1162 https://bugs.webkit.org/show_bug.cgi?id=64441
1164 NRWT still doesn't work on qt-mac platform (Requested by Ossy
1167 * platform/qt-mac/Skipped:
1169 2011-07-13 James Robinson <jamesr@chromium.org>
1171 [chromium] Add chromium mac gpu baseline for webgl-background-color.html
1173 * platform/chromium-gpu-mac/compositing/webgl/webgl-background-color-expected.png: Added.
1175 2011-07-13 James Robinson <jamesr@chromium.org>
1177 [chromium] Add two chromium gpu linux baselines.
1179 * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png:
1180 * platform/chromium-gpu-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png: Added.
1182 2011-07-13 James Robinson <jamesr@chromium.org>
1184 [chromium] Assorted chromium gpu rebaselines and expectation cleanups.
1186 * platform/chromium-gpu-linux/compositing/geometry/ancestor-overflow-change-expected.png: Added.
1187 * platform/chromium-gpu-linux/compositing/webgl/webgl-background-color-expected.png: Added.
1188 * platform/chromium-gpu-linux/fast/canvas/arc360-expected.png:
1189 * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png:
1190 * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
1191 * platform/chromium-gpu-linux/fast/canvas/canvas-text-baseline-expected.png:
1192 * platform/chromium-gpu-linux/fast/canvas/canvas-transforms-during-path-expected.png:
1193 * platform/chromium-gpu-linux/fast/canvas/drawImage-with-globalAlpha-expected.png: Removed.
1194 * platform/chromium-gpu-linux/fast/canvas/fillrect-gradient-zero-stops-expected.png:
1195 * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.png:
1196 * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png:
1197 * platform/chromium-gpu-linux/fast/canvas/image-pattern-rotate-expected.png:
1198 * platform/chromium-gpu-linux/fast/canvas/patternfill-repeat-expected.png:
1199 * platform/chromium-gpu-linux/fast/canvas/quadraticCurveTo-expected.png:
1200 * platform/chromium-gpu-mac/compositing/geometry/ancestor-overflow-change-expected.png: Added.
1201 * platform/chromium-gpu-mac/compositing/geometry/composited-html-size-expected.png: Added.
1202 * platform/chromium-gpu-mac/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added.
1203 * platform/chromium-gpu-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
1204 * platform/chromium-gpu-win/compositing/geometry/ancestor-overflow-change-expected.png: Added.
1205 * platform/chromium-gpu-win/compositing/geometry/ancestor-overflow-change-expected.txt: Added.
1206 * platform/chromium-gpu-win/compositing/webgl/webgl-background-color-expected.png: Added.
1207 * platform/chromium-gpu-win/compositing/webgl/webgl-background-color-expected.txt: Added.
1208 * platform/chromium-gpu-win/fast/canvas/arc360-expected.png:
1209 * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png:
1210 * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png:
1211 * platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.png:
1212 * platform/chromium-gpu-win/fast/canvas/canvas-transforms-during-path-expected.png:
1213 * platform/chromium-gpu-win/fast/canvas/drawImage-with-globalAlpha-expected.png: Removed.
1214 * platform/chromium-gpu-win/fast/canvas/fillrect-gradient-zero-stops-expected.png:
1215 * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.png:
1216 * platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.png:
1217 * platform/chromium-gpu-win/fast/canvas/image-pattern-rotate-expected.png:
1218 * platform/chromium-gpu-win/fast/canvas/patternfill-repeat-expected.png:
1219 * platform/chromium-gpu-win/fast/canvas/quadraticCurveTo-expected.png:
1220 * platform/chromium-linux/fast/canvas/canvas-composite-expected.png:
1221 * platform/chromium-mac/fast/canvas/canvas-composite-expected.png: Added.
1222 * platform/chromium-win/fast/canvas/canvas-composite-expected.png:
1223 * platform/chromium/test_expectations.txt:
1225 2011-07-13 Csaba Osztrogonác <ossy@webkit.org>
1227 [Qt][Mac] Unreviewed gardening.
1229 * platform/qt-mac/Skipped: Remove 2 tests, because they are in test_expectations.txt too.
1231 2011-07-13 James Robinson <jamesr@chromium.org>
1233 [chromium] More edge AA and misc chromium gpu baselines and expectations updates.
1235 * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.png:
1236 * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png:
1237 * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
1238 * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-expected.png:
1239 * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
1240 * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1241 * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transition-expected.png:
1242 * platform/chromium-gpu-linux/compositing/reflections/transform-inside-reflection-expected.png:
1243 * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.png:
1244 * platform/chromium-gpu-linux/compositing/transitions/scale-transition-no-start-expected.png:
1245 * platform/chromium-gpu-linux/media/video-canvas-alpha-expected.png:
1246 * platform/chromium-gpu-linux/media/video-transformed-expected.png:
1247 * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
1248 * platform/chromium-gpu-linux/platform/chromium/compositing/backface-visibility-transformed-expected.png: Added.
1249 * platform/chromium-gpu-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
1250 * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
1251 * platform/chromium-gpu-mac/compositing/framesets/composited-frame-alignment-expected.png: Added.
1252 * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png:
1253 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
1254 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
1255 * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png:
1256 * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1257 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transition-expected.png:
1258 * platform/chromium-gpu-mac/compositing/reflections/transform-inside-reflection-expected.png:
1259 * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png:
1260 * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.png:
1261 * platform/chromium-gpu-mac/media/video-transformed-expected.png:
1262 * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
1263 * platform/chromium-gpu-mac/platform/chromium/compositing/backface-visibility-transformed-expected.png: Added.
1264 * platform/chromium-gpu-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
1265 * platform/chromium-gpu-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png: Added.
1266 * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
1267 * platform/chromium-gpu-win/compositing/framesets/composited-frame-alignment-expected.png: Added.
1268 * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png:
1269 * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
1270 * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.png:
1271 * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
1272 * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1273 * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.png:
1274 * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.png:
1275 * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.png:
1276 * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.png:
1277 * platform/chromium-gpu-win/media/video-canvas-alpha-expected.png:
1278 * platform/chromium-gpu-win/media/video-transformed-expected.png:
1279 * platform/chromium-gpu-win/media/video-zoom-controls-expected.png:
1280 * platform/chromium-gpu-win/platform/chromium/compositing/backface-visibility-transformed-expected.png: Added.
1281 * platform/chromium-gpu-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
1282 * platform/chromium-gpu-win/platform/chromium/compositing/tiny-layer-rotated-expected.png: Added.
1283 * platform/chromium/test_expectations.txt:
1285 2011-07-13 Csaba Osztrogonác <ossy@webkit.org>
1287 [Qt] Unreviewed gardening.
1289 * platform/qt-4.8/Skipped: Skip http/tests/misc/script-async.html until fix.
1290 * platform/qt-mac/Skipped: Skip new failing tests.
1291 * platform/qt/test_expectations.txt: Mark slow tests.
1293 2011-07-12 James Robinson <jamesr@chromium.org>
1295 [chromium] Update expectations+baselines for edge AA changes.
1297 * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
1298 * platform/chromium-gpu-linux/compositing/geometry/fixed-in-composited-expected.png:
1299 * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
1300 * platform/chromium-gpu-linux/compositing/geometry/tall-page-composited-expected.png:
1301 * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png:
1302 * platform/chromium-gpu-linux/media/video-zoom-expected.png:
1303 * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png:
1304 * platform/chromium-gpu-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Added.
1305 * platform/chromium-gpu-mac/compositing/direct-image-compositing-expected.png:
1306 * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
1307 * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
1308 * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
1309 * platform/chromium-gpu-win/compositing/direct-image-compositing-expected.png:
1310 * platform/chromium-gpu-win/compositing/geometry/fixed-in-composited-expected.png:
1311 * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
1312 * platform/chromium-gpu-win/compositing/iframes/composited-iframe-alignment-expected.png:
1313 * platform/chromium-gpu-win/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Added.
1314 * platform/chromium-gpu-win/platform/chromium/compositing/child-layer-3d-sorting-expected.txt: Added.
1315 * platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.png:
1316 * platform/chromium-gpu-win/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Added.
1317 * platform/chromium-gpu-win/platform/chromium/compositing/perpendicular-layer-sorting-expected.txt: Added.
1318 * platform/chromium/test_expectations.txt:
1320 2011-07-12 David Reveman <reveman@chromium.org>
1322 [Chromium] Use nearest filter method with pixel aligned transforms.
1323 https://bugs.webkit.org/show_bug.cgi?id=64338
1325 Reviewed by James Robinson.
1327 Update expected results.
1329 * platform/chromium/test_expectations.txt:
1331 2011-07-12 Filip Pizlo <fpizlo@apple.com>
1333 DFG JIT does not implement op_construct.
1334 https://bugs.webkit.org/show_bug.cgi?id=64066
1336 Reviewed by Gavin Barraclough.
1338 Added a test for the DFG op_construct regression, where polymorphic constructor
1339 calls will result in the code being compiled for call but then invoked as a
1340 constructor. This test will fail if that part of the patch is omitted.
1342 * fast/js/polymorphic-construct-expected.txt: Added.
1343 * fast/js/polymorphic-construct.html: Added.
1344 * fast/js/script-tests/polymorphic-construct.js: Added.
1348 2011-07-12 Chris Rogers <crogers@google.com>
1350 Enable Web Audio for chromium DRT
1351 https://bugs.webkit.org/show_bug.cgi?id=64409
1353 Reviewed by James Robinson.
1355 * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
1357 2011-07-12 Oliver Hunt <oliver@apple.com>
1359 Overzealous type validation in method_check
1360 https://bugs.webkit.org/show_bug.cgi?id=64415
1362 Reviewed by Gavin Barraclough.
1364 Make sure we don't trip any assertions when caching access
1365 to an InternalFunction
1367 * fast/js/script-tests/method-check.js:
1369 2011-07-12 Joseph Pecoraro <joepeck@webkit.org>
1371 Unreviewed. Skipping a few tests which fail due to differing output
1372 in recent ApplicationCache quota tests. Reenabling the tests is
1373 tracked by <http://webkit.org/b/64410>.
1375 * platform/mac/Skipped:
1377 2011-07-12 Joseph Pecoraro <joepeck@webkit.org>
1379 Unreviewed. Skipping a few tests which fail due to differing output
1380 in recent ApplicationCache quota tests. Reenabling the tests is
1381 tracked by <http://webkit.org/b/64410>.
1383 * platform/qt/Skipped:
1385 2011-07-12 Kenichi Ishibashi <bashi@chromium.org>
1387 [Chromium] SVG text is not rendered sometimes with geometricPrecision
1388 https://bugs.webkit.org/show_bug.cgi?id=64341
1390 Add a test for the regression that the text is not rendered with geometricPrecision.
1392 Reviewed by Tony Chang.
1394 * platform/chromium-linux/svg/text/text-with-geometric-precision-expected.png: Added.
1395 * platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt: Added.
1396 * platform/chromium-linux/svg/text/text-with-geometric-precision.svg: Added.
1398 2011-07-12 Alexandru Chiculita <achicu@adobe.com>
1400 Reviewed by David Hyatt.
1402 [CSS Exclusions] Parse wrap-shape property
1403 https://bugs.webkit.org/show_bug.cgi?id=61726
1405 * fast/exclusions/parsing-wrap-shape-expected.txt: Added.
1406 * fast/exclusions/parsing-wrap-shape.html: Added.
1407 * fast/exclusions/script-tests/parsing-wrap-shape.js: Added.
1409 (testComputedStyle):
1414 2011-07-12 Joseph Pecoraro <joepeck@webkit.org>
1416 ApplicationCache update should not immediately fail when reaching per-origin quota
1417 https://bugs.webkit.org/show_bug.cgi?id=64177
1419 Reviewed by Alexey Proskuryakov.
1421 Include spaceNeeded information in the output dumped for appcache quota delegates.
1422 Add and update tests related to handling of per-origin quotas.
1424 * http/tests/appcache/origin-quota-continued-download-expected.txt: Added.
1425 * http/tests/appcache/origin-quota-continued-download.html: Added.
1426 * http/tests/appcache/resources/quota-origin-continued-download.html: Added.
1427 * http/tests/appcache/resources/quota-origin-continued-download.manifest: Added.
1428 New test which checks that there will still be a successful cache
1429 when the per-origin quota is reached and increased at the end of downloading.
1431 * http/tests/appcache/origin-quota-continued-download-multiple-manifests-expected.txt: Added.
1432 * http/tests/appcache/origin-quota-continued-download-multiple-manifests.html: Added.
1433 * http/tests/appcache/resources/quota-origin-continued-download-multiple-manifests-1.html: Added.
1434 * http/tests/appcache/resources/quota-origin-continued-download-multiple-manifests-1.manifest: Added.
1435 * http/tests/appcache/resources/quota-origin-continued-download-multiple-manifests-2.html: Added.
1436 * http/tests/appcache/resources/quota-origin-continued-download-multiple-manifests-2.manifest: Added.
1437 * http/tests/appcache/resources/quota-origin-continued-download.html: Added.
1438 * http/tests/appcache/resources/quota-origin-continued-download.manifest: Added.
1439 New test which checks that the spaceNeeded appropriately lists enough space for
1440 multiple manifests across multiple frames for the same origin.
1442 * http/tests/appcache/resources/quota-origin-iframe-3.manifest: Fix a typo.
1443 * http/tests/appcache/origin-quota.html:
1444 Update the old test to disallow automatic increase of the quota,
1445 which is the default handling of DRT when reaching the quota.
1447 * platform/chromium/test_expectations.txt:
1448 * platform/gtk/Skipped:
1449 * platform/qt/Skipped:
1450 * platform/win/Skipped:
1451 * platform/wk2/Skipped:
1452 Skip the test on ports that don't implement ApplicationCache per-origin quotas.
1454 2011-07-12 Pavel Feldman <pfeldman@google.com>
1456 Web Inspector: introduce UserMetrics for collecting stats in Chromium port.
1457 https://bugs.webkit.org/show_bug.cgi?id=64350
1459 Reviewed by Yury Semikhatsky.
1461 * inspector/user-metrics-expected.txt: Added.
1462 * inspector/user-metrics.html: Added.
1464 2011-07-12 Jeff Timanus <twiz@chromium.org>
1466 Reviewed by Stephen White.
1468 Suppress flaky Chromium layout tests.
1469 https://bugs.webkit.org/show_bug.cgi?id=64308
1471 * platform/chromium/test_expectations.txt:
1473 2011-07-12 Noel Gordon <noel.gordon@gmail.com>
1475 Remove results for iframe-outline.html
1476 https://bugs.webkit.org/show_bug.cgi?id=64343
1478 fast/frames/iframe-outline.html was reverted in bug 57439 (another test
1479 added to replace it). Remove the redundant iframe-outline test results.
1481 Reviewed by Tony Chang.
1483 * platform/chromium-win/fast/frames/iframe-outline-expected.png: Removed.
1484 * platform/chromium/iframe-outline-expected.png: Removed.
1485 * platform/gtk/fast/frames/iframe-outline-expected.png: Removed.
1486 * platform/gtk/fast/frames/iframe-outline-expected.txt: Removed.
1488 2011-07-12 Jessie Berlin <jberlin@apple.com>
1490 WebKitTestRunner needs an implemenation of allowRoundingHacks
1491 https://bugs.webkit.org/show_bug.cgi?id=63477
1493 Add platform/mac/fast/text/rounding-hacks-expansion.html to the wk2 Skipped list to get the
1496 * platform/wk2/Skipped:
1498 2011-07-12 Pavel Podivilov <podivilov@chromium.org>
1500 Web Inspector: make TextViewerDelegate methods implementations public in SourceFrame.
1501 https://bugs.webkit.org/show_bug.cgi?id=64353
1503 Reviewed by Pavel Feldman.
1505 * inspector/debugger/live-edit.html:
1507 2011-07-12 Adam Roben <aroben@apple.com>
1509 Update Windows expected results for plugins/mouse-events-fixedpos.html after r90742
1511 * platform/win/plugins/mouse-events-fixedpos-expected.txt:
1513 2011-07-12 Eric Seidel <eric@webkit.org>
1515 [Qt] NRWT should pick up the right httpd config file
1516 https://bugs.webkit.org/show_bug.cgi?id=64086
1518 Reviewed by Adam Barth.
1520 Removed this old httpd.conf file (used by Tiger and old linux distros)
1521 since no supported WebKit ports use it anymore.
1523 * http/conf/httpd.conf: Removed.
1525 2011-07-11 Hironori Bono <hbono@chromium.org>
1527 Reviewed by Adam Roben.
1529 Implement layoutTestController.setTextDirection for WebKit2 and Windows.
1530 https://bugs.webkit.org/show_bug.cgi?id=61931
1532 This change implements layoutTextController.setTextDirection for WebKit2
1533 and Windows so we can run a layout test added by r87770 on them. Each
1534 implementation adds a wrapper function for Editor::setBaseWritingDirection()
1535 so LayoutTestController can call it.
1537 * platform/mac-wk2/Skipped: Removed set-text-direction.html.
1538 * platform/win/Skipped: ditto.
1540 2011-07-11 Ryosuke Niwa <rniwa@webkit.org>
1542 Skip hittest-on-relative-positioned-children.html in WebKit2.
1544 * platform/wk2/Skipped:
1546 2011-07-11 Yuta Kitamura <yutak@chromium.org>
1548 WebSocket: Remove WebSocket tests that do not apply to hybi protocol
1549 https://bugs.webkit.org/show_bug.cgi?id=64288
1551 Reviewed by Kent Tamura.
1553 Remove tests from http/tests/websocket/tests/hybi that are not meaningful in terms of
1554 the hybi protocol. The most recent WebSocket protocol draft is available at
1555 <http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10>, and referred as
1558 * http/tests/websocket/tests/hybi/error-detect-expected.txt: Removed.
1559 * http/tests/websocket/tests/hybi/error-detect.html: Removed.
1560 Hybi protocol has a completely different scheme of representing frame types.
1561 Additionally, hybi-10 no longer fires "error" events (which invoke "onerror" handler).
1562 * http/tests/websocket/tests/hybi/fixed-origin_wsh.py: Removed.
1563 * http/tests/websocket/tests/hybi/frame-length-longer-than-buffer-expected.txt: Removed.
1564 * http/tests/websocket/tests/hybi/frame-length-longer-than-buffer.html: Removed.
1565 Variable-length encoding (which is used to represent frame length in hixie-76) is no longer
1567 * http/tests/websocket/tests/hybi/frame-length-longer-than-buffer_wsh.py: Removed.
1568 * http/tests/websocket/tests/hybi/frame-length-overflow-expected.txt: Removed.
1569 * http/tests/websocket/tests/hybi/frame-length-overflow.html: Removed. Ditto.
1570 * http/tests/websocket/tests/hybi/frame-length-overflow_wsh.py: Removed.
1571 * http/tests/websocket/tests/hybi/frame-length-skip-expected.txt: Removed.
1572 * http/tests/websocket/tests/hybi/frame-length-skip.html: Removed.
1573 There are two ways to indicate the length of a frame in hixie-76 protocol, but
1574 hybi-10 has only one method (length-prefixed frames). Skipping unwanted frames will
1575 be covered by other tests that will be added in a later patch.
1576 * http/tests/websocket/tests/hybi/frame-length-skip_wsh.py: Removed.
1577 * http/tests/websocket/tests/hybi/handshake-fail-by-cross-origin-expected.txt: Removed.
1578 * http/tests/websocket/tests/hybi/handshake-fail-by-cross-origin.html: Removed.
1579 In hybi-10, servers no longer returns Origin header in handshake response, and clients
1580 are not required to validate this value.
1581 * http/tests/websocket/tests/hybi/handshake-fail-by-sub-protocol-mismatch-expected.txt: Removed.
1582 * http/tests/websocket/tests/hybi/handshake-fail-by-sub-protocol-mismatch.html: Removed.
1583 In hybi-10, clients are not required to (and must not) compare the values of subprotocols
1584 in client's request and server's response.
1585 * http/tests/websocket/tests/hybi/unknown-frame-type_wsh.py: Removed.
1586 * http/tests/websocket/tests/hybi/url-with-query-for-no-query-expected.txt: Removed.
1587 * http/tests/websocket/tests/hybi/url-with-query-for-no-query.html: Removed.
1588 In hybi-10, servers do not provide "Sec-WebSocket-Location" header, and clients are not required
1589 to validate this value.
1590 * http/tests/websocket/tests/hybi/websocket-protocol-ignored-expected.txt: Removed.
1591 * http/tests/websocket/tests/hybi/websocket-protocol-ignored.html: Removed.
1592 Same as handshake-fail-by-sub-protocol-mismatch.html.
1594 2011-07-11 Ryosuke Niwa <rniwa@webkit.org>
1596 positionForPoint is broken when a block is positioned relatively inside the parent
1597 https://bugs.webkit.org/show_bug.cgi?id=64298
1599 Reviewed by Simon Fraser.
1601 Added a test for hit testing on relatively positioned children.
1603 * fast/block/positioning/hittest-on-relative-positioned-children-expected.txt: Added.
1604 * fast/block/positioning/hittest-on-relative-positioned-children.html: Added.
1606 2011-07-11 Dan Bernstein <mitz@apple.com>
1608 Excessive expansion of justified text when rounding hacks are enabled
1609 https://bugs.webkit.org/show_bug.cgi?id=64331
1611 Reviewed by Anders Carlsson.
1613 * platform/mac/fast/text/rounding-hacks-expansion.html: Added.
1614 * platform/mac/platform/mac/fast/text/rounding-hacks-expansion-expected.png: Added.
1615 * platform/mac/platform/mac/fast/text/rounding-hacks-expansion-expected.txt: Added.
1617 2011-07-11 Ojan Vafai <ojan@chromium.org>
1619 Win7 rebaselines after http://trac.webkit.org/changeset/90701.
1620 Should have been part of http://trac.webkit.org/changeset/90716/,
1621 but the Win7 bot was down at that time.
1623 * platform/chromium-win/http/tests/loading/simple-subframe-expected.png:
1624 * platform/chromium-win/http/tests/local/file-url-sent-as-referer-expected.png:
1625 * platform/chromium-win/http/tests/misc/acid2-pixel-expected.png:
1626 * platform/chromium-win/http/tests/misc/iframe404-expected.png:
1627 * platform/chromium-win/http/tests/misc/location-replace-crossdomain-expected.png:
1628 * platform/chromium-win/http/tests/multipart/invalid-image-data-standalone-expected.png:
1629 * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.png:
1630 * platform/chromium/test_expectations.txt:
1631 Removing useless duplicated comment line.
1633 2011-07-11 Ojan Vafai <ojan@chromium.org>
1635 Update expectation that was missed because the WIN7 bot was down for a long time.
1636 * platform/chromium/test_expectations.txt:
1638 2011-07-11 Dirk Pranke <dpranke@chromium.org>
1640 update the boilerplate documentation in the test_expectations.txt files
1641 https://bugs.webkit.org/show_bug.cgi?id=64221
1643 Reviewed by Eric Seidel.
1645 The test expectations files either had documentation for the
1646 Chromium port's version of the file (which was also incorrect),
1647 or were undocumented. This adds a comment with a link to the
1648 documentation for the file to each.
1650 * platform/chromium/test_expectations.txt:
1651 * platform/gtk/test_expectations.txt:
1652 * platform/mac/test_expectations.txt:
1653 * platform/qt/test_expectations.txt:
1654 * platform/win/test_expectations.txt:
1656 2011-07-11 Dirk Pranke <dpranke@chromium.org>
1658 Skip plugins/evaluate-js-after-removing-plugin-element.html on Chromium Vista.
1660 https://bugs.webkit.org/show_bug.cgi?id=64319
1662 Unreviewed, expectations change.
1664 * platform/chromium/test_expectations.txt:
1666 2011-07-11 Yi Shen <yi.4.shen@nokia.com>
1668 [Qt] Unreviewed rollout 90779 which may fail the layout-test.
1670 * loader/load-defer-resume-crash-expected.txt: Removed.
1671 * loader/load-defer-resume-crash.html: Removed.
1672 * loader/resources/images.html: Removed.
1673 * platform/chromium/test_expectations.txt:
1675 2011-07-11 Jessie Berlin <jberlin@apple.com>
1677 WebKitTestRunner needs an implementation of layoutTestController.setDefersLoading.
1678 https://bugs.webkit.org/show_bug.cgi?id=64313
1680 Add loader/load-defer-resume-crash.html to the WK2 Skipped list in order to get the bots
1683 * platform/wk2/Skipped:
1685 2011-07-11 Yi Shen <yi.4.shen@nokia.com>
1687 [Qt] ASSERTION FAILED in ResourceHandle::setDefersLoading causes crash
1688 https://bugs.webkit.org/show_bug.cgi?id=62808
1690 Added a test for the crash occurs when load deferring is turned off.
1692 Reviewed by Benjamin Poulain.
1694 * loader/load-defer-resume-crash-expected.txt: Added.
1695 * loader/load-defer-resume-crash.html: Added.
1696 * loader/resources/images.html: Added.
1697 * platform/chromium/test_expectations.txt: Skip this test since the LayoutTestController::setDefersLoading is not implemented for chromium.
1699 2011-07-11 Stephen White <senorblanco@chromium.org>
1701 Unreviewed; chromium test expectations update.
1703 Mark 2d.gradient.object.update as passing after r90767.
1705 * platform/chromium/test_expectations.txt:
1707 2011-07-11 Young Han Lee <joybro@company100.net>
1709 Reviewed by Simon Fraser.
1711 Transition LayoutTest using pause API shows wrong result if it tries to pause a transition after its delay time.
1712 https://bugs.webkit.org/show_bug.cgi?id=63859
1714 The existing code to set the m_startTime haven't worked because
1715 the animation is not the right state to accept the start event.
1716 This patch just sets the values directly instead of using event.
1718 * transitions/delay-expected.txt: Added.
1719 * transitions/delay.html: Added.
1721 2011-07-11 Anders Carlsson <andersca@apple.com>
1723 Implement getFormValue for WebKit2
1724 https://bugs.webkit.org/show_bug.cgi?id=64294
1725 <rdar://problem/3964087>
1727 Remove now passing test.
1729 * platform/wk2/Skipped:
1731 2011-07-11 Ojan Vafai <ojan@chromium.org>
1733 Fix syntax error from r90757.
1735 * platform/chromium/test_expectations.txt:
1737 2011-07-11 Jessie Berlin <jberlin@apple.com>
1739 http/tests/cache/history-only-cached-subresource-loads-max-age-https.html timing out on
1740 Windows and WebKit2 since it was added.
1741 https://bugs.webkit.org/show_bug.cgi?id=63806
1743 Add the test to the WK2 Skipped list to get the bots green.
1745 * platform/wk2/Skipped:
1747 2011-07-11 Yury Semikhatsky <yurys@chromium.org>
1749 Unreviewed. Update Chromium test expectations.
1751 * platform/chromium/test_expectations.txt:
1753 2011-07-11 Csaba Osztrogonác <ossy@webkit.org>
1755 [Qt][Mac] Unreviewed gardening.
1757 * platform/qt-mac/Skipped: Remove non-existent editing/pasteboard/do-not-copy-body-color.html.
1759 2011-07-11 Yury Semikhatsky <yurys@chromium.org>
1761 Unreviewed. Update Chromium test expectations.
1763 * platform/chromium/test_expectations.txt:
1765 2011-07-11 Yury Semikhatsky <yurys@chromium.org>
1767 Unreviewed. Update Chromium test expectations.
1769 * platform/chromium/test_expectations.txt:
1771 2011-07-11 Jessie Berlin <jberlin@apple.com>
1773 WebKitTestRunner needs an implementation of eventSender.beginDragWithFiles.
1774 https://bugs.webkit.org/show_bug.cgi?id=64285
1776 Add fast/forms/file-input-change-event.html to the mac-wk2 Skipped list to get the bots
1779 * platform/wk2/Skipped:
1781 2011-07-11 Andrey Kosyakov <caseq@chromium.org>
1783 Reviewed by Pavel Feldman.
1785 Web Inspector: [refactoring] Remove dependencies of components requiring network resource list from network panel
1786 https://bugs.webkit.org/show_bug.cgi?id=62477
1788 * http/tests/inspector/resource-har-conversion.html:
1790 2011-07-11 Adam Roben <aroben@apple.com>
1792 Add back the win-xp and win-wk2 results that were deleted in r90699
1794 Deleting these results caused the tests to start failing on the bots. The only test result I
1796 win-wk2/http/tests/uri/username-with-no-hostname-expected.txt, as that test is not currently
1797 failing on the bots.
1799 Fixes <http://webkit.org/b/64277> REGRESSION (r90699): 12 svg tests failing on Windows XP
1800 Debug (Tests) and 13 tests failing on Windows 7 Release (WebKit2 Tests)
1802 * platform/win-wk2/editing/selection/caret-ltr-right-expected.txt: Added.
1803 * platform/win-wk2/editing/selection/drag-text-delay-expected.txt: Added.
1804 * platform/win-wk2/fast/css/pseudo-any-expected.txt: Added.
1805 * platform/win-wk2/fast/forms/textfield-overflow-expected.txt: Added.
1806 * platform/win-wk2/fast/ruby/after-block-doesnt-crash-expected.txt: Added.
1807 * platform/win-wk2/fast/ruby/after-table-doesnt-crash-expected.txt: Added.
1808 * platform/win-wk2/fast/ruby/before-block-doesnt-crash-expected.txt: Added.
1809 * platform/win-wk2/fast/ruby/before-table-doesnt-crash-expected.txt: Added.
1810 * platform/win-wk2/fast/ruby/generated-after-counter-doesnt-crash-expected.txt: Added.
1811 * platform/win-wk2/fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt: Added.
1812 * platform/win-wk2/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Added.
1813 * platform/win-wk2/plugins/npruntime/embed-property-equality-expected.txt: Added.
1814 * platform/win-wk2/plugins/resize-from-plugin-expected.txt: Added.
1815 * platform/win-xp/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
1816 * platform/win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
1817 * platform/win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
1818 * platform/win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
1819 * platform/win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
1820 * platform/win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
1821 * platform/win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
1822 * platform/win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
1823 * platform/win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
1824 * platform/win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
1825 * platform/win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
1826 * platform/win-xp/svg/text/bidi-tspans-expected.txt: Added.
1828 2011-07-11 Noel Gordon <noel.gordon@gmail.com>
1830 Reviewed by Adam Roben.
1832 New plugin/keyboard-events,mouse-events test expectations for the windows port.
1833 https://bugs.webkit.org/show_bug.cgi?id=62375
1835 * platform/win/plugins/keyboard-events-expected.txt: Added.
1836 * platform/win/plugins/mouse-events-expected.txt: Updated.
1838 2011-07-11 Yael Aharon <yael.aharon@nokia.com>
1840 [Qt]REGRESSION(r90471): It made 4 fast/notifications tests fail on Qt
1841 https://bugs.webkit.org/show_bug.cgi?id=63255
1843 Reviewed by Csaba Osztrogonác.
1845 Modify the tests to wait until the icon loading is finished.
1847 * fast/notifications/notifications-double-show.html:
1848 * fast/notifications/notifications-with-permission.html:
1849 * platform/qt/Skipped:
1851 2011-07-11 Csaba Osztrogonác <ossy@webkit.org>
1853 [Qt] Unreviewed gardening.
1855 inspector/cookie-parser.html is a flaky crash
1856 https://bugs.webkit.org/show_bug.cgi?id=62662
1858 * platform/qt/test_expectations.txt: Set inspector/cookie-parser.html as flakey test.
1860 2011-07-11 Yury Semikhatsky <yurys@chromium.org>
1862 Unreviewed. Remove duplicates from Chromium test expectations.
1864 * platform/chromium/test_expectations.txt:
1866 2011-07-11 Yury Semikhatsky <yurys@chromium.org>
1868 Unreviewed. Update Chromium test expectations after r90698.
1870 * platform/chromium/test_expectations.txt:
1872 2011-07-11 Csaba Osztrogonác <ossy@webkit.org>
1874 [Qt][Mac] Unreviewed gardening.
1876 * platform/qt-mac/Skipped:
1877 - Remove non-existent editing tests.
1878 - Remove fast/selectors/unqualified-hover-strict.html, because it is in test_expectations.txt too.
1879 - Remove http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm, because it is in test_expectations.txt too.
1881 2011-07-11 Yury Semikhatsky <yurys@chromium.org>
1883 Unreviewed. Update Chromium test expectations.
1885 * platform/chromium/test_expectations.txt:
1887 2011-07-11 Andras Becsi <abecsi@webkit.org>
1889 [Qt] http/tests/plugins/get-url.html is crashing on the bot
1890 https://bugs.webkit.org/show_bug.cgi?id=64168
1892 Rubber-stamped by Csaba Osztrogonác.
1894 * platform/qt/test_expectations.txt: Do not expect the test to crash any more.
1896 2011-07-11 Kenichi Ishibashi <bashi@chromium.org>
1898 Add TestNetscapePlugIn/Tests/FormValue.cpp to DRT build files
1899 https://bugs.webkit.org/show_bug.cgi?id=64248
1901 Updates test_expectations.
1903 Reviewed by Kent Tamura.
1905 * platform/chromium/test_expectations.txt: Removed SKIP from plugins/form-value.html.
1907 2011-07-11 James Robinson <jamesr@chromium.org>
1909 [chromium] Update win/linux pixel expectations for r90701 (part 12/12).
1911 * platform/chromium-gpu-linux/compositing/geometry/outline-change-expected.png:
1912 * platform/chromium-gpu-linux/compositing/iframes/iframe-copy-on-scroll-expected.png:
1913 * platform/chromium-gpu-linux/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
1914 * platform/chromium-gpu-win/compositing/geometry/outline-change-expected.png:
1915 * platform/chromium-gpu-win/compositing/iframes/iframe-copy-on-scroll-expected.png:
1916 * platform/chromium-gpu-win/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
1917 * platform/chromium-linux/editing/pasteboard/3976872-expected.png:
1918 * platform/chromium-linux/fast/blockflow/vertical-align-table-baseline-expected.png:
1919 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1920 * platform/chromium-linux/fast/canvas/setWidthResetAfterForcedRender-expected.png:
1921 * platform/chromium-linux/fast/css/acid2-pixel-expected.png:
1922 * platform/chromium-linux/fast/dom/34176-expected.png:
1923 * platform/chromium-linux/fast/dom/HTMLElement/bdo-expected.png:
1924 * platform/chromium-linux/fast/encoding/invalid-UTF-8-expected.png:
1925 * platform/chromium-linux/fast/frames/viewsource-attribute-expected.png:
1926 * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
1927 * platform/chromium-linux/fast/repaint/4774354-expected.png:
1928 * platform/chromium-linux/fast/repaint/iframe-scroll-repaint-expected.png: Removed.
1929 * platform/chromium-linux/fast/replaced/outline-replaced-elements-expected.png:
1930 * platform/chromium-linux/fast/text/atsui-kerning-and-ligatures-expected.png: Added.
1931 * platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.png:
1932 * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png:
1933 * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png:
1934 * platform/chromium-linux/fast/text/international/003-expected.png:
1935 * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.png:
1936 * platform/chromium-linux/http/tests/misc/iframe404-expected.png:
1937 * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
1938 * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
1939 * platform/chromium-linux/plugins/embed-attributes-style-expected.png:
1940 * platform/chromium-linux/svg/custom/svg-fonts-fallback-expected.png:
1941 * platform/chromium-linux/tables/mozilla/bugs/45621-expected.png:
1942 * platform/chromium-linux/tables/mozilla/bugs/bug1220-expected.png:
1943 * platform/chromium-linux/tables/mozilla/bugs/bug20804-expected.png:
1944 * platform/chromium-linux/tables/mozilla/bugs/bug51140-expected.png:
1945 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
1946 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: Added.
1947 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
1948 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
1949 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
1950 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
1951 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
1952 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
1953 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
1954 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
1955 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
1956 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
1957 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
1958 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
1959 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png:
1960 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png:
1961 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
1962 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
1963 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
1964 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
1965 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
1966 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
1967 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
1968 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
1969 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
1970 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
1971 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
1972 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
1973 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
1974 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
1975 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
1976 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
1977 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
1978 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
1979 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
1980 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
1981 * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.png:
1982 * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
1983 * platform/chromium-linux/transforms/2d/transform-borderbox-expected.png:
1984 * platform/chromium-linux/transforms/2d/transform-fixed-container-expected.png:
1985 * platform/chromium-linux/transforms/2d/transform-origin-borderbox-expected.png:
1986 * platform/chromium-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png: Added.
1987 * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png: Added.
1988 * platform/chromium-win-vista/fast/text/atsui-kerning-and-ligatures-expected.png:
1989 * platform/chromium-win-vista/fast/text/atsui-spacing-features-expected.png: Removed.
1990 * platform/chromium-win-vista/http/tests/misc/iframe404-expected.png: Added.
1991 * platform/chromium-win-vista/http/tests/navigation/javascriptlink-frames-expected.png: Added.
1992 * platform/chromium-win-xp/fast/blockflow/vertical-align-table-baseline-expected.png: Added.
1993 * platform/chromium-win-xp/fast/dom/34176-expected.png: Added.
1994 * platform/chromium-win-xp/fast/text/atsui-negative-spacing-features-expected.png: Added.
1995 * platform/chromium-win-xp/fast/text/atsui-spacing-features-expected.png:
1996 * platform/chromium-win-xp/fast/text/international/003-expected.png: Added.
1997 * platform/chromium-win-xp/fast/text/international/hebrew-vowels-expected.png: Added.
1998 * platform/chromium-win/editing/pasteboard/3976872-expected.png:
1999 * platform/chromium-win/fast/blockflow/vertical-align-table-baseline-expected.png:
2000 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
2001 * platform/chromium-win/fast/canvas/setWidthResetAfterForcedRender-expected.png:
2002 * platform/chromium-win/fast/css/acid2-pixel-expected.png:
2003 * platform/chromium-win/fast/dom/34176-expected.png:
2004 * platform/chromium-win/fast/dom/HTMLElement/bdo-expected.png:
2005 * platform/chromium-win/fast/forms/001-expected.png:
2006 * platform/chromium-win/fast/forms/input-first-letter-expected.png:
2007 * platform/chromium-win/fast/frames/viewsource-attribute-expected.png:
2008 * platform/chromium-win/fast/html/details-writing-mode-expected.png:
2009 * platform/chromium-win/fast/repaint/4774354-expected.png:
2010 * platform/chromium-win/fast/replaced/outline-replaced-elements-expected.png:
2011 * platform/chromium-win/fast/text/atsui-kerning-and-ligatures-expected.png:
2012 * platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.png:
2013 * platform/chromium-win/fast/text/atsui-spacing-features-expected.png:
2014 * platform/chromium-win/fast/text/international/003-expected.png:
2015 * platform/chromium-win/fast/text/international/003-expected.txt:
2016 * platform/chromium-win/fast/text/international/hebrew-vowels-expected.png:
2017 * platform/chromium-win/fast/text/should-use-atsui-expected.png:
2018 * platform/chromium-win/plugins/embed-attributes-style-expected.png:
2019 * platform/chromium-win/svg/custom/svg-fonts-fallback-expected.png:
2020 * platform/chromium-win/tables/mozilla/bugs/45621-expected.png:
2021 * platform/chromium-win/tables/mozilla/bugs/bug1220-expected.png:
2022 * platform/chromium-win/tables/mozilla/bugs/bug15933-expected.png:
2023 * platform/chromium-win/tables/mozilla/bugs/bug20804-expected.png:
2024 * platform/chromium-win/tables/mozilla/bugs/bug51140-expected.png:
2025 * platform/chromium-win/tables/mozilla/bugs/bug51140-expected.txt:
2026 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
2027 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
2028 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
2029 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
2030 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
2031 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
2032 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
2033 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
2034 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
2035 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
2036 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
2037 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
2038 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
2039 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png:
2040 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png:
2041 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
2042 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
2043 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
2044 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
2045 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
2046 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
2047 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
2048 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
2049 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
2050 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
2051 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
2052 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
2053 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
2054 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
2055 * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
2056 * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
2057 * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
2058 * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
2059 * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
2060 * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
2061 * platform/chromium-win/tables/mozilla_expected_failures/other/empty_cells-expected.png:
2062 * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.png:
2063 * platform/chromium-win/transforms/2d/transform-borderbox-expected.png:
2064 * platform/chromium-win/transforms/2d/transform-fixed-container-expected.png:
2065 * platform/chromium-win/transforms/2d/transform-origin-borderbox-expected.png:
2066 * platform/chromium/test_expectations.txt:
2068 2011-07-10 Yuta Kitamura <yutak@chromium.org>
2070 WebSocket: Copy existing WebSocket tests
2071 https://bugs.webkit.org/show_bug.cgi?id=64242
2073 Reviewed by Kent Tamura.
2075 Copy the existing WebSocket tests under http/tests/websocket/tests/hybi/ and skip them.
2077 These tests will be used to test the latest WebSocket protocol implementation. They are skipped
2078 in all ports for now, and will be unskipped when the new protocol implementation is landed in WebCore.
2080 The following modifications are applied to the new tests:
2081 - Change paths and URLs appeared in the tests and the test results so they fit for the new location.
2082 - Call layoutTestController.overridePreferences() to enable the new protocol implementation.
2084 * http/tests/websocket/tests/hybi/alert-in-event-handler-expected.txt: Added.
2085 * http/tests/websocket/tests/hybi/alert-in-event-handler.html: Added.
2086 * http/tests/websocket/tests/hybi/bad-handshake-crash-expected.txt: Added.
2087 * http/tests/websocket/tests/hybi/bad-handshake-crash.html: Added.
2088 * http/tests/websocket/tests/hybi/bad-handshake-crash_wsh.py: Added.
2089 * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: Added.
2090 * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars.html: Added.
2091 * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt: Added.
2092 * http/tests/websocket/tests/hybi/bad-sub-protocol-empty.html: Added.
2093 * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt: Added.
2094 * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii.html: Added.
2095 * http/tests/websocket/tests/hybi/bufferedAmount-after-close-expected.txt: Added.
2096 * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html: Added.
2097 * http/tests/websocket/tests/hybi/client-close-expected.txt: Added.
2098 * http/tests/websocket/tests/hybi/client-close.html: Added.
2099 * http/tests/websocket/tests/hybi/client-close_wsh.py: Added.
2100 * http/tests/websocket/tests/hybi/close-before-open-expected.txt: Added.
2101 * http/tests/websocket/tests/hybi/close-before-open.html: Added.
2102 * http/tests/websocket/tests/hybi/close-event-expected.txt: Added.
2103 * http/tests/websocket/tests/hybi/close-event.html: Added.
2104 * http/tests/websocket/tests/hybi/close-on-navigate-new-location-expected.txt: Added.
2105 * http/tests/websocket/tests/hybi/close-on-navigate-new-location.html: Added.
2106 * http/tests/websocket/tests/hybi/close-on-unload-and-force-gc-expected.txt: Added.
2107 * http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html: Added.
2108 * http/tests/websocket/tests/hybi/close-on-unload-expected.txt: Added.
2109 * http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent-expected.txt: Added.
2110 * http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html: Added.
2111 * http/tests/websocket/tests/hybi/close-on-unload.html: Added.
2112 * http/tests/websocket/tests/hybi/close-on-unload_wsh.py: Added.
2113 * http/tests/websocket/tests/hybi/close-unref-websocket-expected.txt: Added.
2114 * http/tests/websocket/tests/hybi/close-unref-websocket.html: Added.
2115 * http/tests/websocket/tests/hybi/cross-origin-expected.txt: Added.
2116 * http/tests/websocket/tests/hybi/cross-origin.html: Added.
2117 * http/tests/websocket/tests/hybi/echo-challenge_wsh.py: Added.
2118 * http/tests/websocket/tests/hybi/echo-cookie_wsh.py: Added.
2119 * http/tests/websocket/tests/hybi/echo-location_wsh.py: Added.
2120 * http/tests/websocket/tests/hybi/echo_wsh.py: Added.
2121 * http/tests/websocket/tests/hybi/error-detect-expected.txt: Added.
2122 * http/tests/websocket/tests/hybi/error-detect.html: Added.
2123 * http/tests/websocket/tests/hybi/fixed-origin_wsh.py: Added.
2124 * http/tests/websocket/tests/hybi/frame-length-longer-than-buffer-expected.txt: Added.
2125 * http/tests/websocket/tests/hybi/frame-length-longer-than-buffer.html: Added.
2126 * http/tests/websocket/tests/hybi/frame-length-longer-than-buffer_wsh.py: Added.
2127 * http/tests/websocket/tests/hybi/frame-length-overflow-expected.txt: Added.
2128 * http/tests/websocket/tests/hybi/frame-length-overflow.html: Added.
2129 * http/tests/websocket/tests/hybi/frame-length-overflow_wsh.py: Added.
2130 * http/tests/websocket/tests/hybi/frame-length-skip-expected.txt: Added.
2131 * http/tests/websocket/tests/hybi/frame-length-skip.html: Added.
2132 * http/tests/websocket/tests/hybi/frame-length-skip_wsh.py: Added.
2133 * http/tests/websocket/tests/hybi/frame-lengths-expected.txt: Added.
2134 * http/tests/websocket/tests/hybi/frame-lengths.html: Added.
2135 * http/tests/websocket/tests/hybi/handshake-challenge-randomness-expected.txt: Added.
2136 * http/tests/websocket/tests/hybi/handshake-challenge-randomness.html: Added.
2137 * http/tests/websocket/tests/hybi/handshake-error-expected.txt: Added.
2138 * http/tests/websocket/tests/hybi/handshake-error.html: Added.
2139 * http/tests/websocket/tests/hybi/handshake-error_wsh.py: Added.
2140 * http/tests/websocket/tests/hybi/handshake-fail-by-cross-origin-expected.txt: Added.
2141 * http/tests/websocket/tests/hybi/handshake-fail-by-cross-origin.html: Added.
2142 * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt: Added.
2143 * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength.html: Added.
2144 * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength_wsh.py: Added.
2145 * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt: Added.
2146 * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header.html: Added.
2147 * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header_wsh.py: Added.
2148 * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt: Added.
2149 * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr.html: Added.
2150 * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr_wsh.py: Added.
2151 * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt: Added.
2152 * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header.html: Added.
2153 * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header_wsh.py: Added.
2154 * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt: Added.
2155 * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null.html: Added.
2156 * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null_wsh.py: Added.
2157 * http/tests/websocket/tests/hybi/handshake-fail-by-sub-protocol-mismatch-expected.txt: Added.
2158 * http/tests/websocket/tests/hybi/handshake-fail-by-sub-protocol-mismatch.html: Added.
2159 * http/tests/websocket/tests/hybi/hanging-handshake_wsh.py: Added.
2160 * http/tests/websocket/tests/hybi/httponly-cookie-expected.txt: Added.
2161 * http/tests/websocket/tests/hybi/httponly-cookie.pl: Added.
2162 * http/tests/websocket/tests/hybi/long-invalid-header-expected.txt: Added.
2163 * http/tests/websocket/tests/hybi/long-invalid-header.html: Added.
2164 * http/tests/websocket/tests/hybi/long-invalid-header_wsh.py: Added.
2165 * http/tests/websocket/tests/hybi/multiple-connections-expected.txt: Added.
2166 * http/tests/websocket/tests/hybi/multiple-connections.html: Added.
2167 * http/tests/websocket/tests/hybi/no-query_wsh.py: Added.
2168 * http/tests/websocket/tests/hybi/null-character-expected.txt: Added.
2169 * http/tests/websocket/tests/hybi/null-character.html: Added.
2170 * http/tests/websocket/tests/hybi/origin-test_wsh.py: Added.
2171 * http/tests/websocket/tests/hybi/protocol-test_wsh.py: Added.
2172 * http/tests/websocket/tests/hybi/reload-crash-expected.txt: Added.
2173 * http/tests/websocket/tests/hybi/reload-crash.html: Added.
2174 * http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html: Added.
2175 * http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html: Added.
2176 * http/tests/websocket/tests/hybi/resources/reload-crash-iframe.html: Added.
2177 * http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt: Added.
2178 * http/tests/websocket/tests/hybi/send-after-close-on-unload.html: Added.
2179 * http/tests/websocket/tests/hybi/send-expected.txt: Added.
2180 * http/tests/websocket/tests/hybi/send-throw-expected.txt: Added.
2181 * http/tests/websocket/tests/hybi/send-throw.html: Added.
2182 * http/tests/websocket/tests/hybi/send.html: Added.
2183 * http/tests/websocket/tests/hybi/send2_wsh.py: Added.
2184 * http/tests/websocket/tests/hybi/send_wsh.py: Added.
2185 * http/tests/websocket/tests/hybi/server-close-expected.txt: Added.
2186 * http/tests/websocket/tests/hybi/server-close.html: Added.
2187 * http/tests/websocket/tests/hybi/server-close_wsh.py: Added.
2188 * http/tests/websocket/tests/hybi/simple-expected.txt: Added.
2189 * http/tests/websocket/tests/hybi/simple-stress-expected.txt: Added.
2190 * http/tests/websocket/tests/hybi/simple-stress.html: Added.
2191 * http/tests/websocket/tests/hybi/simple.html: Added.
2192 * http/tests/websocket/tests/hybi/simple_wsh.py: Added.
2193 * http/tests/websocket/tests/hybi/sub-protocol-expected.txt: Added.
2194 * http/tests/websocket/tests/hybi/sub-protocol-with-space-expected.txt: Added.
2195 * http/tests/websocket/tests/hybi/sub-protocol-with-space.html: Added.
2196 * http/tests/websocket/tests/hybi/sub-protocol.html: Added.
2197 * http/tests/websocket/tests/hybi/unicode-expected.txt: Added.
2198 * http/tests/websocket/tests/hybi/unicode.html: Added.
2199 * http/tests/websocket/tests/hybi/unicode_wsh.py: Added.
2200 * http/tests/websocket/tests/hybi/unknown-frame-type_wsh.py: Added.
2201 * http/tests/websocket/tests/hybi/url-no-trailing-slash-expected.txt: Added.
2202 * http/tests/websocket/tests/hybi/url-no-trailing-slash.html: Added.
2203 * http/tests/websocket/tests/hybi/url-parsing-expected.txt: Added.
2204 * http/tests/websocket/tests/hybi/url-parsing.html: Added.
2205 * http/tests/websocket/tests/hybi/url-with-credential-expected.txt: Added.
2206 * http/tests/websocket/tests/hybi/url-with-credential.html: Added.
2207 * http/tests/websocket/tests/hybi/url-with-empty-query-expected.txt: Added.
2208 * http/tests/websocket/tests/hybi/url-with-empty-query.html: Added.
2209 * http/tests/websocket/tests/hybi/url-with-query-expected.txt: Added.
2210 * http/tests/websocket/tests/hybi/url-with-query-for-no-query-expected.txt: Added.
2211 * http/tests/websocket/tests/hybi/url-with-query-for-no-query.html: Added.
2212 * http/tests/websocket/tests/hybi/url-with-query.html: Added.
2213 * http/tests/websocket/tests/hybi/websocket-event-target-expected.txt: Added.
2214 * http/tests/websocket/tests/hybi/websocket-event-target.html: Added.
2215 * http/tests/websocket/tests/hybi/websocket-pending-activity-expected.txt: Added.
2216 * http/tests/websocket/tests/hybi/websocket-pending-activity.html: Added.
2217 * http/tests/websocket/tests/hybi/websocket-protocol-ignored-expected.txt: Added.
2218 * http/tests/websocket/tests/hybi/websocket-protocol-ignored.html: Added.
2219 * http/tests/websocket/tests/hybi/workers/close-in-onmessage-crash-expected.txt: Added.
2220 * http/tests/websocket/tests/hybi/workers/close-in-onmessage-crash.html: Added.
2221 * http/tests/websocket/tests/hybi/workers/close-in-shared-worker-expected.txt: Added.
2222 * http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html: Added.
2223 * http/tests/websocket/tests/hybi/workers/close-in-worker-expected.txt: Added.
2224 * http/tests/websocket/tests/hybi/workers/close-in-worker.html: Added.
2225 * http/tests/websocket/tests/hybi/workers/resources/close-in-onmessage-crash.js: Added.
2226 (runTests.try.ws.onopen):
2227 (runTests.try.ws.onmessage):
2228 (runTests.try.ws.onclose):
2230 * http/tests/websocket/tests/hybi/workers/resources/close-in-worker.js: Added.
2231 (handleConnect.self.postMessage):
2233 (runTests.try.ws.onopen):
2234 (runTests.try.ws.onclose):
2236 * http/tests/websocket/tests/hybi/workers/resources/echo-challenge_wsh.py: Added.
2237 * http/tests/websocket/tests/hybi/workers/resources/echo_wsh.py: Added.
2238 * http/tests/websocket/tests/hybi/workers/resources/simple_wsh.py: Added.
2239 * http/tests/websocket/tests/hybi/workers/resources/worker-handshake-challenge-randomness.js: Added.
2241 (runTests.try.ws1.onmessage):
2242 (runTests.try.ws1.onclose.ws2.onmessage):
2243 (runTests.try.ws1.onclose.ws2.onclose):
2244 (runTests.try.ws1.onclose):
2246 * http/tests/websocket/tests/hybi/workers/resources/worker-simple.js: Added.
2247 (handleConnect.self.postMessage):
2249 (runTests.try.ws.onopen):
2250 (runTests.try.ws.onmessage):
2251 (runTests.try.ws.onclose):
2253 * http/tests/websocket/tests/hybi/workers/shared-worker-simple-expected.txt: Added.
2254 * http/tests/websocket/tests/hybi/workers/shared-worker-simple.html: Added.
2255 * http/tests/websocket/tests/hybi/workers/worker-handshake-challenge-randomness-expected.txt: Added.
2256 * http/tests/websocket/tests/hybi/workers/worker-handshake-challenge-randomness.html: Added.
2257 * http/tests/websocket/tests/hybi/workers/worker-simple-expected.txt: Added.
2258 * http/tests/websocket/tests/hybi/workers/worker-simple.html: Added.
2259 * platform/chromium/test_expectations.txt:
2260 * platform/gtk/Skipped:
2261 * platform/mac/Skipped:
2262 * platform/qt/Skipped:
2263 A category "failing websocket tests" is listed at the beginning of Skipped file,
2264 but there is no such section in the lists. Thus, a new section is inserted.
2265 * platform/win/Skipped:
2266 * platform/wk2/Skipped:
2268 2011-07-11 James Robinson <jamesr@chromium.org>
2270 [chromium] Update win/linux pixel expectations for r90701 (part 11/??).
2272 * platform/chromium-linux/tables/mozilla/marvin/x_th_valign_top-expected.png:
2273 * platform/chromium-linux/tables/mozilla/marvin/x_th_width-expected.png:
2274 * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_center-expected.png:
2275 * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_char-expected.png:
2276 * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_justify-expected.png:
2277 * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_left-expected.png:
2278 * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_right-expected.png:
2279 * platform/chromium-linux/tables/mozilla/marvin/x_thead_class-expected.png:
2280 * platform/chromium-linux/tables/mozilla/marvin/x_thead_id-expected.png:
2281 * platform/chromium-linux/tables/mozilla/marvin/x_thead_style-expected.png:
2282 * platform/chromium-linux/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
2283 * platform/chromium-linux/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
2284 * platform/chromium-linux/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
2285 * platform/chromium-linux/tables/mozilla/marvin/x_thead_valign_top-expected.png:
2286 * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_center-expected.png:
2287 * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_char-expected.png:
2288 * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_justify-expected.png:
2289 * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_left-expected.png:
2290 * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_right-expected.png:
2291 * platform/chromium-linux/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
2292 * platform/chromium-linux/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
2293 * platform/chromium-linux/tables/mozilla/marvin/x_tr_class-expected.png:
2294 * platform/chromium-linux/tables/mozilla/marvin/x_tr_id-expected.png:
2295 * platform/chromium-linux/tables/mozilla/marvin/x_tr_style-expected.png:
2296 * platform/chromium-linux/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
2297 * platform/chromium-linux/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
2298 * platform/chromium-linux/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
2299 * platform/chromium-linux/tables/mozilla/marvin/x_tr_valign_top-expected.png:
2300 * platform/chromium-linux/tables/mozilla/other/body_col-expected.png:
2301 * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.png:
2302 * platform/chromium-linux/tables/mozilla/other/cellspacing-expected.png:
2303 * platform/chromium-linux/tables/mozilla/other/nested2-expected.png:
2304 * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.png:
2305 * platform/chromium-linux/tables/mozilla/other/padding-expected.png:
2306 * platform/chromium-linux/tables/mozilla/other/test3-expected.png:
2307 * platform/chromium-linux/tables/mozilla/other/test6-expected.png:
2308 * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
2309 * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png:
2310 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/97619-expected.png:
2311 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
2312 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
2313 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
2314 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
2315 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106336-expected.png:
2316 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
2317 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
2318 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
2319 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
2320 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
2321 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
2322 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
2323 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
2324 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
2325 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
2326 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
2327 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
2328 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
2329 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
2330 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
2331 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
2332 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
2333 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
2334 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
2335 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
2336 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
2337 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
2338 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
2339 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
2340 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
2341 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
2342 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
2343 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
2344 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
2345 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
2346 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
2347 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2348 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
2349 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
2350 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
2351 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
2352 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
2353 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
2354 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
2355 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
2356 * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.png:
2357 * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.png:
2358 * platform/chromium-linux/tables/mozilla_expected_failures/core/cols1-expected.png:
2359 * platform/chromium-linux/tables/mozilla_expected_failures/core/columns-expected.png:
2360 * platform/chromium-linux/tables/mozilla_expected_failures/core/conflicts-expected.png:
2361 * platform/chromium-linux/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
2362 * platform/chromium-linux/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
2363 * platform/chromium-linux/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
2364 * platform/chromium-linux/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
2365 * platform/chromium-linux/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
2366 * platform/chromium-linux/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
2367 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
2368 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
2369 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
2370 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
2371 * platform/chromium-win/tables/mozilla/marvin/x_th_valign_top-expected.png:
2372 * platform/chromium-win/tables/mozilla/marvin/x_th_width-expected.png:
2373 * platform/chromium-win/tables/mozilla/marvin/x_thead_align_center-expected.png:
2374 * platform/chromium-win/tables/mozilla/marvin/x_thead_align_char-expected.png:
2375 * platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.png:
2376 * platform/chromium-win/tables/mozilla/marvin/x_thead_align_left-expected.png:
2377 * platform/chromium-win/tables/mozilla/marvin/x_thead_align_right-expected.png:
2378 * platform/chromium-win/tables/mozilla/marvin/x_thead_class-expected.png:
2379 * platform/chromium-win/tables/mozilla/marvin/x_thead_id-expected.png:
2380 * platform/chromium-win/tables/mozilla/marvin/x_thead_style-expected.png:
2381 * platform/chromium-win/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
2382 * platform/chromium-win/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
2383 * platform/chromium-win/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
2384 * platform/chromium-win/tables/mozilla/marvin/x_thead_valign_top-expected.png:
2385 * platform/chromium-win/tables/mozilla/marvin/x_tr_align_center-expected.png:
2386 * platform/chromium-win/tables/mozilla/marvin/x_tr_align_char-expected.png:
2387 * platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.png:
2388 * platform/chromium-win/tables/mozilla/marvin/x_tr_align_left-expected.png:
2389 * platform/chromium-win/tables/mozilla/marvin/x_tr_align_right-expected.png:
2390 * platform/chromium-win/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
2391 * platform/chromium-win/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
2392 * platform/chromium-win/tables/mozilla/marvin/x_tr_class-expected.png:
2393 * platform/chromium-win/tables/mozilla/marvin/x_tr_id-expected.png:
2394 * platform/chromium-win/tables/mozilla/marvin/x_tr_style-expected.png:
2395 * platform/chromium-win/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
2396 * platform/chromium-win/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
2397 * platform/chromium-win/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
2398 * platform/chromium-win/tables/mozilla/marvin/x_tr_valign_top-expected.png:
2399 * platform/chromium-win/tables/mozilla/other/body_col-expected.png:
2400 * platform/chromium-win/tables/mozilla/other/cell_widths-expected.png:
2401 * platform/chromium-win/tables/mozilla/other/cellspacing-expected.png:
2402 * platform/chromium-win/tables/mozilla/other/nested2-expected.png:
2403 * platform/chromium-win/tables/mozilla/other/nestedTables-expected.png:
2404 * platform/chromium-win/tables/mozilla/other/padding-expected.png:
2405 * platform/chromium-win/tables/mozilla/other/test3-expected.png:
2406 * platform/chromium-win/tables/mozilla/other/test6-expected.png:
2407 * platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
2408 * platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.png:
2409 * platform/chromium-win/tables/mozilla_expected_failures/bugs/97619-expected.png:
2410 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
2411 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
2412 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
2413 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
2414 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106336-expected.png:
2415 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
2416 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
2417 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
2418 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
2419 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
2420 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
2421 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
2422 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
2423 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
2424 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
2425 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
2426 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
2427 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
2428 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
2429 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
2430 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
2431 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
2432 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
2433 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
2434 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
2435 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
2436 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
2437 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
2438 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
2439 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
2440 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
2441 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
2442 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
2443 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
2444 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
2445 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
2446 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
2447 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2448 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
2449 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
2450 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
2451 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
2452 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
2453 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
2454 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
2455 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
2456 * platform/chromium-win/tables/mozilla_expected_failures/core/backgrounds-expected.png:
2457 * platform/chromium-win/tables/mozilla_expected_failures/core/col_span2-expected.png:
2458 * platform/chromium-win/tables/mozilla_expected_failures/core/cols1-expected.png:
2459 * platform/chromium-win/tables/mozilla_expected_failures/core/columns-expected.png:
2460 * platform/chromium-win/tables/mozilla_expected_failures/core/conflicts-expected.png:
2461 * platform/chromium-win/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
2462 * platform/chromium-win/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
2463 * platform/chromium-win/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
2464 * platform/chromium-win/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
2465 * platform/chromium-win/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
2466 * platform/chromium-win/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
2467 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
2468 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
2469 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
2470 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
2471 * platform/chromium/test_expectations.txt:
2473 2011-07-11 James Robinson <jamesr@chromium.org>
2475 [chromium] Update win/linux pixel expectations for r90701 (part 10/??).
2477 * platform/chromium-linux/tables/mozilla/marvin/x_col_align_center-expected.png:
2478 * platform/chromium-linux/tables/mozilla/marvin/x_col_align_char-expected.png:
2479 * platform/chromium-linux/tables/mozilla/marvin/x_col_align_justify-expected.png:
2480 * platform/chromium-linux/tables/mozilla/marvin/x_col_align_left-expected.png:
2481 * platform/chromium-linux/tables/mozilla/marvin/x_col_align_right-expected.png:
2482 * platform/chromium-linux/tables/mozilla/marvin/x_col_span-expected.png:
2483 * platform/chromium-linux/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
2484 * platform/chromium-linux/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
2485 * platform/chromium-linux/tables/mozilla/marvin/x_col_valign_middle-expected.png:
2486 * platform/chromium-linux/tables/mozilla/marvin/x_col_valign_top-expected.png:
2487 * platform/chromium-linux/tables/mozilla/marvin/x_col_width_pct-expected.png:
2488 * platform/chromium-linux/tables/mozilla/marvin/x_col_width_px-expected.png:
2489 * platform/chromium-linux/tables/mozilla/marvin/x_col_width_rel-expected.png:
2490 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
2491 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
2492 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
2493 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
2494 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
2495 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_span-expected.png:
2496 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
2497 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
2498 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
2499 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
2500 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
2501 * platform/chromium-linux/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
2502 * platform/chromium-linux/tables/mozilla/marvin/x_table_align_center-expected.png:
2503 * platform/chromium-linux/tables/mozilla/marvin/x_table_align_left-expected.png:
2504 * platform/chromium-linux/tables/mozilla/marvin/x_table_align_right-expected.png:
2505 * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
2506 * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
2507 * platform/chromium-linux/tables/mozilla/marvin/x_table_border-expected.png:
2508 * platform/chromium-linux/tables/mozilla/marvin/x_table_border_px-expected.png:
2509 * platform/chromium-linux/tables/mozilla/marvin/x_table_cellpadding-expected.png:
2510 * platform/chromium-linux/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
2511 * platform/chromium-linux/tables/mozilla/marvin/x_table_cellspacing-expected.png:
2512 * platform/chromium-linux/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
2513 * platform/chromium-linux/tables/mozilla/marvin/x_table_class-expected.png:
2514 * platform/chromium-linux/tables/mozilla/marvin/x_table_id-expected.png:
2515 * platform/chromium-linux/tables/mozilla/marvin/x_table_width_pct-expected.png:
2516 * platform/chromium-linux/tables/mozilla/marvin/x_table_width_px-expected.png:
2517 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_center-expected.png:
2518 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_char-expected.png:
2519 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
2520 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_left-expected.png:
2521 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_right-expected.png:
2522 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_class-expected.png:
2523 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_id-expected.png:
2524 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_style-expected.png:
2525 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
2526 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
2527 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
2528 * platform/chromium-linux/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
2529 * platform/chromium-linux/tables/mozilla/marvin/x_td_align_center-expected.png:
2530 * platform/chromium-linux/tables/mozilla/marvin/x_td_align_char-expected.png:
2531 * platform/chromium-linux/tables/mozilla/marvin/x_td_align_justify-expected.png:
2532 * platform/chromium-linux/tables/mozilla/marvin/x_td_align_left-expected.png:
2533 * platform/chromium-linux/tables/mozilla/marvin/x_td_align_right-expected.png:
2534 * platform/chromium-linux/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
2535 * platform/chromium-linux/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
2536 * platform/chromium-linux/tables/mozilla/marvin/x_td_class-expected.png:
2537 * platform/chromium-linux/tables/mozilla/marvin/x_td_colspan-expected.png:
2538 * platform/chromium-linux/tables/mozilla/marvin/x_td_height-expected.png:
2539 * platform/chromium-linux/tables/mozilla/marvin/x_td_id-expected.png:
2540 * platform/chromium-linux/tables/mozilla/marvin/x_td_nowrap-expected.png:
2541 * platform/chromium-linux/tables/mozilla/marvin/x_td_rowspan-expected.png:
2542 * platform/chromium-linux/tables/mozilla/marvin/x_td_style-expected.png:
2543 * platform/chromium-linux/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
2544 * platform/chromium-linux/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
2545 * platform/chromium-linux/tables/mozilla/marvin/x_td_valign_middle-expected.png:
2546 * platform/chromium-linux/tables/mozilla/marvin/x_td_valign_top-expected.png:
2547 * platform/chromium-linux/tables/mozilla/marvin/x_td_width-expected.png:
2548 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
2549 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
2550 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
2551 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
2552 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
2553 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_class-expected.png:
2554 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_id-expected.png:
2555 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_style-expected.png:
2556 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
2557 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
2558 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
2559 * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
2560 * platform/chromium-linux/tables/mozilla/marvin/x_th_align_center-expected.png:
2561 * platform/chromium-linux/tables/mozilla/marvin/x_th_align_char-expected.png:
2562 * platform/chromium-linux/tables/mozilla/marvin/x_th_align_justify-expected.png:
2563 * platform/chromium-linux/tables/mozilla/marvin/x_th_align_left-expected.png:
2564 * platform/chromium-linux/tables/mozilla/marvin/x_th_align_right-expected.png:
2565 * platform/chromium-linux/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
2566 * platform/chromium-linux/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
2567 * platform/chromium-linux/tables/mozilla/marvin/x_th_class-expected.png:
2568 * platform/chromium-linux/tables/mozilla/marvin/x_th_colspan-expected.png:
2569 * platform/chromium-linux/tables/mozilla/marvin/x_th_height-expected.png:
2570 * platform/chromium-linux/tables/mozilla/marvin/x_th_id-expected.png:
2571 * platform/chromium-linux/tables/mozilla/marvin/x_th_nowrap-expected.png:
2572 * platform/chromium-linux/tables/mozilla/marvin/x_th_rowspan-expected.png:
2573 * platform/chromium-linux/tables/mozilla/marvin/x_th_style-expected.png:
2574 * platform/chromium-linux/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
2575 * platform/chromium-linux/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
2576 * platform/chromium-linux/tables/mozilla/marvin/x_th_valign_middle-expected.png:
2577 * platform/chromium-win/tables/mozilla/marvin/x_col_align_center-expected.png:
2578 * platform/chromium-win/tables/mozilla/marvin/x_col_align_char-expected.png:
2579 * platform/chromium-win/tables/mozilla/marvin/x_col_align_justify-expected.png:
2580 * platform/chromium-win/tables/mozilla/marvin/x_col_align_left-expected.png:
2581 * platform/chromium-win/tables/mozilla/marvin/x_col_align_right-expected.png:
2582 * platform/chromium-win/tables/mozilla/marvin/x_col_span-expected.png:
2583 * platform/chromium-win/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
2584 * platform/chromium-win/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
2585 * platform/chromium-win/tables/mozilla/marvin/x_col_valign_middle-expected.png:
2586 * platform/chromium-win/tables/mozilla/marvin/x_col_valign_top-expected.png:
2587 * platform/chromium-win/tables/mozilla/marvin/x_col_width_pct-expected.png:
2588 * platform/chromium-win/tables/mozilla/marvin/x_col_width_px-expected.png:
2589 * platform/chromium-win/tables/mozilla/marvin/x_col_width_rel-expected.png:
2590 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
2591 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
2592 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
2593 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
2594 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
2595 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_span-expected.png:
2596 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
2597 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
2598 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
2599 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
2600 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
2601 * platform/chromium-win/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
2602 * platform/chromium-win/tables/mozilla/marvin/x_table_align_center-expected.png:
2603 * platform/chromium-win/tables/mozilla/marvin/x_table_align_left-expected.png:
2604 * platform/chromium-win/tables/mozilla/marvin/x_table_align_right-expected.png:
2605 * platform/chromium-win/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
2606 * platform/chromium-win/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
2607 * platform/chromium-win/tables/mozilla/marvin/x_table_border-expected.png:
2608 * platform/chromium-win/tables/mozilla/marvin/x_table_border_px-expected.png:
2609 * platform/chromium-win/tables/mozilla/marvin/x_table_cellpadding-expected.png:
2610 * platform/chromium-win/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
2611 * platform/chromium-win/tables/mozilla/marvin/x_table_cellspacing-expected.png:
2612 * platform/chromium-win/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
2613 * platform/chromium-win/tables/mozilla/marvin/x_table_class-expected.png:
2614 * platform/chromium-win/tables/mozilla/marvin/x_table_id-expected.png:
2615 * platform/chromium-win/tables/mozilla/marvin/x_table_width_pct-expected.png:
2616 * platform/chromium-win/tables/mozilla/marvin/x_table_width_px-expected.png:
2617 * platform/chromium-win/tables/mozilla/marvin/x_tbody_align_center-expected.png:
2618 * platform/chromium-win/tables/mozilla/marvin/x_tbody_align_char-expected.png:
2619 * platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
2620 * platform/chromium-win/tables/mozilla/marvin/x_tbody_align_left-expected.png:
2621 * platform/chromium-win/tables/mozilla/marvin/x_tbody_align_right-expected.png:
2622 * platform/chromium-win/tables/mozilla/marvin/x_tbody_class-expected.png:
2623 * platform/chromium-win/tables/mozilla/marvin/x_tbody_id-expected.png:
2624 * platform/chromium-win/tables/mozilla/marvin/x_tbody_style-expected.png:
2625 * platform/chromium-win/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
2626 * platform/chromium-win/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
2627 * platform/chromium-win/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
2628 * platform/chromium-win/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
2629 * platform/chromium-win/tables/mozilla/marvin/x_td_align_center-expected.png:
2630 * platform/chromium-win/tables/mozilla/marvin/x_td_align_char-expected.png:
2631 * platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.png:
2632 * platform/chromium-win/tables/mozilla/marvin/x_td_align_left-expected.png:
2633 * platform/chromium-win/tables/mozilla/marvin/x_td_align_right-expected.png:
2634 * platform/chromium-win/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
2635 * platform/chromium-win/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
2636 * platform/chromium-win/tables/mozilla/marvin/x_td_class-expected.png:
2637 * platform/chromium-win/tables/mozilla/marvin/x_td_colspan-expected.png:
2638 * platform/chromium-win/tables/mozilla/marvin/x_td_height-expected.png:
2639 * platform/chromium-win/tables/mozilla/marvin/x_td_id-expected.png:
2640 * platform/chromium-win/tables/mozilla/marvin/x_td_nowrap-expected.png:
2641 * platform/chromium-win/tables/mozilla/marvin/x_td_rowspan-expected.png:
2642 * platform/chromium-win/tables/mozilla/marvin/x_td_style-expected.png:
2643 * platform/chromium-win/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
2644 * platform/chromium-win/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
2645 * platform/chromium-win/tables/mozilla/marvin/x_td_valign_middle-expected.png:
2646 * platform/chromium-win/tables/mozilla/marvin/x_td_valign_top-expected.png:
2647 * platform/chromium-win/tables/mozilla/marvin/x_td_width-expected.png:
2648 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
2649 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
2650 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
2651 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
2652 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
2653 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_class-expected.png:
2654 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_id-expected.png:
2655 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_style-expected.png:
2656 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
2657 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
2658 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
2659 * platform/chromium-win/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
2660 * platform/chromium-win/tables/mozilla/marvin/x_th_align_center-expected.png:
2661 * platform/chromium-win/tables/mozilla/marvin/x_th_align_char-expected.png:
2662 * platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.png:
2663 * platform/chromium-win/tables/mozilla/marvin/x_th_align_left-expected.png:
2664 * platform/chromium-win/tables/mozilla/marvin/x_th_align_right-expected.png:
2665 * platform/chromium-win/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
2666 * platform/chromium-win/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
2667 * platform/chromium-win/tables/mozilla/marvin/x_th_class-expected.png:
2668 * platform/chromium-win/tables/mozilla/marvin/x_th_colspan-expected.png:
2669 * platform/chromium-win/tables/mozilla/marvin/x_th_height-expected.png:
2670 * platform/chromium-win/tables/mozilla/marvin/x_th_id-expected.png:
2671 * platform/chromium-win/tables/mozilla/marvin/x_th_nowrap-expected.png:
2672 * platform/chromium-win/tables/mozilla/marvin/x_th_rowspan-expected.png:
2673 * platform/chromium-win/tables/mozilla/marvin/x_th_style-expected.png:
2674 * platform/chromium-win/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
2675 * platform/chromium-win/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
2676 * platform/chromium-win/tables/mozilla/marvin/x_th_valign_middle-expected.png:
2677 * platform/chromium/test_expectations.txt:
2679 2011-07-11 Mustafizur Rahaman <mustaf.here@gmail.com>
2681 Reviewed by James Robinson.
2683 Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.fill.destination-atop.html
2684 https://bugs.webkit.org/show_bug.cgi?id=48292
2688 Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.html
2689 https://bugs.webkit.org/show_bug.cgi?id=48302
2691 * canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop-expected.txt: Added
2693 * fast/canvas/canvas-composite-alpha.html: Rebaselined for destination-atop test case
2694 * platform/chromium/test_expectations.txt: Removed passing test case
2695 * platform/gtk/Skipped: Ditto
2696 * platform/mac/Skipped: Ditto
2697 * platform/qt/Skipped: Ditto
2699 2011-07-11 James Robinson <jamesr@chromium.org>
2701 [chromium] Update win/linux pixel expectations for r90701 (part 9/??).
2703 * platform/chromium-linux/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
2704 * platform/chromium-linux/tables/mozilla/marvin/tables_caption_align_top-expected.png:
2705 * platform/chromium-linux/tables/mozilla/marvin/tables_cellpadding-expected.png:
2706 * platform/chromium-linux/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
2707 * platform/chromium-linux/tables/mozilla/marvin/tables_class-expected.png:
2708 * platform/chromium-linux/tables/mozilla/marvin/tables_id-expected.png:
2709 * platform/chromium-linux/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
2710 * platform/chromium-linux/tables/mozilla/marvin/tables_td_align_center-expected.png:
2711 * platform/chromium-linux/tables/mozilla/marvin/tables_td_align_left-expected.png:
2712 * platform/chromium-linux/tables/mozilla/marvin/tables_td_align_right-expected.png:
2713 * platform/chromium-linux/tables/mozilla/marvin/tables_td_colspan-expected.png:
2714 * platform/chromium-linux/tables/mozilla/marvin/tables_td_height-expected.png:
2715 * platform/chromium-linux/tables/mozilla/marvin/tables_td_nowrap-expected.png:
2716 * platform/chromium-linux/tables/mozilla/marvin/tables_td_rowspan-expected.png:
2717 * platform/chromium-linux/tables/mozilla/marvin/tables_td_width-expected.png:
2718 * platform/chromium-linux/tables/mozilla/marvin/tables_th_align_center-expected.png:
2719 * platform/chromium-linux/tables/mozilla/marvin/tables_th_align_left-expected.png:
2720 * platform/chromium-linux/tables/mozilla/marvin/tables_th_align_right-expected.png:
2721 * platform/chromium-linux/tables/mozilla/marvin/tables_th_colspan-expected.png:
2722 * platform/chromium-linux/tables/mozilla/marvin/tables_th_height-expected.png:
2723 * platform/chromium-linux/tables/mozilla/marvin/tables_th_rowspan-expected.png:
2724 * platform/chromium-linux/tables/mozilla/marvin/tables_th_width-expected.png:
2725 * platform/chromium-linux/tables/mozilla/marvin/tbody_align_center-expected.png:
2726 * platform/chromium-linux/tables/mozilla/marvin/tbody_align_char-expected.png:
2727 * platform/chromium-linux/tables/mozilla/marvin/tbody_align_justify-expected.png:
2728 * platform/chromium-linux/tables/mozilla/marvin/tbody_align_left-expected.png:
2729 * platform/chromium-linux/tables/mozilla/marvin/tbody_align_right-expected.png:
2730 * platform/chromium-linux/tables/mozilla/marvin/tbody_char-expected.png:
2731 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2732 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2733 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2734 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png:
2735 * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png:
2736 * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png:
2737 * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png:
2738 * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png:
2739 * platform/chromium-linux/tables/mozilla/marvin/tfoot_align_center-expected.png:
2740 * platform/chromium-linux/tables/mozilla/marvin/tfoot_align_char-expected.png:
2741 * platform/chromium-linux/tables/mozilla/marvin/tfoot_align_justify-expected.png:
2742 * platform/chromium-linux/tables/mozilla/marvin/tfoot_align_left-expected.png:
2743 * platform/chromium-linux/tables/mozilla/marvin/tfoot_align_right-expected.png:
2744 * platform/chromium-linux/tables/mozilla/marvin/tfoot_char-expected.png:
2745 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2746 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2747 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2748 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2749 * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
2750 * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
2751 * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
2752 * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
2753 * platform/chromium-linux/tables/mozilla/marvin/thead_align_center-expected.png:
2754 * platform/chromium-linux/tables/mozilla/marvin/thead_align_char-expected.png:
2755 * platform/chromium-linux/tables/mozilla/marvin/thead_align_justify-expected.png:
2756 * platform/chromium-linux/tables/mozilla/marvin/thead_align_left-expected.png:
2757 * platform/chromium-linux/tables/mozilla/marvin/thead_align_right-expected.png:
2758 * platform/chromium-linux/tables/mozilla/marvin/thead_char-expected.png:
2759 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2760 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2761 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png:
2762 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png:
2763 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
2764 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
2765 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
2766 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
2767 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
2768 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
2769 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
2770 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
2771 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
2772 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
2773 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
2774 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
2775 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
2776 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
2777 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
2778 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
2779 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
2780 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
2781 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
2782 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
2783 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
2784 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
2785 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
2786 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
2787 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
2788 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
2789 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
2790 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
2791 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
2792 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
2793 * platform/chromium-linux/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
2794 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2795 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2796 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png:
2797 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png:
2798 * platform/chromium-linux/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
2799 * platform/chromium-linux/tables/mozilla/marvin/x_caption_align_top-expected.png:
2800 * platform/chromium-linux/tables/mozilla/marvin/x_caption_class-expected.png:
2801 * platform/chromium-linux/tables/mozilla/marvin/x_caption_id-expected.png:
2802 * platform/chromium-linux/tables/mozilla/marvin/x_caption_style-expected.png:
2803 * platform/chromium-win/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
2804 * platform/chromium-win/tables/mozilla/marvin/tables_caption_align_top-expected.png:
2805 * platform/chromium-win/tables/mozilla/marvin/tables_cellpadding-expected.png:
2806 * platform/chromium-win/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
2807 * platform/chromium-win/tables/mozilla/marvin/tables_class-expected.png:
2808 * platform/chromium-win/tables/mozilla/marvin/tables_id-expected.png:
2809 * platform/chromium-win/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
2810 * platform/chromium-win/tables/mozilla/marvin/tables_td_align_center-expected.png:
2811 * platform/chromium-win/tables/mozilla/marvin/tables_td_align_left-expected.png:
2812 * platform/chromium-win/tables/mozilla/marvin/tables_td_align_right-expected.png:
2813 * platform/chromium-win/tables/mozilla/marvin/tables_td_colspan-expected.png:
2814 * platform/chromium-win/tables/mozilla/marvin/tables_td_height-expected.png:
2815 * platform/chromium-win/tables/mozilla/marvin/tables_td_nowrap-expected.png:
2816 * platform/chromium-win/tables/mozilla/marvin/tables_td_rowspan-expected.png:
2817 * platform/chromium-win/tables/mozilla/marvin/tables_td_width-expected.png:
2818 * platform/chromium-win/tables/mozilla/marvin/tables_th_align_center-expected.png:
2819 * platform/chromium-win/tables/mozilla/marvin/tables_th_align_left-expected.png:
2820 * platform/chromium-win/tables/mozilla/marvin/tables_th_align_right-expected.png:
2821 * platform/chromium-win/tables/mozilla/marvin/tables_th_colspan-expected.png:
2822 * platform/chromium-win/tables/mozilla/marvin/tables_th_height-expected.png:
2823 * platform/chromium-win/tables/mozilla/marvin/tables_th_rowspan-expected.png:
2824 * platform/chromium-win/tables/mozilla/marvin/tables_th_width-expected.png:
2825 * platform/chromium-win/tables/mozilla/marvin/tbody_align_center-expected.png:
2826 * platform/chromium-win/tables/mozilla/marvin/tbody_align_char-expected.png:
2827 * platform/chromium-win/tables/mozilla/marvin/tbody_align_justify-expected.png:
2828 * platform/chromium-win/tables/mozilla/marvin/tbody_align_left-expected.png:
2829 * platform/chromium-win/tables/mozilla/marvin/tbody_align_right-expected.png:
2830 * platform/chromium-win/tables/mozilla/marvin/tbody_char-expected.png:
2831 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2832 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2833 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2834 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png:
2835 * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png:
2836 * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png:
2837 * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png:
2838 * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png:
2839 * platform/chromium-win/tables/mozilla/marvin/tfoot_align_center-expected.png:
2840 * platform/chromium-win/tables/mozilla/marvin/tfoot_align_char-expected.png:
2841 * platform/chromium-win/tables/mozilla/marvin/tfoot_align_justify-expected.png:
2842 * platform/chromium-win/tables/mozilla/marvin/tfoot_align_left-expected.png:
2843 * platform/chromium-win/tables/mozilla/marvin/tfoot_align_right-expected.png:
2844 * platform/chromium-win/tables/mozilla/marvin/tfoot_char-expected.png:
2845 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2846 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2847 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2848 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2849 * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
2850 * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
2851 * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
2852 * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
2853 * platform/chromium-win/tables/mozilla/marvin/thead_align_center-expected.png:
2854 * platform/chromium-win/tables/mozilla/marvin/thead_align_char-expected.png:
2855 * platform/chromium-win/tables/mozilla/marvin/thead_align_justify-expected.png:
2856 * platform/chromium-win/tables/mozilla/marvin/thead_align_left-expected.png:
2857 * platform/chromium-win/tables/mozilla/marvin/thead_align_right-expected.png:
2858 * platform/chromium-win/tables/mozilla/marvin/thead_char-expected.png:
2859 * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2860 * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2861 * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png:
2862 * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png:
2863 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
2864 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
2865 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
2866 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
2867 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
2868 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
2869 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
2870 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
2871 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
2872 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
2873 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
2874 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
2875 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
2876 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
2877 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
2878 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
2879 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
2880 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
2881 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
2882 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
2883 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
2884 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
2885 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
2886 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
2887 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
2888 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
2889 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
2890 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
2891 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
2892 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
2893 * platform/chromium-win/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
2894 * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2895 * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2896 * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png:
2897 * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png:
2898 * platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
2899 * platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.png:
2900 * platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.png:
2901 * platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.png:
2902 * platform/chromium-win/tables/mozilla/marvin/x_caption_style-expected.png:
2903 * platform/chromium/test_expectations.txt:
2905 2011-07-10 James Robinson <jamesr@chromium.org>
2907 [chromium] Update win/linux pixel expectations for r90701 (part 8/??).
2909 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
2910 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_per-expected.png:
2911 * platform/chromium-linux/tables/mozilla/core/col_widths_fix_auto-expected.png:
2912 * platform/chromium-linux/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
2913 * platform/chromium-linux/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
2914 * platform/chromium-linux/tables/mozilla/core/col_widths_fix_fix-expected.png:
2915 * platform/chromium-linux/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
2916 * platform/chromium-linux/tables/mozilla/core/col_widths_fix_per-expected.png:
2917 * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
2918 * platform/chromium-linux/tables/mozilla/core/misc-expected.png:
2919 * platform/chromium-linux/tables/mozilla/core/nested1-expected.png:
2920 * platform/chromium-linux/tables/mozilla/core/one_row-expected.png:
2921 * platform/chromium-linux/tables/mozilla/core/row_span-expected.png:
2922 * platform/chromium-linux/tables/mozilla/core/table_frame-expected.png:
2923 * platform/chromium-linux/tables/mozilla/core/table_heights-expected.png:
2924 * platform/chromium-linux/tables/mozilla/core/table_widths-expected.png:
2925 * platform/chromium-linux/tables/mozilla/dom/appendCol2-expected.png:
2926 * platform/chromium-linux/tables/mozilla/dom/appendRowsExpand1-expected.png:
2927 * platform/chromium-linux/tables/mozilla/dom/appendTbodyExpand1-expected.png:
2928 * platform/chromium-linux/tables/mozilla/dom/deleteCellsRebuild1-expected.png:
2929 * platform/chromium-linux/tables/mozilla/dom/deleteCellsShrink1-expected.png:
2930 * platform/chromium-linux/tables/mozilla/dom/deleteCellsShrink2-expected.png:
2931 * platform/chromium-linux/tables/mozilla/dom/deleteCol1-expected.png:
2932 * platform/chromium-linux/tables/mozilla/dom/deleteCol2-expected.png:
2933 * platform/chromium-linux/tables/mozilla/dom/deleteCol3-expected.png:
2934 * platform/chromium-linux/tables/mozilla/dom/deleteColGroup1-expected.png:
2935 * platform/chromium-linux/tables/mozilla/dom/deleteColGroup2-expected.png:
2936 * platform/chromium-linux/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
2937 * platform/chromium-linux/tables/mozilla/dom/deleteRowsShrink1-expected.png:
2938 * platform/chromium-linux/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
2939 * platform/chromium-linux/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
2940 * platform/chromium-linux/tables/mozilla/dom/insertCellsExpand1-expected.png:
2941 * platform/chromium-linux/tables/mozilla/dom/insertCellsExpand2-expected.png:
2942 * platform/chromium-linux/tables/mozilla/dom/insertCellsRebuild1-expected.png:
2943 * platform/chromium-linux/tables/mozilla/dom/insertCellsRebuild2-expected.png:
2944 * platform/chromium-linux/tables/mozilla/dom/insertColGroups1-expected.png:
2945 * platform/chromium-linux/tables/mozilla/dom/insertColGroups2-expected.png:
2946 * platform/chromium-linux/tables/mozilla/dom/insertCols1-expected.png:
2947 * platform/chromium-linux/tables/mozilla/dom/insertCols2-expected.png:
2948 * platform/chromium-linux/tables/mozilla/dom/insertCols3-expected.png:
2949 * platform/chromium-linux/tables/mozilla/dom/insertCols4-expected.png:
2950 * platform/chromium-linux/tables/mozilla/dom/insertCols5-expected.png:
2951 * platform/chromium-linux/tables/mozilla/dom/insertRowsExpand1-expected.png:
2952 * platform/chromium-linux/tables/mozilla/dom/insertRowsRebuild1-expected.png:
2953 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
2954 * platform/chromium-linux/tables/mozilla/marvin/body_col-expected.png:
2955 * platform/chromium-linux/tables/mozilla/marvin/col_span-expected.png:
2956 * platform/chromium-linux/tables/mozilla/marvin/colgroup_align_center-expected.png:
2957 * platform/chromium-linux/tables/mozilla/marvin/colgroup_align_justify-expected.png:
2958 * platform/chromium-linux/tables/mozilla/marvin/colgroup_align_left-expected.png:
2959 * platform/chromium-linux/tables/mozilla/marvin/colgroup_align_right-expected.png:
2960 * platform/chromium-linux/tables/mozilla/marvin/colgroup_span-expected.png:
2961 * platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
2962 * platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
2963 * platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
2964 * platform/chromium-linux/tables/mozilla/marvin/colgroup_valign_top-expected.png:
2965 * platform/chromium-linux/tables/mozilla/marvin/colgroup_width_pct-expected.png:
2966 * platform/chromium-linux/tables/mozilla/marvin/colgroup_width_px-expected.png:
2967 * platform/chromium-linux/tables/mozilla/marvin/table_frame_border-expected.png:
2968 * platform/chromium-linux/tables/mozilla/marvin/table_frame_box-expected.png:
2969 * platform/chromium-linux/tables/mozilla/marvin/table_overflow_hidden_td-expected.png:
2970 * platform/chromium-linux/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
2971 * platform/chromium-linux/tables/mozilla/marvin/table_row_align_center-expected.png:
2972 * platform/chromium-linux/tables/mozilla/marvin/table_row_align_left-expected.png:
2973 * platform/chromium-linux/tables/mozilla/marvin/table_row_align_right-expected.png:
2974 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
2975 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
2976 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
2977 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
2978 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
2979 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
2980 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
2981 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
2982 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
2983 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
2984 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
2985 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
2986 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
2987 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
2988 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
2989 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
2990 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
2991 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
2992 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
2993 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
2994 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
2995 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
2996 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
2997 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
2998 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
2999 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
3000 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
3001 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
3002 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
3003 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
3004 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
3005 * platform/chromium-linux/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
3006 * platform/chromium-linux/tables/mozilla/marvin/tables_border_1-expected.png:
3007 * platform/chromium-linux/tables/mozilla/marvin/tables_border_2-expected.png:
3008 * platform/chromium-linux/tables/mozilla/marvin/tables_border_3-expected.png:
3009 * platform/chromium-win/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
3010 * platform/chromium-win/tables/mozilla/core/col_widths_auto_per-expected.png:
3011 * platform/chromium-win/tables/mozilla/core/col_widths_fix_auto-expected.png:
3012 * platform/chromium-win/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
3013 * platform/chromium-win/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
3014 * platform/chromium-win/tables/mozilla/core/col_widths_fix_fix-expected.png:
3015 * platform/chromium-win/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
3016 * platform/chromium-win/tables/mozilla/core/col_widths_fix_per-expected.png:
3017 * platform/chromium-win/tables/mozilla/core/margins-expected.png:
3018 * platform/chromium-win/tables/mozilla/core/misc-expected.png:
3019 * platform/chromium-win/tables/mozilla/core/nested1-expected.png:
3020 * platform/chromium-win/tables/mozilla/core/one_row-expected.png:
3021 * platform/chromium-win/tables/mozilla/core/row_span-expected.png:
3022 * platform/chromium-win/tables/mozilla/core/table_frame-expected.png:
3023 * platform/chromium-win/tables/mozilla/core/table_heights-expected.png:
3024 * platform/chromium-win/tables/mozilla/core/table_widths-expected.png:
3025 * platform/chromium-win/tables/mozilla/dom/appendCol2-expected.png:
3026 * platform/chromium-win/tables/mozilla/dom/appendRowsExpand1-expected.png:
3027 * platform/chromium-win/tables/mozilla/dom/appendTbodyExpand1-expected.png:
3028 * platform/chromium-win/tables/mozilla/dom/deleteCellsRebuild1-expected.png:
3029 * platform/chromium-win/tables/mozilla/dom/deleteCellsShrink1-expected.png:
3030 * platform/chromium-win/tables/mozilla/dom/deleteCellsShrink2-expected.png:
3031 * platform/chromium-win/tables/mozilla/dom/deleteCol1-expected.png:
3032 * platform/chromium-win/tables/mozilla/dom/deleteCol2-expected.png:
3033 * platform/chromium-win/tables/mozilla/dom/deleteCol3-expected.png:
3034 * platform/chromium-win/tables/mozilla/dom/deleteColGroup1-expected.png:
3035 * platform/chromium-win/tables/mozilla/dom/deleteColGroup2-expected.png:
3036 * platform/chromium-win/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
3037 * platform/chromium-win/tables/mozilla/dom/deleteRowsShrink1-expected.png:
3038 * platform/chromium-win/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
3039 * platform/chromium-win/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
3040 * platform/chromium-win/tables/mozilla/dom/insertCellsExpand1-expected.png:
3041 * platform/chromium-win/tables/mozilla/dom/insertCellsExpand2-expected.png:
3042 * platform/chromium-win/tables/mozilla/dom/insertCellsRebuild1-expected.png:
3043 * platform/chromium-win/tables/mozilla/dom/insertCellsRebuild2-expected.png:
3044 * platform/chromium-win/tables/mozilla/dom/insertColGroups1-expected.png:
3045 * platform/chromium-win/tables/mozilla/dom/insertColGroups2-expected.png:
3046 * platform/chromium-win/tables/mozilla/dom/insertCols1-expected.png:
3047 * platform/chromium-win/tables/mozilla/dom/insertCols2-expected.png:
3048 * platform/chromium-win/tables/mozilla/dom/insertCols3-expected.png:
3049 * platform/chromium-win/tables/mozilla/dom/insertCols4-expected.png:
3050 * platform/chromium-win/tables/mozilla/dom/insertCols5-expected.png:
3051 * platform/chromium-win/tables/mozilla/dom/insertRowsExpand1-expected.png:
3052 * platform/chromium-win/tables/mozilla/dom/insertRowsRebuild1-expected.png:
3053 * platform/chromium-win/tables/mozilla/dom/tableDom-expected.png:
3054 * platform/chromium-win/tables/mozilla/marvin/body_col-expected.png:
3055 * platform/chromium-win/tables/mozilla/marvin/col_span-expected.png:
3056 * platform/chromium-win/tables/mozilla/marvin/colgroup_align_center-expected.png:
3057 * platform/chromium-win/tables/mozilla/marvin/colgroup_align_justify-expected.png:
3058 * platform/chromium-win/tables/mozilla/marvin/colgroup_align_left-expected.png:
3059 * platform/chromium-win/tables/mozilla/marvin/colgroup_align_right-expected.png:
3060 * platform/chromium-win/tables/mozilla/marvin/colgroup_span-expected.png:
3061 * platform/chromium-win/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
3062 * platform/chromium-win/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
3063 * platform/chromium-win/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
3064 * platform/chromium-win/tables/mozilla/marvin/colgroup_valign_top-expected.png:
3065 * platform/chromium-win/tables/mozilla/marvin/colgroup_width_pct-expected.png:
3066 * platform/chromium-win/tables/mozilla/marvin/colgroup_width_px-expected.png:
3067 * platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.png:
3068 * platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.png:
3069 * platform/chromium-win/tables/mozilla/marvin/table_overflow_hidden_td-expected.png:
3070 * platform/chromium-win/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
3071 * platform/chromium-win/tables/mozilla/marvin/table_row_align_center-expected.png:
3072 * platform/chromium-win/tables/mozilla/marvin/table_row_align_left-expected.png:
3073 * platform/chromium-win/tables/mozilla/marvin/table_row_align_right-expected.png:
3074 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
3075 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
3076 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
3077 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
3078 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
3079 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
3080 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
3081 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
3082 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
3083 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
3084 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
3085 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
3086 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
3087 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
3088 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
3089 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
3090 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
3091 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
3092 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
3093 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
3094 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
3095 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
3096 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
3097 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
3098 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
3099 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
3100 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
3101 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
3102 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
3103 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
3104 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
3105 * platform/chromium-win/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
3106 * platform/chromium-win/tables/mozilla/marvin/tables_border_1-expected.png:
3107 * platform/chromium-win/tables/mozilla/marvin/tables_border_2-expected.png:
3108 * platform/chromium-win/tables/mozilla/marvin/tables_border_3-expected.png:
3109 * platform/chromium/test_expectations.txt:
3111 2011-07-10 James Robinson <jamesr@chromium.org>
3113 [chromium] Update win/linux pixel expectations for r90701 (part 7/??).
3115 * platform/chromium-linux/tables/mozilla/bugs/bug4284-expected.png:
3116 * platform/chromium-linux/tables/mozilla/bugs/bug4385-expected.png:
3117 * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.png:
3118 * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
3119 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
3120 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
3121 * platform/chromium-linux/tables/mozilla/bugs/bug44523-expected.png:
3122 * platform/chromium-linux/tables/mozilla/bugs/bug4501-expected.png:
3123 * platform/chromium-linux/tables/mozilla/bugs/bug4520-expected.png:
3124 * platform/chromium-linux/tables/mozilla/bugs/bug4523-expected.png:
3125 * platform/chromium-linux/tables/mozilla/bugs/bug45486-expected.png:
3126 * platform/chromium-linux/tables/mozilla/bugs/bug4576-expected.png:
3127 * platform/chromium-linux/tables/mozilla/bugs/bug46268-1-expected.png:
3128 * platform/chromium-linux/tables/mozilla/bugs/bug46268-2-expected.png:
3129 * platform/chromium-linux/tables/mozilla/bugs/bug46268-3-expected.png:
3130 * platform/chromium-linux/tables/mozilla/bugs/bug46268-5-expected.png:
3131 * platform/chromium-linux/tables/mozilla/bugs/bug46268-expected.png:
3132 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
3133 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
3134 * platform/chromium-linux/tables/mozilla/bugs/bug46623-1-expected.png:
3135 * platform/chromium-linux/tables/mozilla/bugs/bug46623-2-expected.png:
3136 * platform/chromium-linux/tables/mozilla/bugs/bug46924-expected.png:
3137 * platform/chromium-linux/tables/mozilla/bugs/bug46944-expected.png:
3138 * platform/chromium-linux/tables/mozilla/bugs/bug4739-expected.png:
3139 * platform/chromium-linux/tables/mozilla/bugs/bug47432-expected.png:
3140 * platform/chromium-linux/tables/mozilla/bugs/bug48028-1-expected.png:
3141 * platform/chromium-linux/tables/mozilla/bugs/bug48028-2-expected.png:
3142 * platform/chromium-linux/tables/mozilla/bugs/bug50695-1-expected.png:
3143 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
3144 * platform/chromium-linux/tables/mozilla/bugs/bug5188-expected.png:
3145 * platform/chromium-linux/tables/mozilla/bugs/bug53690-1-expected.png:
3146 * platform/chromium-linux/tables/mozilla/bugs/bug53690-2-expected.png:
3147 * platform/chromium-linux/tables/mozilla/bugs/bug53891-expected.png:
3148 * platform/chromium-linux/tables/mozilla/bugs/bug54450-expected.png:
3149 * platform/chromium-linux/tables/mozilla/bugs/bug55694-expected.png:
3150 * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.png:
3151 * platform/chromium-linux/tables/mozilla/bugs/bug57300-expected.png:
3152 * platform/chromium-linux/tables/mozilla/bugs/bug57378-expected.png:
3153 * platform/chromium-linux/tables/mozilla/bugs/bug57828-expected.png:
3154 * platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.png:
3155 * platform/chromium-linux/tables/mozilla/bugs/bug5798-expected.png:
3156 * platform/chromium-linux/tables/mozilla/bugs/bug5799-expected.png:
3157 * platform/chromium-linux/tables/mozilla/bugs/bug5835-expected.png:
3158 * platform/chromium-linux/tables/mozilla/bugs/bug5838-expected.png:
3159 * platform/chromium-linux/tables/mozilla/bugs/bug58402-1-expected.png:
3160 * platform/chromium-linux/tables/mozilla/bugs/bug59354-expected.png:
3161 * platform/chromium-linux/tables/mozilla/bugs/bug60013-expected.png:
3162 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
3163 * platform/chromium-linux/tables/mozilla/bugs/bug60804-expected.png:
3164 * platform/chromium-linux/tables/mozilla/bugs/bug60807-expected.png:
3165 * platform/chromium-linux/tables/mozilla/bugs/bug60992-expected.png:
3166 * platform/chromium-linux/tables/mozilla/bugs/bug6184-expected.png:
3167 * platform/chromium-linux/tables/mozilla/bugs/bug6304-expected.png:
3168 * platform/chromium-linux/tables/mozilla/bugs/bug647-expected.png:
3169 * platform/chromium-linux/tables/mozilla/bugs/bug67915-1-expected.png:
3170 * platform/chromium-linux/tables/mozilla/bugs/bug68998-expected.png:
3171 * platform/chromium-linux/tables/mozilla/bugs/bug69187-expected.png:
3172 * platform/chromium-linux/tables/mozilla/bugs/bug69382-1-expected.png:
3173 * platform/chromium-linux/tables/mozilla/bugs/bug69382-2-expected.png:
3174 * platform/chromium-linux/tables/mozilla/bugs/bug7112-1-expected.png:
3175 * platform/chromium-linux/tables/mozilla/bugs/bug7112-2-expected.png:
3176 * platform/chromium-linux/tables/mozilla/bugs/bug7121-1-expected.png:
3177 * platform/chromium-linux/tables/mozilla/bugs/bug727-expected.png:
3178 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
3179 * platform/chromium-linux/tables/mozilla/bugs/bug7471-expected.png:
3180 * platform/chromium-linux/tables/mozilla/bugs/bug7714-expected.png:
3181 * platform/chromium-linux/tables/mozilla/bugs/bug78162-expected.png:
3182 * platform/chromium-linux/tables/mozilla/bugs/bug81934-expected.png:
3183 * platform/chromium-linux/tables/mozilla/bugs/bug82946-1-expected.png:
3184 * platform/chromium-linux/tables/mozilla/bugs/bug8381-expected.png:
3185 * platform/chromium-linux/tables/mozilla/bugs/bug86708-expected.png:
3186 * platform/chromium-linux/tables/mozilla/bugs/bug88035-1-expected.png:
3187 * platform/chromium-linux/tables/mozilla/bugs/bug88035-2-expected.png:
3188 * platform/chromium-linux/tables/mozilla/bugs/bug8858-expected.png:
3189 * platform/chromium-linux/tables/mozilla/bugs/bug8950-expected.png:
3190 * platform/chromium-linux/tables/mozilla/bugs/bug9123-1-expected.png:
3191 * platform/chromium-linux/tables/mozilla/bugs/bug9123-2-expected.png:
3192 * platform/chromium-linux/tables/mozilla/bugs/bug92143-expected.png:
3193 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
3194 * platform/chromium-linux/tables/mozilla/bugs/bug9271-1-expected.png:
3195 * platform/chromium-linux/tables/mozilla/bugs/bug9271-2-expected.png:
3196 * platform/chromium-linux/tables/mozilla/bugs/bug965-expected.png:
3197 * platform/chromium-linux/tables/mozilla/bugs/bug97138-expected.png:
3198 * platform/chromium-linux/tables/mozilla/bugs/bug98196-expected.png:
3199 * platform/chromium-linux/tables/mozilla/bugs/bug9879-1-expected.png:
3200 * platform/chromium-linux/tables/mozilla/bugs/bug99923-expected.png:
3201 * platform/chromium-linux/tables/mozilla/bugs/bug99948-expected.png:
3202 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
3203 * platform/chromium-linux/tables/mozilla/core/borders-expected.png:
3204 * platform/chromium-linux/tables/mozilla/core/box_sizing-expected.png:
3205 * platform/chromium-linux/tables/mozilla/core/captions-expected.png:
3206 * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.png:
3207 * platform/chromium-linux/tables/mozilla/core/col_span-expected.png:
3208 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_auto-expected.png:
3209 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
3210 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
3211 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
3212 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_fix-expected.png:
3213 * platform/chromium-win/tables/mozilla/bugs/bug4284-expected.png:
3214 * platform/chromium-win/tables/mozilla/bugs/bug4385-expected.png:
3215 * platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.png:
3216 * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
3217 * platform/chromium-win/tables/mozilla/bugs/bug4429-expected.png:
3218 * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.png:
3219 * platform/chromium-win/tables/mozilla/bugs/bug44523-expected.png:
3220 * platform/chromium-win/tables/mozilla/bugs/bug4501-expected.png:
3221 * platform/chromium-win/tables/mozilla/bugs/bug4520-expected.png:
3222 * platform/chromium-win/tables/mozilla/bugs/bug4523-expected.png:
3223 * platform/chromium-win/tables/mozilla/bugs/bug45486-expected.png:
3224 * platform/chromium-win/tables/mozilla/bugs/bug4576-expected.png:
3225 * platform/chromium-win/tables/mozilla/bugs/bug46268-1-expected.png:
3226 * platform/chromium-win/tables/mozilla/bugs/bug46268-2-expected.png:
3227 * platform/chromium-win/tables/mozilla/bugs/bug46268-3-expected.png:
3228 * platform/chromium-win/tables/mozilla/bugs/bug46268-5-expected.png:
3229 * platform/chromium-win/tables/mozilla/bugs/bug46268-expected.png:
3230 * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.png:
3231 * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.png:
3232 * platform/chromium-win/tables/mozilla/bugs/bug46623-1-expected.png:
3233 * platform/chromium-win/tables/mozilla/bugs/bug46623-2-expected.png:
3234 * platform/chromium-win/tables/mozilla/bugs/bug46924-expected.png:
3235 * platform/chromium-win/tables/mozilla/bugs/bug46944-expected.png:
3236 * platform/chromium-win/tables/mozilla/bugs/bug4739-expected.png:
3237 * platform/chromium-win/tables/mozilla/bugs/bug47432-expected.png:
3238 * platform/chromium-win/tables/mozilla/bugs/bug48028-1-expected.png:
3239 * platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.png:
3240 * platform/chromium-win/tables/mozilla/bugs/bug50695-1-expected.png:
3241 * platform/chromium-win/tables/mozilla/bugs/bug50695-2-expected.png:
3242 * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.png:
3243 * platform/chromium-win/tables/mozilla/bugs/bug5188-expected.png:
3244 * platform/chromium-win/tables/mozilla/bugs/bug53690-1-expected.png:
3245 * platform/chromium-win/tables/mozilla/bugs/bug53690-2-expected.png:
3246 * platform/chromium-win/tables/mozilla/bugs/bug53891-expected.png:
3247 * platform/chromium-win/tables/mozilla/bugs/bug54450-expected.png:
3248 * platform/chromium-win/tables/mozilla/bugs/bug55694-expected.png:
3249 * platform/chromium-win/tables/mozilla/bugs/bug56201-expected.png:
3250 * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.png:
3251 * platform/chromium-win/tables/mozilla/bugs/bug57300-expected.png:
3252 * platform/chromium-win/tables/mozilla/bugs/bug57378-expected.png:
3253 * platform/chromium-win/tables/mozilla/bugs/bug57828-expected.png:
3254 * platform/chromium-win/tables/mozilla/bugs/bug5797-expected.png:
3255 * platform/chromium-win/tables/mozilla/bugs/bug5798-expected.png:
3256 * platform/chromium-win/tables/mozilla/bugs/bug5799-expected.png:
3257 * platform/chromium-win/tables/mozilla/bugs/bug5835-expected.png:
3258 * platform/chromium-win/tables/mozilla/bugs/bug5838-expected.png:
3259 * platform/chromium-win/tables/mozilla/bugs/bug58402-1-expected.png:
3260 * platform/chromium-win/tables/mozilla/bugs/bug59354-expected.png:
3261 * platform/chromium-win/tables/mozilla/bugs/bug60013-expected.png:
3262 * platform/chromium-win/tables/mozilla/bugs/bug60749-expected.png:
3263 * platform/chromium-win/tables/mozilla/bugs/bug60804-expected.png:
3264 * platform/chromium-win/tables/mozilla/bugs/bug60807-expected.png:
3265 * platform/chromium-win/tables/mozilla/bugs/bug60992-expected.png:
3266 * platform/chromium-win/tables/mozilla/bugs/bug6184-expected.png:
3267 * platform/chromium-win/tables/mozilla/bugs/bug6304-expected.png:
3268 * platform/chromium-win/tables/mozilla/bugs/bug647-expected.png:
3269 * platform/chromium-win/tables/mozilla/bugs/bug67915-1-expected.png:
3270 * platform/chromium-win/tables/mozilla/bugs/bug68998-expected.png:
3271 * platform/chromium-win/tables/mozilla/bugs/bug69187-expected.png:
3272 * platform/chromium-win/tables/mozilla/bugs/bug69382-1-expected.png:
3273 * platform/chromium-win/tables/mozilla/bugs/bug69382-2-expected.png:
3274 * platform/chromium-win/tables/mozilla/bugs/bug7112-1-expected.png:
3275 * platform/chromium-win/tables/mozilla/bugs/bug7112-2-expected.png:
3276 * platform/chromium-win/tables/mozilla/bugs/bug7121-1-expected.png:
3277 * platform/chromium-win/tables/mozilla/bugs/bug727-expected.png:
3278 * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.png: