1 2011-09-09 Pavel Podivilov <podivilov@chromium.org>
3 Web Inspector: implement reverse mapping for compiler source maps.
4 https://bugs.webkit.org/show_bug.cgi?id=67850
6 Reviewed by Pavel Feldman.
8 * inspector/debugger/compiler-source-mapping.html:
10 2011-09-20 Renata Hodovan <reni@webkit.org>
12 [Qt] Add Qt specific expecteds to new tests introduced in r95461.
16 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
17 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
18 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
19 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
20 * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
21 * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
22 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.png: Added.
23 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
24 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.png: Added.
25 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
27 2011-09-20 Renata Hodovan <reni@webkit.org>
29 [Qt] Two tests fail after r95488 & r95489
30 https://bugs.webkit.org/show_bug.cgi?id=68428
32 Skip the failing tests.
36 * platform/qt/Skipped:
38 2011-09-19 Ryosuke Niwa <rniwa@webkit.org>
40 Hit testing on margins of body and head elements doesn't recur
41 https://bugs.webkit.org/show_bug.cgi?id=40753
43 Reviewed by Darin Adler.
45 Add tests to click on margins of head and body elements. WebKit should not
46 (attempt to) place the caret after or before head and body elements.
48 * editing/selection/click-on-body-margin-expected.txt: Added.
49 * editing/selection/click-on-body-margin.html: Added.
50 * editing/selection/click-on-head-margin-expected.txt: Added.
51 * editing/selection/click-on-head-margin.html: Added.
53 2011-09-19 Gavin Barraclough <barraclough@apple.com>
56 https://bugs.webkit.org/show_bug.cgi?id=68348
58 Reviewed by Sam Weinig.
60 * fast/js/script-tests/string-split-conformance.js: Added.
61 * fast/js/string-split-conformance-expected.txt: Added.
62 * fast/js/string-split-conformance.html: Added.
63 - Added new Layout test based on:
64 http://stevenlevithan.com/demo/split.cfm
65 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T6-expected.txt:
66 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T7-expected.txt:
67 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T8-expected.txt:
68 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T9-expected.txt:
69 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T7-expected.txt:
70 - Check in failing results for these 5 tests; they are all wrong
71 (see https://bugs.ecmascript.org/show_bug.cgi?id=61).
73 2011-09-19 Sheriff Bot <webkit.review.bot@gmail.com>
75 Unreviewed, rolling out r95482.
76 http://trac.webkit.org/changeset/95482
77 https://bugs.webkit.org/show_bug.cgi?id=68410
79 Broke chromium webkit-tests (Requested by dslomov on #webkit).
81 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
82 * fast/canvas/webgl/premultiplyalpha-test.html:
84 2011-09-19 Adam Barth <abarth@webkit.org>
86 [V8] document.all gets confused about its prototype chain
87 https://bugs.webkit.org/show_bug.cgi?id=68393
89 Reviewed by Eric Seidel.
91 Test how document.all behaves when you change its prototype chain.
93 * http/tests/security/document-all-expected.txt: Added.
94 * http/tests/security/document-all.html: Added.
96 2011-09-19 Adam Barth <abarth@webkit.org>
98 Named property confusion with __proto__
99 https://bugs.webkit.org/show_bug.cgi?id=68221
101 Reviewed by Eric Seidel.
103 * http/tests/security/resources/innocent-victim-with-iframe.html: Added.
104 * http/tests/security/window-named-proto-expected.txt: Added.
105 * http/tests/security/window-named-proto.html: Added.
107 2011-09-19 John Bauman <jbauman@chromium.org>
109 Fix nonpremultiplied webgl toDataURL to jpeg
110 https://bugs.webkit.org/show_bug.cgi?id=68366
112 Update the premultiplyalpha-test from the WebGL conformance tests.
114 Reviewed by Kenneth Russell.
116 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
117 * fast/canvas/webgl/premultiplyalpha-test.html:
119 2011-09-19 Ryosuke Niwa <rniwa@webkit.org>
121 Incorrect selection with absolutely positioned div
122 https://bugs.webkit.org/show_bug.cgi?id=39503
124 Reviewed by Kenneth Rohde Christiansen.
126 Added a regression test for placing the caret inside a block with multiple logical lines
127 with an absolutely positioned last child. WebKit should place the caret on the left of the first line
128 (instead of after the last line) when the user clicks on the left of the first line.
130 * editing/selection/block-with-positioned-lastchild-expected.txt: Added.
131 * editing/selection/block-with-positioned-lastchild.html: Added.
133 2011-09-19 Abhishek Arya <inferno@chromium.org>
135 Unreviewed. Chromium Rebaselines for r95461.
137 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
138 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
139 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
140 * platform/chromium-linux/fast/table/table-row-before-after-content-around-block-expected.png: Added.
141 * platform/chromium-linux/fast/table/table-row-before-after-content-around-table-expected.png: Added.
142 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
143 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
144 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
145 * platform/chromium-mac/fast/table/table-row-before-after-content-around-block-expected.png: Added.
146 * platform/chromium-mac/fast/table/table-row-before-after-content-around-table-expected.png: Added.
147 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
148 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
149 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
150 * platform/chromium-win/fast/table/table-row-before-after-content-around-block-expected.png: Added.
151 * platform/chromium-win/fast/table/table-row-before-after-content-around-table-expected.png: Added.
153 2011-09-19 Dmitry Titov <dimich@chromium.org>
155 [Chromium] Crash after magic iframe transfer for Pepper/NaCl plugins.
156 https://bugs.webkit.org/show_bug.cgi?id=68267
157 Make adoptNode() to not enable live iframe transfer when the iframe's subtree contains plugins.
159 Reviewed by Adam Barth.
161 * fast/frames/iframe-reparenting-embed-elements-expected.txt: Added.
162 * fast/frames/iframe-reparenting-embed-elements.html: Added.
163 * fast/frames/resources/iframe-reparenting-embed-frame1.html: Added.
164 * fast/frames/resources/iframe-reparenting-embed-iframe.html: Added.
166 2011-09-19 Abhishek Arya <inferno@chromium.org>
168 Issues with merging ruby bases.
169 https://bugs.webkit.org/show_bug.cgi?id=67240
171 Reviewed by James Robinson.
173 ASSERTION FAILED: !needsLayout() in RenderRubyRun::getOverhang.
175 * fast/ruby/ruby-overhang-crash-expected.txt: Added.
176 * fast/ruby/ruby-overhang-crash.html: Added.
178 2011-09-16 Abhishek Arya <inferno@chromium.org>
180 Child not placed correctly when beforeChild (table part)
181 has both :before, :after content.
182 https://bugs.webkit.org/show_bug.cgi?id=67656
184 Reviewed by James Robinson.
186 * fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
187 * fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
188 * fast/table/table-cell-before-after-content-around-table-block.html: Added.
189 * fast/table/table-cell-before-after-content-around-table-expected.png: Added.
190 * fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
191 * fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
192 * fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
193 * fast/table/table-cell-before-after-content-around-table-row.html: Added.
194 * fast/table/table-cell-before-after-content-around-table.html: Added.
195 * fast/table/table-row-before-after-content-around-block-expected.png: Added.
196 * fast/table/table-row-before-after-content-around-block-expected.txt: Added.
197 * fast/table/table-row-before-after-content-around-block.html: Added.
198 * fast/table/table-row-before-after-content-around-table-expected.png: Added.
199 * fast/table/table-row-before-after-content-around-table-expected.txt: Added.
200 * fast/table/table-row-before-after-content-around-table.html: Added.
202 2011-09-19 Tom Sepez <tsepez@chromium.org>
204 Fix xssauditor bypass with unterminated closing tag by making the HTMLSourceTracker
205 and the HTMLParser interact more closely with each other. HTMLParser should be
206 setting the end range for the token itself to account for buffering that the
207 HTMLSourceTracker can't know about, but there are a lot of paths that would need
208 updating. First step is to cover this one path.
209 https://bugs.webkit.org/show_bug.cgi?id=68281
211 Reviewed by Adam Barth.
213 * http/tests/security/xssAuditor/resources/echo-intertag.pl:
214 * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt: Added.
215 * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag.html: Added.
217 2011-09-19 Dmitry Lomov <dslomov@google.com>
219 [Chromium] Rebaseline expectations and file WK68372.
221 * platform/chromium/test_expectations.txt:
223 2011-09-19 Dmitry Lomov <dslomov@google.com>
225 [Chromium] Rebaseline expectations due to r95402.
227 * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
229 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
231 Unreviewed skip inspector/timeline/timeline-animation-frame.html on win platform.
233 * platform/win/Skipped:
235 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
237 Unreviewed fix for flaky tests.
239 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
240 * inspector/timeline/timeline-dom-content-loaded-event.html:
241 * inspector/timeline/timeline-load-event-expected.txt:
242 * inspector/timeline/timeline-load-event.html:
243 * platform/qt/Skipped:
245 2011-09-19 Zsolt Fehér <feherzs@inf.u-szeged.hu>
247 Unreviewed Qt gardening.
248 https://bugs.webkit.org/show_bug.cgi?id=68360
250 * platform/qt/Skipped:
252 2011-09-19 Balazs Kelemen <kbalazs@webkit.org>
254 [Qt][WK2] Add some pixel baselines.
256 Unreviewed expectation update.
258 These baselines was produced in the same environment where the
259 Szeged WK2 bot runs. The validity of the results had been checked manually.
261 * platform/qt-wk2/css1/box_properties/float_on_text_elements-expected.png: Added.
262 * platform/qt-wk2/css2.1/t051202-c24-first-lttr-00-b-expected.png: Added.
263 * platform/qt-wk2/css2.1/t051202-c26-psudo-nest-00-c-expected.png: Added.
264 * platform/qt-wk2/css2.1/t060401-c32-cascading-00-b-expected.png: Added.
265 * platform/qt-wk2/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Added.
266 * platform/qt-wk2/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Added.
267 * platform/qt-wk2/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Added.
268 * platform/qt-wk2/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Added.
269 * platform/qt-wk2/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Added.
270 * platform/qt-wk2/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Added.
271 * platform/qt-wk2/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
272 * platform/qt-wk2/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
273 * platform/qt-wk2/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Added.
274 * platform/qt-wk2/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
275 * platform/qt-wk2/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Added.
276 * platform/qt-wk2/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Added.
277 * platform/qt-wk2/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
278 * platform/qt-wk2/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Added.
279 * platform/qt-wk2/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
280 * platform/qt-wk2/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Added.
281 * platform/qt-wk2/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
282 * platform/qt-wk2/css2.1/t0805-c5522-brdr-00-b-expected.png: Added.
283 * platform/qt-wk2/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Added.
284 * platform/qt-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Added.
285 * platform/qt-wk2/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Added.
286 * platform/qt-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
287 * platform/qt-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
288 * platform/qt-wk2/css2.1/t090501-c414-flt-00-d-expected.png: Added.
289 * platform/qt-wk2/css2.1/t090501-c414-flt-01-b-expected.png: Added.
290 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-00-d-expected.png: Added.
291 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: Added.
292 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-02-d-expected.png: Added.
293 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-03-d-expected.png: Added.
294 * platform/qt-wk2/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
295 * platform/qt-wk2/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
296 * platform/qt-wk2/css2.1/t1002-c5523-width-02-b-g-expected.png: Added.
297 * platform/qt-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.png: Added.
298 * platform/qt-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
299 * platform/qt-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
300 * platform/qt-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
301 * platform/qt-wk2/css2.1/t1202-counter-08-b-expected.png: Added.
302 * platform/qt-wk2/css2.1/t1202-counters-08-b-expected.png: Added.
303 * platform/qt-wk2/css2.1/t1601-c547-indent-01-d-expected.png: Added.
304 * platform/qt-wk2/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
305 * platform/qt-wk2/css3/css3-modsel-33-expected.png: Added.
306 * platform/qt-wk2/css3/css3-modsel-35-expected.png: Added.
307 * platform/qt-wk2/fast/backgrounds/size/backgroundSize15-expected.png: Added.
308 * platform/qt-wk2/fast/backgrounds/size/backgroundSize16-expected.png: Added.
309 * platform/qt-wk2/fast/block/basic/014-expected.png: Added.
310 * platform/qt-wk2/fast/block/basic/016-expected.png: Added.
311 * platform/qt-wk2/fast/block/basic/white-space-pre-wraps-expected.png: Added.
312 * platform/qt-wk2/fast/block/float/003-expected.png: Added.
313 * platform/qt-wk2/fast/block/float/020-expected.png: Added.
314 * platform/qt-wk2/fast/block/float/021-expected.png: Added.
315 * platform/qt-wk2/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
316 * platform/qt-wk2/fast/block/float/nopaint-after-layer-destruction2-expected.png: Added.
317 * platform/qt-wk2/fast/block/float/width-update-after-clear-expected.png: Added.
318 * platform/qt-wk2/fast/block/margin-collapse/empty-clear-blocks-expected.png: Added.
319 * platform/qt-wk2/fast/block/positioning/auto-height-with-top-and-bottom-expected.png: Added.
320 * platform/qt-wk2/fast/block/positioning/auto/005-expected.png: Added.
321 * platform/qt-wk2/fast/borders/block-mask-overlay-image-expected.png: Added.
322 * platform/qt-wk2/fast/borders/border-fit-expected.png: Added.
323 * platform/qt-wk2/fast/borders/border-image-scale-transform-expected.png: Added.
324 * platform/qt-wk2/fast/borders/border-radius-inline-flow-expected.png: Added.
325 * platform/qt-wk2/fast/borders/rtl-border-01-expected.png: Added.
326 * platform/qt-wk2/fast/borders/rtl-border-02-expected.png: Added.
327 * platform/qt-wk2/fast/borders/rtl-border-03-expected.png: Added.
328 * platform/qt-wk2/fast/box-shadow/basic-shadows-expected.png: Added.
329 * platform/qt-wk2/fast/canvas/arc360-expected.png: Added.
330 * platform/qt-wk2/fast/canvas/canvas-before-css-expected.png: Added.
331 * platform/qt-wk2/fast/canvas/canvas-text-alignment-expected.png: Added.
332 * platform/qt-wk2/fast/canvas/canvas-zoom-expected.png: Added.
333 * platform/qt-wk2/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
334 * platform/qt-wk2/fast/canvas/drawImage-expected.png: Added.
335 * platform/qt-wk2/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
336 * platform/qt-wk2/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
337 * platform/qt-wk2/fast/canvas/fillrect_gradient-expected.png: Added.
338 * platform/qt-wk2/fast/canvas/image-object-in-canvas-expected.png: Added.
339 * platform/qt-wk2/fast/canvas/patternfill-repeat-expected.png: Added.
340 * platform/qt-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
341 * platform/qt-wk2/fast/canvas/shadow-offset-1-expected.png: Added.
342 * platform/qt-wk2/fast/canvas/shadow-offset-2-expected.png: Added.
343 * platform/qt-wk2/fast/canvas/shadow-offset-3-expected.png: Added.
344 * platform/qt-wk2/fast/canvas/shadow-offset-4-expected.png: Added.
345 * platform/qt-wk2/fast/canvas/shadow-offset-5-expected.png: Added.
346 * platform/qt-wk2/fast/canvas/shadow-offset-6-expected.png: Added.
347 * platform/qt-wk2/fast/canvas/shadow-offset-7-expected.png: Added.
348 * platform/qt-wk2/fast/css-generated-content/012-expected.png: Added.
349 * platform/qt-wk2/fast/css-generated-content/013-expected.png: Added.
350 * platform/qt-wk2/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
351 * platform/qt-wk2/fast/css-generated-content/after-order-expected.png: Added.
352 * platform/qt-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
353 * platform/qt-wk2/fast/css/004-expected.png: Added.
354 * platform/qt-wk2/fast/css/005-expected.png: Added.
355 * platform/qt-wk2/fast/css/MarqueeLayoutTest-expected.png: Added.
356 * platform/qt-wk2/fast/css/ZeroOpacityLayers-expected.png: Added.
357 * platform/qt-wk2/fast/css/ZeroOpacityLayers2-expected.png: Added.
358 * platform/qt-wk2/fast/css/absolute-poition-in-rtl-parent-expected.png: Added.
359 * platform/qt-wk2/fast/css/begin-end-contain-selector-empty-value-expected.png: Added.
360 * platform/qt-wk2/fast/css/css1_forward_compatible_parsing-expected.png: Added.
361 * platform/qt-wk2/fast/css/css3-modsel-22-expected.png: Added.
362 * platform/qt-wk2/fast/css/css3-nth-child-expected.png: Added.
363 * platform/qt-wk2/fast/css/first-letter-detach-expected.png: Added.
364 * platform/qt-wk2/fast/css/first-letter-hover-expected.png: Added.
365 * platform/qt-wk2/fast/css/font-face-implicit-local-font-expected.png: Added.
366 * platform/qt-wk2/fast/css/hsl-color-expected.png: Added.
367 * platform/qt-wk2/fast/css/inline-properties-important-expected.png: Added.
368 * platform/qt-wk2/fast/css/invalidation-errors-2-expected.png: Added.
369 * platform/qt-wk2/fast/css/invalidation-errors-expected.png: Added.
370 * platform/qt-wk2/fast/css/non-standard-checkbox-size-expected.png: Added.
371 * platform/qt-wk2/fast/css/outline-auto-location-expected.png: Added.
372 * platform/qt-wk2/fast/css/selector-set-attribute-expected.png: Added.
373 * platform/qt-wk2/fast/css/text-align-expected.png: Added.
374 * platform/qt-wk2/fast/css/textCapitalizeEdgeCases-expected.png: Added.
375 * platform/qt-wk2/fast/css/zoom-font-size-expected.png: Added.
376 * platform/qt-wk2/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png: Added.
377 * platform/qt-wk2/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
378 * platform/qt-wk2/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
379 * platform/qt-wk2/fast/dom/children-nodes-expected.png: Added.
380 * platform/qt-wk2/fast/dom/clone-node-dynamic-style-expected.png: Added.
381 * platform/qt-wk2/fast/dom/css-rule-functions-expected.png: Added.
382 * platform/qt-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
383 * platform/qt-wk2/fast/dynamic/selection-highlight-adjust-expected.png: Added.
384 * platform/qt-wk2/fast/dynamic/staticY-marking-parents-regression-expected.png: Added.
385 * platform/qt-wk2/fast/forms/basic-selects-expected.png: Added.
386 * platform/qt-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
387 * platform/qt-wk2/fast/forms/input-placeholder-text-indent-expected.png: Added.
388 * platform/qt-wk2/fast/forms/minWidthPercent-expected.png: Added.
389 * platform/qt-wk2/fast/frames/frame-scrolling-attribute-expected.png: Added.
390 * platform/qt-wk2/fast/gradients/radial-centered-expected.png: Added.
391 * platform/qt-wk2/fast/html/details-writing-mode-expected.png: Added.
392 * platform/qt-wk2/fast/inline/continuation-outlines-expected.png: Added.
393 * platform/qt-wk2/fast/inline/continuation-outlines-with-layers-expected.png: Added.
394 * platform/qt-wk2/fast/lists/001-vertical-expected.png: Added.
395 * platform/qt-wk2/fast/lists/007-vertical-expected.png: Added.
396 * platform/qt-wk2/fast/lists/008-vertical-expected.png: Added.
397 * platform/qt-wk2/fast/media/mq-relative-constraints-08-expected.png: Added.
398 * platform/qt-wk2/fast/multicol/client-rects-expected.png: Added.
399 * platform/qt-wk2/fast/multicol/column-break-with-balancing-expected.png: Added.
400 * platform/qt-wk2/fast/multicol/float-multicol-expected.png: Added.
401 * platform/qt-wk2/fast/multicol/float-paginate-complex-expected.png: Added.
402 * platform/qt-wk2/fast/multicol/float-paginate-expected.png: Added.
403 * platform/qt-wk2/fast/multicol/layers-split-across-columns-expected.png: Added.
404 * platform/qt-wk2/fast/multicol/margin-collapse-expected.png: Added.
405 * platform/qt-wk2/fast/multicol/max-height-columns-block-expected.png: Added.
406 * platform/qt-wk2/fast/multicol/nested-columns-expected.png: Added.
407 * platform/qt-wk2/fast/multicol/paginate-block-replaced-expected.png: Added.
408 * platform/qt-wk2/fast/multicol/positioned-with-constrained-height-expected.png: Added.
409 * platform/qt-wk2/fast/multicol/scrolling-overflow-expected.png: Added.
410 * platform/qt-wk2/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
411 * platform/qt-wk2/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
412 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
413 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
414 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
415 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
416 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
417 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
418 * platform/qt-wk2/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
419 * platform/qt-wk2/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
420 * platform/qt-wk2/fast/multicol/span/span-margin-collapsing-expected.png: Added.
421 * platform/qt-wk2/fast/multicol/table-margin-collapse-expected.png: Added.
422 * platform/qt-wk2/fast/multicol/table-vertical-align-expected.png: Added.
423 * platform/qt-wk2/fast/multicol/unsplittable-inline-block-expected.png: Added.
424 * platform/qt-wk2/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
425 * platform/qt-wk2/fast/multicol/vertical-lr/column-rules-expected.png: Added.
426 * platform/qt-wk2/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
427 * platform/qt-wk2/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
428 * platform/qt-wk2/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
429 * platform/qt-wk2/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
430 * platform/qt-wk2/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
431 * platform/qt-wk2/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
432 * platform/qt-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
433 * platform/qt-wk2/fast/multicol/vertical-rl/column-rules-expected.png: Added.
434 * platform/qt-wk2/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
435 * platform/qt-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
436 * platform/qt-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
437 * platform/qt-wk2/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
438 * platform/qt-wk2/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
439 * platform/qt-wk2/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
440 * platform/qt-wk2/fast/overflow/line-clamp-expected.png: Added.
441 * platform/qt-wk2/fast/overflow/overflow-rtl-vertical-expected.png: Added.
442 * platform/qt-wk2/fast/overflow/table-overflow-float-expected.png: Added.
443 * platform/qt-wk2/fast/reflections/opacity-reflection-transform-expected.png: Added.
444 * platform/qt-wk2/fast/repaint/bugzilla-6278-expected.png: Added.
445 * platform/qt-wk2/fast/repaint/line-flow-with-floats-1-expected.png: Added.
446 * platform/qt-wk2/fast/repaint/line-flow-with-floats-10-expected.png: Added.
447 * platform/qt-wk2/fast/repaint/line-flow-with-floats-2-expected.png: Added.
448 * platform/qt-wk2/fast/repaint/line-flow-with-floats-3-expected.png: Added.
449 * platform/qt-wk2/fast/repaint/line-flow-with-floats-4-expected.png: Added.
450 * platform/qt-wk2/fast/repaint/line-flow-with-floats-5-expected.png: Added.
451 * platform/qt-wk2/fast/repaint/line-flow-with-floats-6-expected.png: Added.
452 * platform/qt-wk2/fast/repaint/line-flow-with-floats-7-expected.png: Added.
453 * platform/qt-wk2/fast/repaint/line-flow-with-floats-8-expected.png: Added.
454 * platform/qt-wk2/fast/repaint/line-flow-with-floats-9-expected.png: Added.
455 * platform/qt-wk2/fast/repaint/multicol-repaint-expected.png: Added.
456 * platform/qt-wk2/fast/repaint/outline-repaint-glitch-expected.png: Added.
457 * platform/qt-wk2/fast/repaint/selected-replaced-expected.png: Added.
458 * platform/qt-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
459 * platform/qt-wk2/fast/repaint/stacked-diacritics-expected.png: Added.
460 * platform/qt-wk2/fast/repaint/text-append-dirty-lines-expected.png: Added.
461 * platform/qt-wk2/fast/replaced/001-expected.png: Added.
462 * platform/qt-wk2/fast/replaced/002-expected.png: Added.
463 * platform/qt-wk2/fast/replaced/003-expected.png: Added.
464 * platform/qt-wk2/fast/replaced/005-expected.png: Added.
465 * platform/qt-wk2/fast/replaced/absolute-image-sizing-expected.png: Added.
467 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
469 Web Inspector: extend UI perf tests coverage. Elements Panel.
470 https://bugs.webkit.org/show_bug.cgi?id=68263
472 Reviewed by Pavel Feldman.
474 * inspector/performance/resources/show-panel-elements.html: Added.
476 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
478 Web Inspector: didMarkDOMContentEvent() should send event of MarkDOMContent type.
479 https://bugs.webkit.org/show_bug.cgi?id=67528
481 Reviewed by Pavel Feldman.
483 * inspector/timeline/timeline-animation-frame.html:
484 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt: Added.
485 * inspector/timeline/timeline-dom-content-loaded-event.html: Added.
486 * inspector/timeline/timeline-load-event-expected.txt: Added.
487 * inspector/timeline/timeline-load-event.html: Added.
488 * inspector/timeline/timeline-test.js:
489 (initialize_Timeline.InspectorTest.waitForRecordType.addRecord):
490 (initialize_Timeline.InspectorTest.waitForRecordType):
492 2011-09-19 Csaba Osztrogonác <ossy@webkit.org>
494 [Qt] Unreviewed gardening.
496 * platform/qt-arm/fast/dom/Window/window-property-descriptors-expected.txt: Updated.
497 * platform/qt-mac/Skipped: Skip new failing tests to paint the bot green.
499 2011-09-19 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
501 [Qt] [ARMv5] fast/events/media-element-focus-tab.html fast/spatial-navigation/snav-media-elements.html fail
502 https://bugs.webkit.org/show_bug.cgi?id=68341
504 * platform/qt-arm/Skipped: Skip the failing tests
506 2011-09-18 Ilya Tikhonovsky <loislo@chromium.org>
508 Web Inspector: requestAnimationFrame callbacks don't show up in the timeline panel.
509 https://bugs.webkit.org/show_bug.cgi?id=67986
511 Reviewed by Pavel Feldman.
513 * inspector/timeline/timeline-animation-frame-expected.txt: Added.
514 * inspector/timeline/timeline-animation-frame.html: Added.
515 * inspector/timeline/timeline-enum-stability-expected.txt:
516 * platform/chromium/inspector/timeline/timeline-enum-stability-expected.txt:
517 * platform/qt/Skipped: inspector/timeline/timeline-animation-frame.html was added to the skip list.
518 * inspector/timeline/timeline-test.js:
520 2011-09-18 James Kozianski <koz@chromium.org>
522 Rebaseline navigator test for chromium-win-vista.
523 https://bugs.webkit.org/show_bug.cgi?id=68334
525 Unreviewed. Rebaseline for navigator-detached-no-crash.
527 * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Added.
529 2011-09-18 Dan Bernstein <mitz@apple.com>
531 <rdar://problem/7860281> Decomposed text is displayed incorrectly when Verdana is specified
532 https://bugs.webkit.org/show_bug.cgi?id=68287
534 Reviewed by Dave Hyatt.
536 * platform/mac/fast/text/combining-character-sequence-fallback.html: Added.
537 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Added.
538 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Added.
540 2011-09-18 Dan Bernstein <mitz@apple.com>
542 Updated expected results for two tests after r95362.
544 * platform/mac/fast/dom/Window/window-properties-expected.txt:
545 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
547 2011-09-17 David Hyatt <hyatt@apple.com>
549 https://bugs.webkit.org/show_bug.cgi?id=68307
551 Crash in border image cssText. Make sure to null check all the components, since they're all
554 Reviewed by Sam Weinig.
556 * fast/borders/border-image-slice-omission.html: Added.
558 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
560 [Qt][WK2] fast/events/media-element-focus-tab.html fails
561 https://bugs.webkit.org/show_bug.cgi?id=68315
563 * platform/qt-wk2/Skipped: Skip fast/events/media-element-focus-tab.html until fix.
565 2011-09-17 Deepak Sherveghar <bpwv64@motorola.com>
567 Override supportsFocus() for HTMLMediaElement.
568 https://bugs.webkit.org/show_bug.cgi?id=67190
570 Reviewed by Antonio Gomes.
572 For media elements be able to receive focus without tabindex if
573 control attribute is present, hence changed
574 tabindex-focus-blur-all.js and tabindex-focus-blur-all-expected.txt.
576 * fast/events/media-element-focus-tab-expected.txt: Added.
577 * fast/events/media-element-focus-tab.html: Added.
578 * fast/events/resources/tabindex-focus-blur-all.js:
580 * fast/events/tabindex-focus-blur-all-expected.txt:
581 * fast/spatial-navigation/snav-media-elements-expected.txt: Added.
582 * fast/spatial-navigation/snav-media-elements.html: Added.
584 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
586 [Qt] Unreviewed gardening.
588 * platform/qt-4.8/editing/deleting/merge-whitespace-pre-expected.txt: Update after r95335.
590 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
592 [Qt][WK2] Unreviewed gardening after r95337.
594 * platform/qt-wk2/Skipped: Skip one more test.
596 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
598 [Qt][WK2] fast/forms/submit-to-blank-multiple-times.html fails
599 https://bugs.webkit.org/show_bug.cgi?id=68309
601 * platform/qt-wk2/Skipped: Skip fast/forms/submit-to-blank-multiple-times.html.
603 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
605 [Qt][WK2] Unreviewed gardening after r95335.
607 * platform/qt-wk2/Skipped: Skip new failing tests.
609 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
611 [Qt] Unreviewed gardening.
613 * platform/qt/Skipped: Skip plugins/fullscreen-plugins-dont-reload.html, because ENABLE(FULLSCREEN_API) is disabled on Qt.
614 * platform/qt/fast/dom/Window/window-properties-expected.png: Updated after r95362.
615 * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r95362.
616 * platform/qt/fast/dom/Window/window-property-descriptors-expected.png: Updated after r95362.
617 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r95362.
619 2011-09-16 Jeremy Apthorp <jeremya@chromium.org> and James Kozianski <koz@chromium.org>
621 Don't detach elements from the render tree when entering fullscreen mode
622 https://bugs.webkit.org/show_bug.cgi?id=66531
624 Test that the plugin is not reloaded when entering fullscreen.
626 Reviewed by James Robinson.
628 * plugins/fullscreen-plugins-dont-reload-expected.txt: Added.
629 * plugins/fullscreen-plugins-dont-reload.html: Added.
631 2011-09-16 Jochen Eisinger <jochen@chromium.org>
633 Add tests for FrameLoaderClient::allowImage.
634 https://bugs.webkit.org/show_bug.cgi?id=68071
636 Reviewed by Adam Barth.
638 * http/tests/permissionclient/resources/bostin.gif:
639 * http/tests/permissionclient/resources/redir.php:
640 * platform/chromium/permissionclient/image-permissions-expected.txt:
641 * platform/chromium/permissionclient/image-permissions.html:
642 * platform/http/tests/permissionclient/image-permissions-expected.txt:
643 * platform/http/tests/permissionclient/image-permissions.html:
645 2011-09-16 Tom Sepez <tsepez@chromium.org>
647 Make XSSAuditor truncate inline snippets at a reasonable length before comparison
648 respecting boundaries of multiply urlencoded sequences.
649 https://bugs.webkit.org/show_bug.cgi?id=68092
651 Reviewed by Adam Barth.
653 * http/tests/security/xssAuditor/property-escape-long-expected.txt: Added.
654 * http/tests/security/xssAuditor/property-escape-long.html: Added.
656 2011-09-16 Dmitry Lomov <dslomov@google.com>
658 https://bugs.webkit.org/show_bug.cgi?id=66714
659 Add webkitPostMessage to allow for adding transferable support.
660 This adds webkitPostMessage, currently identical to postMessage, which
661 would later be a vehicle for adding transferable support for messaging.
662 The tests ensure that webkitPostMessage and postMessage behave identically.
664 Based on patch by Luke Zarko.
666 Reviewed by David Levin.
668 * fast/dom/Window/window-postmessage-args-expected.txt:
669 * fast/dom/Window/window-postmessage-args.html:
670 * fast/dom/Window/window-property-descriptors-expected.txt:
671 * fast/events/message-port-expected.txt:
672 * fast/events/message-port.html:
673 * fast/workers/resources/worker-call.js:
674 * fast/workers/worker-call-expected.txt:
675 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt:
677 2011-09-16 Alexei Svitkine <asvitkine@chromium.org>
679 Chromium: Fix repaint of rubber-band overhang area under composited path
680 https://bugs.webkit.org/show_bug.cgi?id=68246
682 I accidently removed these two lines from the last patch on: https://bugs.webkit.org/show_bug.cgi?id=66969
684 Reviewed by James Robinson.
686 Test: platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change.html
688 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change-expected.png: Added.
689 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change-expected.txt: Added.
690 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change.html: Added.
692 2011-09-16 Tony Chang <tony@chromium.org>
694 Rename flex-align values to match the spec
695 https://bugs.webkit.org/show_bug.cgi?id=67741
697 Reviewed by Ojan Vafai.
699 * css3/flexbox/css-properties-expected.txt:
700 * css3/flexbox/script-tests/css-properties.js:
702 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
704 Chromium pixel test rebaseline for r95335.
706 * platform/chromium-cg-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Added.
707 * platform/chromium-linux/editing/deleting/merge-whitespace-pre-expected.png:
708 * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
709 * platform/chromium-win-vista/editing: Removed.
710 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.png:
711 * platform/chromium/test_expectations.txt:
713 2011-09-16 Kentaro Hara <haraken@chromium.org>
715 Implement an ErrorEvent constructor for JSC
716 https://bugs.webkit.org/show_bug.cgi?id=68148
718 Reviewed by Sam Weinig.
720 error-event-constructor.html checks the behavior of the ErrorEvent constructor.
722 * fast/dom/constructed-objects-prototypes-expected.txt: Now window has ErrorEvent.
723 * fast/events/constructors/error-event-constructor-expected.txt: Added.
724 * fast/events/constructors/error-event-constructor.html: Added.
725 * platform/chromium/test_expectations.txt: Skipped error-event-constructor.html, since V8 does not yet have the ErrorEvent constructor.
727 2011-09-16 Adam Barth <abarth@webkit.org>
729 CORS images viewed from different domains fail security checks
730 https://bugs.webkit.org/show_bug.cgi?id=68011
732 Reviewed by Darin Adler.
734 I am unable to reproduce the bug, but the test I wrote in the process
735 might be worth having anyway.
737 * http/tests/security/canvas-cors-with-two-hosts-expected.txt: Added.
738 * http/tests/security/canvas-cors-with-two-hosts.html: Added.
739 * http/tests/security/resources/canvas-cors-subtest.html: Added.
741 2011-09-16 Kentaro Hara <haraken@google.com>
743 Overhangs a ruby by no more than half the width of the neighboring text.
744 https://bugs.webkit.org/show_bug.cgi?id=62684
746 Reviewed by Dan Bernstein.
748 Assume two rubies between which a narrow text exists, like
749 "<ruby>x<rt>xxxxxx</rt></ruby>l<ruby>y<rt>yyyyyy</rt></ruby>".
750 In order to avoid the two rubies overlapping with each other,
751 this patch overhangs the ruby by no more than half the ruby font
752 size and no more than half the width of the neighboring text.
754 * fast/ruby/overhang-horizontal-no-overlap1-expected.png: Added.
755 * fast/ruby/overhang-horizontal-no-overlap1-expected.txt: Added.
756 * fast/ruby/overhang-horizontal-no-overlap1.html: Added. Tests if two rubies do not overlap with each other when a narrow text exists between the two rubies. Split into two test files in order to fit each test result within one page.
757 * fast/ruby/overhang-horizontal-no-overlap2-expected.png: Added.
758 * fast/ruby/overhang-horizontal-no-overlap2-expected.txt: Added.
759 * fast/ruby/overhang-horizontal-no-overlap2.html: Added. Tests if two rubies do not overlap with each other when a narrow text exists between the two rubies. Split into two test files in order to fit each test result within one page.
760 * fast/ruby/overhang-vertical-no-overlap1-expected.png: Added.
761 * fast/ruby/overhang-vertical-no-overlap1-expected.txt: Added.
762 * fast/ruby/overhang-vertical-no-overlap1.html: Added. Tests if two rubies do not overlap with each other when a narrow text exists between the two rubies. Split into two test files in order to fit each test result within one page.
763 * fast/ruby/overhang-vertical-no-overlap2-expected.png: Added.
764 * fast/ruby/overhang-vertical-no-overlap2-expected.txt: Added.
765 * fast/ruby/overhang-vertical-no-overlap2.html: Added. Tests if two rubies do not overlap with each other when a narrow text exists between the two rubies. Split into two test files in order to fit each test result within one page.
766 * platform/chromium-linux/fast/ruby/overhang-vertical-expected.png: Removed.
767 * platform/chromium-win/fast/ruby/overhang-horizontal-expected.png: Removed.
768 * platform/chromium/test_expectations.txt: Skips overhang-horizontal.html. We will update the result image as a rebase line.
770 2011-09-16 Ben Wells <benwells@chromium.org>
772 Large canvas fills should not crash or create unnecessarily large image buffers
773 https://bugs.webkit.org/show_bug.cgi?id=67988
775 Reviewed by Darin Adler.
777 * fast/canvas/canvas-large-fills-expected.txt: Added.
778 * fast/canvas/canvas-large-fills.html: Added.
780 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
782 Fix the rebaseline in r95325 and also rebaseline for r95335.
784 * inspector/styles/styles-update-from-js-expected.txt:
785 * platform/chromium/test_expectations.txt
786 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.txt:
787 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
789 2011-09-16 Gavin Barraclough <barraclough@apple.com>
791 Unsigned bit shift fails under certain conditions in 32 bit builds
792 https://bugs.webkit.org/show_bug.cgi?id=68166
794 Reviewed by Geoff Garen.
798 * fast/js/floating-point-truncate-rshift-expected.txt:
799 * fast/js/floating-point-truncate-rshift.html:
801 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
803 Add the forgotten test, also suppress a test in Chromium as it needs a rebaseline.
805 * platform/chromium/test_expectations.txt:
806 * editing/deleting/merge-paragraph-into-blockquote-expected.txt: Added.
807 * editing/deleting/merge-paragraph-into-blockquote.html: Added.
809 2011-09-14 Ryosuke Niwa <rniwa@webkit.org>
811 Deleting line break before h1 converts h1 to span
812 https://bugs.webkit.org/show_bug.cgi?id=45784
814 Reviewed by Kenneth Rohde Christiansen.
816 Added a bunch of tests to ensure WebKit does not keep block elements' style when merging paragraphs.
817 When removing line breaks between <h1>hello</h1>world and hello<pre>world</pre> for example,
818 we should not be overriding and preserving styles from h1 in the merge paragraph respectively.
820 * editing/deleting/merge-paragraph-from-address-expected.txt: Added.
821 * editing/deleting/merge-paragraph-from-address.html: Added.
822 * editing/deleting/merge-paragraph-from-h6-expected.txt: Added.
823 * editing/deleting/merge-paragraph-from-h6-with-style-expected.txt: Added.
824 * editing/deleting/merge-paragraph-from-h6-with-style.html: Added.
825 * editing/deleting/merge-paragraph-from-h6.html: Added.
826 * editing/deleting/merge-paragraph-from-listing-expected.txt: Added.
827 * editing/deleting/merge-paragraph-from-listing.html: Added.
828 * editing/deleting/merge-paragraph-into-h1-expected.txt: Added.
829 * editing/deleting/merge-paragraph-into-h1-style-expected.txt: Added.
830 * editing/deleting/merge-paragraph-into-h1-with-style-expected.txt: Added.
831 * editing/deleting/merge-paragraph-into-h1-with-style.html: Added.
832 * editing/deleting/merge-paragraph-into-h1.html: Added.
833 * editing/deleting/merge-paragraph-into-pre-expected.txt: Added.
834 * editing/deleting/merge-paragraph-into-pre.html: Added.
835 * platform/mac/editing/deleting/merge-whitespace-pre-expected.png:
836 * platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
838 2011-09-16 David Levin <levin@chromium.org>
840 [chromium] Rebaseline fix up due to r95239.
842 Add back in a baseline that was removed in my last change.
844 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
845 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
846 * platform/chromium/test_expectations.txt:
848 2011-09-16 David Levin <levin@chromium.org>
850 [chromium] Rebaseline fix up due to r95239.
852 Expectation removal due to r95322 and r95325.
854 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-composited-expected.png: Added.
855 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
856 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
857 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
858 * platform/chromium-cg-mac/fast/css/nested-rounded-corners-expected.png:
859 * platform/chromium-linux/fast/clip/overflow-border-radius-combinations-expected.png: Added.
860 * platform/chromium-linux/fast/clip/overflow-border-radius-composited-expected.png: Added.
861 * platform/chromium-linux/fast/clip/overflow-border-radius-transformed-expected.png: Added.
862 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
863 * platform/chromium-mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
864 * platform/chromium-mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
865 * platform/chromium-mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
866 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
867 * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.png: Added.
868 * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
869 * platform/chromium-win/fast/clip/overflow-border-radius-composited-expected.png: Added.
870 * platform/chromium-win/fast/clip/overflow-border-radius-composited-expected.txt: Added.
871 * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.png: Added.
872 * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
873 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
874 * platform/chromium/test_expectations.txt:
876 2011-09-16 Geoffrey Garen <ggaren@apple.com>
878 Removed undetectable style.filter.
880 Reviewed by Sam Weinig.
882 This feature was added in http://trac.webkit.org/changeset/15557 to
883 support housingmaps.com. But housingmaps.com no longer needs this hack,
884 we don't know of other websites that need it, and we don't know of
885 any other browsers that have implemented this feature.
887 * fast/dom/undetectable-style-filter-expected.txt: Removed.
888 * fast/dom/undetectable-style-filter.html: Removed.
890 2011-09-16 Sheriff Bot <webkit.review.bot@gmail.com>
892 Unreviewed, rolling out r95317.
893 http://trac.webkit.org/changeset/95317
894 https://bugs.webkit.org/show_bug.cgi?id=68282
896 Remove newly added overlapping test expectations. (Requested
897 by dave_levin on #webkit).
899 * platform/chromium/test_expectations.txt:
901 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
903 Rebaseline after r95242.
905 * inspector/styles/styles-update-from-js-expected.txt:
907 2011-09-16 Sam Weinig <sam@webkit.org>
909 Replace use of access to nodeList using call, with array style notation.
911 * editing/pasteboard/paste-noscript.html:
913 2011-09-16 Mihai Parparita <mihaip@chromium.org>
915 http/tests/history/back-with-fragment-change.php fails on non-Chromium bots
916 https://bugs.webkit.org/show_bug.cgi?id=68242
918 Skip test on ports on which it fails. Move comment to be inside
919 <?php> block so that HTTP headers can be set on all platforms (there
920 must not be any whitespace before the <?php> block).
922 * http/tests/history/back-with-fragment-change.php:
923 * platform/gtk/Skipped:
924 * platform/mac/Skipped:
925 * platform/qt/Skipped:
927 2011-09-16 Cary Clark <caryclark@google.com>
928 Unreviewed; new expectations (Skia on Mac)
930 This separates test failures that are specific to CG Mac from failures
931 for Skia on Mac (Leopard only).
933 * LayoutTests/platform/chromium/test_expectations.txt:
935 2011-09-16 James Simonsen <simonjam@chromium.org>
937 Fix HTML5 parser's adoption agency algorithm to reparent correctly
938 https://bugs.webkit.org/show_bug.cgi?id=68147
940 Reviewed by Eric Seidel.
942 * html5lib/resources/webkit02.dat:
944 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
946 [Qt] REGRESSION(r95091) It made many tests flakey
947 https://bugs.webkit.org/show_bug.cgi?id=68232
949 Unreviewed rolling out r95091 and followup patches.
951 * inspector/timeline/timeline-animation-frame-expected.txt: Removed.
952 * inspector/timeline/timeline-animation-frame.html: Removed.
953 * inspector/timeline/timeline-enum-stability-expected.txt:
954 * inspector/timeline/timeline-test.js:
955 * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt: Removed.
956 * platform/qt/Skipped:
957 * platform/qt/test_expectations.txt:
959 2011-09-16 Abhishek Arya <inferno@chromium.org>
961 cachedFont not getting updated for inline SVG text.
962 https://bugs.webkit.org/show_bug.cgi?id=68060
964 Reviewed by Nikolas Zimmermann.
966 * svg/text/text-style-recalc-crash-expected.txt: Added.
967 * svg/text/text-style-recalc-crash.html: Added.
969 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
971 Unreviewed rolling out r95277.
973 * platform/qt/Skipped:
975 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
977 Web Inspector: UI performance tests are required.
978 https://bugs.webkit.org/show_bug.cgi?id=68234
980 The idea is to create a set of tests which cover frequently used UI actions
981 and print the average time of these actions.
982 There are two pilot tests. The common part was extracted into performance-test helper.
984 Reviewed by Pavel Feldman.
986 * inspector/performance/resources/network-append-30-requests.html: Added.
987 * inspector/performance/resources/performance-test.js: Added.
988 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer):
989 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.start):
990 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.finish):
991 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
992 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._runTest):
993 * inspector/performance/resources/show-panel-network.html: Added.
995 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
997 [Qt] Unreviewed gardening. Skip a flakey test.
999 * platform/qt/Skipped:
1001 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
1003 [Qt] Unreviewed gardening. Add Qt specific expexted results for new tests introduced in r95239.
1005 * platform/qt/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1006 * platform/qt/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
1007 * platform/qt/fast/clip/overflow-border-radius-composited-expected.png: Added.
1008 * platform/qt/fast/clip/overflow-border-radius-composited-expected.txt: Added.
1009 * platform/qt/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1010 * platform/qt/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
1012 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
1014 Unreviewed test fix for r95287.
1016 * inspector/debugger/debugger-expand-scope.html:
1018 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
1020 Web Inspector: change WebInspector.currentPanel getter/setter to functions.
1021 https://bugs.webkit.org/show_bug.cgi?id=68242
1023 This is necessary for the panel switching performance tests.
1025 Reviewed by Pavel Feldman.
1027 * http/tests/inspector/resource-tree/resource-tree-test.js:
1028 (initialize_ResourceTreeTest.InspectorTest.dumpResourcesTree):
1029 * inspector/debugger/debugger-expand-scope.html:
1030 * inspector/debugger/debugger-proto-property.html:
1031 * inspector/storage-panel-dom-storage.html:
1033 2011-09-16 Balazs Kelemen <kbalazs@webkit.org>
1035 [Qt][WK2] bot lucks mobility
1036 https://bugs.webkit.org/show_bug.cgi?id=68243
1038 Unreviwed test skipping.
1040 * platform/qt-wk2/Skipped:
1042 2011-09-15 Pavel Feldman <pfeldman@google.com>
1044 Web Inspector: rename Console.clearConsoleMessages to Console.clearMessages, brush up console domain doc.
1045 https://bugs.webkit.org/show_bug.cgi?id=68165
1047 Reviewed by Yury Semikhatsky.
1049 * inspector/protocol/console-agent-expected.txt:
1050 * inspector/protocol/console-agent.html:
1052 2011-09-16 Keishi Hattori <keishi@webkit.org>
1054 [chromium] Rebaselines due to r95203 and r95207.
1056 * platform/chromium-cg-mac-leopard/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1057 * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1058 * platform/chromium/test_expectations.txt:
1060 2011-09-16 Renata Hodovan <reni@webkit.org>
1062 [Qt] Update expecteds of failing tests after r95260 and r95242.
1064 Unreviewed gardening.
1066 * editing/style/non-inheritable-styles-expected.txt: after r95242.
1067 * fast/dom/constructed-objects-prototypes-expected.txt: after r95260.
1068 * inspector/styles/styles-new-API-expected.txt: after r95242.
1069 * inspector/styles/styles-source-lines-expected.txt: after r95242.
1071 2011-09-16 Renata Hodovan <reni@webkit.org>
1073 [Qt] One test failed after r95203
1074 https://bugs.webkit.org/show_bug.cgi?id=68233
1076 Unreviewed gardening.
1078 * platform/qt/Skipped: failed test is skipped.
1080 2011-09-16 Renata Hodovan <reni@webkit.org>
1082 [Qt] One test runs out of time after r95091
1083 https://bugs.webkit.org/show_bug.cgi?id=68232
1085 Unreviewed gardening.
1087 * platform/qt/Skipped:
1089 2011-09-16 Renata Hodovan <reni@webkit.org>
1091 [Qt] Two tests fail after r95201
1092 https://bugs.webkit.org/show_bug.cgi?id=68230
1094 Unreviewed gardening.
1096 * platform/qt/Skipped:
1098 2011-09-16 Leo Yang <leo.yang@torchmobile.com.cn>
1100 [Qt] Crash when dragging google maps.
1101 https://bugs.webkit.org/show_bug.cgi?id=68223
1103 Test case to use an unready custom cursor.
1105 Reviewed by Adam Barth.
1107 * fast/css/crash-on-custom-cursor-when-loading-expected.txt: Added.
1108 * fast/css/crash-on-custom-cursor-when-loading.html: Added.
1110 2011-09-15 Keishi Hattori <keishi@webkit.org>
1112 [chromium] Add slow to calculate-percentage.html
1114 * platform/chromium/test_expectations.txt:
1116 2011-09-15 Keishi Hattori <keishi@webkit.org>
1118 [chromium] add timeout to test expectation of styles-source-lines.html
1120 * platform/chromium/test_expectations.txt:
1122 2011-09-15 Keishi Hattori <keishi@webkit.org>
1124 [chromium] add timeout to test expectation of styles-new-API.html
1126 * platform/chromium/test_expectations.txt:
1128 2011-09-15 Keishi Hattori <keishi@webkit.org>
1130 [chromium] rebaseline expectations due to r95264
1132 * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1133 * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1135 2011-09-15 Keishi Hattori <keishi@webkit.org>
1137 [chromium] added fail expectation for back-with-fragment-change.php
1139 * platform/chromium/test_expectations.txt:
1141 2011-09-15 Keishi Hattori <keishi@webkit.org>
1143 [chromium] adding text_expectation for zoom-svg-through-object-with-percentage-size.xhtml
1145 * platform/chromium/test_expectations.txt:
1147 2011-09-15 Keishi Hattori <keishi@webkit.org>
1149 [chromium] adding fail to test_expectations due to r95188
1151 * platform/chromium/test_expectations.txt:
1153 2011-09-15 Keishi Hattori <keishi@webkit.org>
1155 [chromium] add crash to test_expectations.txt
1157 * platform/chromium/test_expectations.txt:
1159 2011-09-15 Alexandru Chiculita <achicu@adobe.com>
1161 [CSSRegions] Regions should not slice line box rendering
1162 https://bugs.webkit.org/show_bug.cgi?id=66198
1164 Also updated the results for some older tests that now work correctly.
1166 Reviewed by David Hyatt.
1168 * fast/regions/resources/helper.js:
1171 (testBoundingRects):
1172 (assertRectContains):
1173 (addPageLevelDebugBox):
1174 (testContentToRegionsMapping):
1175 * fast/regions/text-region-breaks-expected.txt: Added.
1176 * fast/regions/text-region-breaks.html: Added.
1177 * fast/regions/text-region-split-expected.txt: Added.
1178 * fast/regions/text-region-split-horizontal-bt-expected.txt: Added.
1179 * fast/regions/text-region-split-horizontal-bt.html: Added.
1180 * fast/regions/text-region-split-vertical-expected.txt: Added.
1181 * fast/regions/text-region-split-vertical-rl-expected.txt: Added.
1182 * fast/regions/text-region-split-vertical-rl.html: Added.
1183 * fast/regions/text-region-split-vertical.html: Added.
1184 * fast/regions/text-region-split.html: Added.
1185 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
1186 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
1187 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
1188 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt:
1189 * fast/repaint/japanese-rl-selection-repaint-in-regions.html:
1190 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1191 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
1193 2011-09-15 Keishi Hattori <keishi@webkit.org>
1195 [chromium] rebaseline expectations due to r95239
1197 * platform/chromium-cg-mac-leopard/fast/forms/menulist-option-wrap-expected.png:
1198 * platform/chromium-cg-mac/fast/forms/menulist-option-wrap-expected.png:
1199 * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
1201 2011-09-15 Kentaro Hara <haraken@google.com>
1203 Implement a PopStateEvent constructor for JSC
1204 https://bugs.webkit.org/show_bug.cgi?id=67977
1206 Reviewed by Sam Weinig.
1208 pop-state-event-constructor.html checks the behavior of the PopStateEvent constructor.
1210 * fast/events/constructors/pop-state-event-constructor-expected.txt: Added.
1211 * fast/events/constructors/pop-state-event-constructor.html: Added.
1212 * platform/chromium/test_expectations.txt: Skipped pop-state-event-constructor.html, since V8 does not yet have the PopStateEvent constructor.
1214 2011-09-15 Keishi Hattori <keishi@webkit.org>
1216 [chromium] remove duplicate entries in test_expectations.txt
1218 * platform/chromium/test_expectations.txt:
1220 2011-09-15 Mihai Parparita <mihaip@chromium.org>
1222 Fragment navigations should interrupt a provisional load of a different document
1223 https://bugs.webkit.org/show_bug.cgi?id=64556
1225 Reviewed by Adam Barth.
1227 Required page-dismissal-modal-dialogs-iframe.html to be updated since
1228 the dummy <a href="#"> link was clicked after the provisional load was
1229 kicked off, thus causing it to to be aborted.
1231 * fast/loader/page-dismissal-modal-dialogs.html:
1232 * fast/loader/resources/page-dismissal-modal-dialogs-iframe.html:
1233 * http/tests/history/back-with-fragment-change-expected.txt: Added.
1234 * http/tests/history/back-with-fragment-change.php: Added.
1235 * http/tests/history/resources/back-with-fragment-change-target.html: Added.
1236 * http/tests/navigation/navigation-interrupted-by-fragment-expected.txt: Added.
1237 * http/tests/navigation/navigation-interrupted-by-fragment.html: Added.
1239 2011-09-15 Keishi Hattori <keishi@webkit.org>
1241 [chromium] skipping tests due to r95188
1243 * platform/chromium/test_expectations.txt:
1245 2011-09-15 Kentaro Hara <haraken@google.com>
1247 A single line must not be split into two pages.
1248 https://bugs.webkit.org/show_bug.cgi?id=65005
1250 Reviewed by David Hyatt.
1252 When the document width of a page is overflowed, the last line of the page can be
1253 split into the next page. This is the regression caused by r88737. r88737 tried to
1254 fix rounding errors in rendering calculations by expanding and shrinking a page
1255 using one common method, resizePageRectsKeepingRatio(), but overlooked the case where
1256 a document width gets overflowed.
1258 The added test checks if the last line does not split across pages.
1260 * platform/chromium/test_expectations.txt: Skipped the added test since setPrinting() is not yet implemented.
1261 * platform/gtk/Skipped: Ditto.
1262 * platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
1263 * platform/qt/Skipped: Ditto.
1264 * platform/win/Skipped: Ditto.
1265 * platform/wk2/Skipped: Ditto.
1266 * printing/single-line-must-not-be-split-into-two-pages.html: Added.
1268 2011-09-15 David Hyatt <hyatt@apple.com>
1270 https://bugs.webkit.org/show_bug.cgi?id=27579
1272 Make sure that the border shorthand also resets border-image.
1274 Reviewed by Beth Dakin.
1276 * fast/borders/border-image-reset-by-border-shorthand-expected.txt: Added.
1277 * fast/borders/border-image-reset-by-border-shorthand.html: Added.
1278 * fast/borders/border-image-scaled-gradient.html:
1280 2011-09-15 David Levin <levin@chromium.org>
1282 [chromium] Rebaselines due to r95203 and r95207.
1284 Also misc test_expectations additions.
1286 * platform/chromium-cg-mac/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1287 * platform/chromium-linux/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1288 * platform/chromium-mac/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1289 * platform/chromium-win/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1290 * platform/chromium/fast/dom/NodeList/nodelist-item-call-as-function-expected.txt: Added.
1291 * platform/chromium/test_expectations.txt:
1293 2011-09-15 David Hyatt <hyatt@apple.com>
1295 https://bugs.webkit.org/show_bug.cgi?id=50072
1297 Make overflow clipping to border-radius work across layers. This patch makes painting
1298 work but does not attempt to fix hit testing. It also doesn't work when a composited
1299 layer is clipped by a non-composited ancestor.
1301 Add a new ClipRect class (used by ClipRects and RenderLayer) that is basically just tracking
1302 a rect and a border radius taint. At the time we set a clip, if the rectangle is listed
1303 as also being clipped by a radius, then we walk up the layer tree and push those inner border
1304 rounded rect clips for any overflow areas in the containing block chain.
1306 Reviewed by Beth Dakin.
1308 * fast/clip/overflow-border-radius-combinations.html: Added.
1309 * fast/clip/overflow-border-radius-composited.html: Added.
1310 * fast/clip/overflow-border-radius-transformed.html: Added.
1311 * platform/mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1312 * platform/mac/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
1313 * platform/mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
1314 * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt: Added.
1315 * platform/mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1316 * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
1318 2011-09-15 Julien Chaffraix <jchaffraix@webkit.org>
1320 Test for: Crash in RenderBox::paintMaskImages due to a mask without an associated image
1321 https://bugs.webkit.org/show_bug.cgi?id=50151
1323 Reviewed by Simon Fraser.
1325 * fast/css/empty-webkit-mask-crash-expected.png: Added.
1326 * fast/css/empty-webkit-mask-crash-expected.txt: Added.
1327 * fast/css/empty-webkit-mask-crash.html: Added.
1329 2011-09-15 Andy Estes <aestes@apple.com>
1331 Having an empty listener to beforeload events changes the behavior of other scripts
1332 https://bugs.webkit.org/show_bug.cgi?id=45586
1334 Reviewed by Darin Adler.
1336 * fast/dom/beforeload/cached-image-before-load-expected.txt: Added.
1337 * fast/dom/beforeload/cached-image-before-load.html: Added.
1339 2011-09-15 Jon Lee <jonlee@apple.com>
1341 Submitting a form with target=_blank works only once
1342 https://bugs.webkit.org/show_bug.cgi?id=28633
1343 <rdar://problem/7357787>
1345 Reviewed by Andy Estes.
1347 New test that simulates mouse clicking submit button twice (which didn't work), as well as using the keyboard twice (which did work).
1349 * fast/forms/resources/submit-to-blank-multiple-times-form-action.html: Added.
1350 * fast/forms/submit-to-blank-multiple-times-expected.txt: Added.
1351 * fast/forms/submit-to-blank-multiple-times.html: Added.
1353 2011-09-15 David Levin <levin@chromium.org>
1355 [chromium] Add missing GPU-CG to one of the expectations.
1357 * platform/chromium/test_expectations.txt:
1359 2011-09-15 Peter Rybin <peter.rybin@gmail.com>
1361 XMLDocumentParserQt.cpp incorrectly converts 0-based number into 1-based number
1362 https://bugs.webkit.org/show_bug.cgi?id=63540
1364 Bug is fixed, incorrect test expectations are properly fixed (line
1365 number '0' is reported no more).
1367 Reviewed by Adam Barth.
1369 * fast/parser/changing-attrbutes-crash-expected.txt:
1370 * html5lib/runner-expected.txt:
1371 * platform/chromium/html5lib/runner-expected.txt:
1372 * svg/custom/invalid-length-units-expected.txt:
1373 * svg/custom/poly-parsing-error-expected.txt:
1374 * svg/custom/svg-parse-overflow-1-expected.txt:
1375 * svg/custom/svg-parse-overflow-2-expected.txt:
1376 * svg/custom/svg-parse-overflow-3-expected.txt:
1377 * svg/custom/svg-parse-overflow-4-expected.txt:
1378 * svg/custom/svg-parse-overflow-5-expected.txt:
1379 * svg/dom/fuzz-path-parser-expected.txt:
1380 * svg/dom/path-parser-expected.txt:
1381 * svg/dom/points-parser-expected.txt:
1383 2011-09-15 Matthew Delaney <mdelaney@apple.com>
1385 REGRESSION (Safari 5.1-r95043): Incorrect box-shadow offset
1386 https://bugs.webkit.org/show_bug.cgi?id=68041
1388 Reviewed by Dan Bernstein.
1390 * fast/box-shadow/no-blur-multiple-offsets-expected.txt: Added.
1391 * fast/box-shadow/no-blur-multiple-offsets.html: Added.
1392 * platform/mac/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1394 2011-09-15 James Simonsen <simonjam@chromium.org>
1396 Ref protect HTMLObjectElement and HTMLEmbedElement while requesting plugins
1397 https://bugs.webkit.org/show_bug.cgi?id=68014
1399 Reviewed by Adam Barth.
1401 * plugins/destroy-during-npp-new-object-with-fallback-content-expected.txt: Added.
1402 * plugins/destroy-during-npp-new-object-with-fallback-content.html: Added. Derivative of destroy-during-npp-new.html.
1404 2011-09-14 Sam Weinig <sam@webkit.org>
1406 Experiment with removing ability to call a collection (except document.all)
1407 https://bugs.webkit.org/show_bug.cgi?id=67579
1409 Reviewed by Anders Carlsson.
1411 * fast/dom/Element/id-in-formcollection-expected.txt:
1412 * fast/dom/Element/id-in-formcollection.html:
1413 * fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt:
1414 * fast/dom/HTMLOptionElement/collection-setter-getter.html:
1415 Don't use call syntax for tests that aren't explicitly testing it.
1417 * fast/dom/NodeList/nodelist-item-call-as-function-expected.txt:
1418 * fast/dom/NodeList/script-tests/nodelist-item-call-as-function.js:
1419 Update test to show that we throw on call.
1421 * fast/profiler/call-nodelist-as-function-expected.txt: Removed.
1422 * fast/profiler/call-nodelist-as-function.html: Removed.
1423 Remove test of removed feature.
1425 2011-09-15 David Levin <levin@chromium.org>
1427 [chromium] Add temporary exception while bots catch up to r95203.
1429 * platform/chromium/test_expectations.txt:
1431 2011-09-15 David Levin <levin@chromium.org>
1433 [chromium] Add expectation for flaky tests.
1435 * platform/chromium/test_expectations.txt:
1437 2011-09-15 Cary Clark <caryclark@google.com>
1438 Unreviewed; new expectations (Skia on Mac)
1440 This separates test failures that are specific to CG Mac from failures
1443 * LayoutTests/platform/chromium/test_expectations.txt:
1445 2011-09-15 Cary Clark <caryclark@google.com>
1447 Unreviewed; new baselines (Skia on Mac)
1448 Updated reference images.
1450 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
1451 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Removed.
1452 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-relative-expected.txt: Removed.
1453 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-absolute-expected.txt: Removed.
1454 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
1455 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-fixed-expected.txt: Removed.
1456 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.
1458 2011-09-15 Sheriff Bot <webkit.review.bot@gmail.com>
1460 Unreviewed, rolling out r95186.
1461 http://trac.webkit.org/changeset/95186
1462 https://bugs.webkit.org/show_bug.cgi?id=68159
1464 Invalid rebaseline. (Requested by dave_levin on #webkit).
1466 * http/tests/loading/307-after-303-after-post-expected.txt:
1467 * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
1468 * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
1470 2011-09-15 Cary Clark <caryclark@google.com>
1472 Unreviewed; new baselines (Skia on Mac)
1473 Updated reference images.
1475 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png: Added.
1476 * LayoutTests/platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
1477 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
1478 * LayoutTests/platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
1479 * LayoutTests/platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png: Added.
1480 * LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png: Added.
1481 * LayoutTests/platform/chromium-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Added.
1482 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
1483 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
1484 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
1486 2011-09-15 Keishi Hattori <keishi@webkit.org>
1488 [chromium] rebaseline expectations due to r95180
1490 * http/tests/loading/307-after-303-after-post-expected.txt:
1491 * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
1492 * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
1494 2011-09-15 Cary Clark <caryclark@google.com>
1496 Unreviewed; new baselines (Skia on Mac)
1497 Updated reference images.
1499 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png: Added.
1500 * LayoutTests/platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
1501 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
1502 * LayoutTests/platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
1503 * LayoutTests/platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png: Added.
1504 * LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png: Added.
1505 * LayoutTests/platform/chromium-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Added.
1506 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
1507 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
1508 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
1510 2011-09-15 Cary Clark <caryclark@google.com>
1512 Unreviewed; new baselines (Skia on Mac)
1513 Updated reference images.
1515 * platform/chromium-mac/fast/borders/border-image-border-radius-expected.png:
1516 * platform/chromium-mac/fast/borders/border-image-01-expected.png:
1517 * platform/chromium-mac/fast/borders/border-image-slices-expected.png:
1518 * platform/chromium-mac/fast/borders/border-image-scrambled-expected.png: Added.
1519 * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
1520 * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
1521 * platform/chromium-mac/fast/borders/border-image-repeat-expected.png:
1522 * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
1523 * platform/chromium-mac/fast/borders/border-image-source-expected.png:
1524 * platform/chromium-mac/fast/borders/border-image-longhand-expected.png:
1525 * platform/chromium-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Removed.
1527 2011-09-15 Gabor Loki <loki@webkit.org>
1529 [Qt][ARMv5] Two timeline tests of inspector fail
1530 https://bugs.webkit.org/show_bug.cgi?id=68151
1532 Unreviewed gardening, adding timeout tests to skip list.
1534 * platform/qt-arm/Skipped:
1536 2011-09-15 Keishi Hattori <keishi@webkit.org>
1538 [chromium] Add slow to debug version of repeat-cached-vm-reentry.html and sandboxed-iframe-navigation-parent.html.
1540 * platform/chromium/test_expectations.txt:
1542 2011-09-15 Keishi Hattori <keishi@webkit.org>
1544 [chromium] rebaseline expectations due to r95096, r95121, and r95129
1546 * platform/chromium-cg-mac-leopard/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
1547 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Removed.
1548 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
1549 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.png:
1550 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
1551 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
1552 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
1554 2011-09-15 Zoltan Herczeg <zherczeg@webkit.org>
1556 [Qt] Unreviewed gardening. Adding new test expectations.
1558 * platform/qt/fast/borders/border-image-massive-scale-expected.txt: Added.
1559 * platform/qt/fast/borders/border-image-scaled-gradient-expected.txt: Added.
1560 * platform/qt/fast/borders/border-image-scrambled-expected.txt: Added.
1561 * platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
1563 2011-09-15 Zoltan Herczeg <zherczeg@webkit.org>
1565 Renaming PeerConnection to webkitPeerConnection affects all ports,
1566 not just chromium. Updating layout test after r95151.
1568 Unreviewed gardening.
1570 * fast/dom/call-a-constructor-as-a-function-expected.txt:
1572 2011-09-15 Keishi Hattori <keishi@webkit.org>
1574 [chromium] rebaseline expectations due to r95121
1576 * platform/chromium-cg-mac-leopard/svg/as-border-image/svg-as-border-image-expected.txt: Added.
1577 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.png:
1578 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Added.
1579 * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
1581 2011-09-14 Keishi Hattori <keishi@webkit.org>
1583 [chromium] rebaseline expectations due to r95096, r95121, and r95129
1585 * platform/chromium-cg-mac-leopard/fast/borders/block-mask-overlay-image-expected.png: Added.
1586 * platform/chromium-cg-mac-leopard/fast/borders/border-color-inherit-expected.png: Added.
1587 * platform/chromium-cg-mac-leopard/fast/borders/inline-mask-overlay-image-expected.png: Added.
1588 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
1589 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
1590 * platform/chromium-cg-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
1591 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
1592 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1593 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
1594 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1596 2011-09-14 Jeffrey Pfau <jeffrey@endrift.com>
1598 libxml2 fragment parser loses prefix namespaces
1599 https://bugs.webkit.org/show_bug.cgi?id=66423
1601 Added a test to ensure that elements inserted when the prefix is already declared are inserted properly.
1603 Reviewed by Eric Seidel.
1605 * fast/parser/innerhtml-with-prefixed-elements.xhtml: Added.
1606 * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
1607 * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
1609 2011-09-14 Keishi Hattori <keishi@webkit.org>
1611 [chromium] Add slow to debug version of styles-source-lines.html.
1613 * platform/chromium/test_expectations.txt:
1615 2011-09-14 Tom Sepez <tsepez@chromium.org>
1617 Fix tests made trivial by the bugfix to 27895, by removing leading punctuation
1618 which would cause early truncation of the page snippet.
1620 https://bugs.webkit.org/show_bug.cgi?id=27895
1622 Reviewed by Adam Barth.
1624 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char.html:
1625 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event.html:
1626 * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL.html:
1627 * http/tests/security/xssAuditor/anchor-url-dom-write-location.html:
1628 * http/tests/security/xssAuditor/dom-write-URL.html:
1629 * http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt:
1630 * http/tests/security/xssAuditor/dom-write-innerHTML.html:
1631 * http/tests/security/xssAuditor/dom-write-location-inline-event.html:
1632 * http/tests/security/xssAuditor/dom-write-location-javascript-URL.html:
1633 * http/tests/security/xssAuditor/dom-write-location.html:
1634 * http/tests/security/xssAuditor/full-block-get-from-iframe.html:
1635 * http/tests/security/xssAuditor/full-block-javascript-link.html:
1636 * http/tests/security/xssAuditor/full-block-link-onclick.html:
1637 * http/tests/security/xssAuditor/full-block-post-from-iframe.html:
1638 * http/tests/security/xssAuditor/full-block-script-tag.html:
1639 * http/tests/security/xssAuditor/get-from-iframe.html:
1640 * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode.html:
1641 * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2.html:
1642 * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3.html:
1643 * http/tests/security/xssAuditor/img-onerror-tricky.html:
1644 * http/tests/security/xssAuditor/javascript-link-null-char.html:
1645 * http/tests/security/xssAuditor/javascript-link-one-plus-one.html:
1646 * http/tests/security/xssAuditor/javascript-link.html:
1647 * http/tests/security/xssAuditor/link-onclick-ampersand.html:
1648 * http/tests/security/xssAuditor/link-onclick-control-char.html:
1649 * http/tests/security/xssAuditor/link-onclick-entities.html:
1650 * http/tests/security/xssAuditor/link-onclick-null-char.html:
1651 * http/tests/security/xssAuditor/link-onclick.html:
1652 * http/tests/security/xssAuditor/link-opens-new-window.html:
1653 * http/tests/security/xssAuditor/malformed-xss-protection-header.html:
1654 * http/tests/security/xssAuditor/open-attribute-body.html:
1655 * http/tests/security/xssAuditor/open-event-handler-iframe.html:
1656 * http/tests/security/xssAuditor/post-from-iframe.html:
1657 * http/tests/security/xssAuditor/property-escape-comment.html:
1658 * http/tests/security/xssAuditor/property-escape-entity.html:
1659 * http/tests/security/xssAuditor/property-escape-noquotes-expected.txt:
1660 * http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars-expected.txt:
1661 * http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars.html:
1662 * http/tests/security/xssAuditor/property-escape-noquotes.html:
1663 * http/tests/security/xssAuditor/property-escape-quote.html:
1664 * http/tests/security/xssAuditor/property-escape.html:
1665 * http/tests/security/xssAuditor/property-inject-expected.txt:
1666 * http/tests/security/xssAuditor/property-inject.html:
1667 * http/tests/security/xssAuditor/script-tag-addslashes-backslash.html:
1668 * http/tests/security/xssAuditor/script-tag-addslashes-double-quote.html:
1669 * http/tests/security/xssAuditor/script-tag-addslashes-null-char.html:
1670 * http/tests/security/xssAuditor/script-tag-addslashes-single-quote.html:
1671 * http/tests/security/xssAuditor/script-tag-control-char.html:
1672 * http/tests/security/xssAuditor/script-tag-entities.html:
1673 * http/tests/security/xssAuditor/script-tag-null-char.html:
1674 * http/tests/security/xssAuditor/script-tag-open-redirect.html:
1675 * http/tests/security/xssAuditor/script-tag-post-control-char.html:
1676 * http/tests/security/xssAuditor/script-tag-post-null-char.html:
1677 * http/tests/security/xssAuditor/script-tag-post.html:
1678 * http/tests/security/xssAuditor/script-tag-redirect.html:
1679 * http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html:
1680 * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding.html:
1681 * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode.html:
1682 * http/tests/security/xssAuditor/script-tag.html:
1683 * http/tests/security/xssAuditor/xss-protection-parsing-01.html:
1685 2011-09-14 Henrik Grunell <grunell@google.com>
1687 MediaStream API: Change PeerConnection constructor name to webkitPeerConnection
1688 https://bugs.webkit.org/show_bug.cgi?id=67843
1690 Reviewed by Tony Gentilcore.
1692 Tests for the MediaStream API will be provided by the bug 56587, pending enough landed code.
1694 * fast/dom/call-a-constructor-as-a-function.html:
1695 * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
1697 2011-09-14 David Levin <levin@chromium.org>
1699 [chromium] rebaselines due to r95096, and r95121.
1701 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt.
1702 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt.
1703 * platform/chromium-cg-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt.
1704 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
1705 * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt.
1706 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
1708 2011-09-14 David Levin <levin@chromium.org>
1710 [chromium] rebaselines due to r95096, r95121, and r95129.
1712 * platform/chromium-cg-mac-leopard/fast/borders/border-image-scaled-gradient-expected.png: Added.
1713 * platform/chromium-cg-mac-leopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
1714 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt.
1715 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt.
1716 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.png: Added.
1717 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Added.
1718 * platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt.
1719 * platform/chromium-linux/fast/borders/border-image-border-radius-expected.png:
1720 * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png: Added.
1721 * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
1722 * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
1723 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
1724 * platform/chromium-win/fast/borders/border-image-01-expected.png:
1725 * platform/chromium-win/fast/borders/border-image-border-radius-expected.png:
1726 * platform/chromium-win/fast/borders/border-image-longhand-expected.png:
1727 * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png: Added.
1728 * platform/chromium-win/fast/borders/border-image-massive-scale-expected.txt: Added.
1729 * platform/chromium-win/fast/borders/border-image-repeat-expected.png:
1730 * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
1731 * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
1732 * platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png: Added.
1733 * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
1734 * platform/chromium-win/fast/borders/border-image-slices-expected.png:
1735 * platform/chromium-win/fast/borders/border-image-source-expected.png:
1736 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
1737 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1738 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
1739 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
1740 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
1742 2011-09-14 David Levin <levin@chromium.org>
1744 [chromium] rebaselines due to r95121, r95070, and r95099.
1746 * platform/chromium-cg-mac-leopard/fast/borders/border-image-border-radius-expected.png: Added.
1747 * platform/chromium-cg-mac-leopard/fast/borders/border-image-rotate-transform-expected.png:
1748 * platform/chromium-cg-mac-leopard/fast/borders/border-image-scaled-expected.png:
1749 * platform/chromium-cg-mac-leopard/fast/borders/border-image-side-reduction-expected.png:
1750 * platform/chromium-cg-mac/fast/borders/bidi-002-expected.png: Added.
1751 * platform/chromium-cg-mac/fast/borders/bidi-009a-expected.png: Added.
1752 * platform/chromium-cg-mac/fast/borders/bidi-012-expected.png: Added.
1753 * platform/chromium-cg-mac/fast/borders/block-mask-overlay-image-expected.png: Added.
1754 * platform/chromium-cg-mac/fast/borders/border-color-inherit-expected.png: Added.
1755 * platform/chromium-cg-mac/fast/borders/border-image-border-radius-expected.png: Added.
1756 * platform/chromium-cg-mac/fast/borders/border-image-massive-scale-expected.png: Added.
1757 * platform/chromium-cg-mac/fast/borders/border-image-rotate-transform-expected.png:
1758 * platform/chromium-cg-mac/fast/borders/border-image-scale-transform-expected.png: Added.
1759 * platform/chromium-cg-mac/fast/borders/border-image-scaled-expected.png:
1760 * platform/chromium-cg-mac/fast/borders/border-image-side-reduction-expected.png:
1761 * platform/chromium-cg-mac/fast/borders/inline-mask-overlay-image-expected.png: Added.
1762 * platform/chromium-cg-mac/fast/borders/outline-alpha-block-expected.png: Added.
1763 * platform/chromium-cg-mac/fast/borders/outline-alpha-inline-expected.png: Added.
1764 * platform/chromium-cg-mac/fast/borders/rtl-border-01-expected.png: Added.
1765 * platform/chromium-cg-mac/fast/borders/rtl-border-02-expected.png: Added.
1766 * platform/chromium-cg-mac/fast/borders/rtl-border-03-expected.png: Added.
1767 * platform/chromium-cg-mac/fast/borders/rtl-border-04-expected.png: Added.
1768 * platform/chromium-cg-mac/fast/borders/rtl-border-05-expected.png: Added.
1769 * platform/chromium-cg-mac/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
1770 * platform/chromium-cg-mac/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
1771 * platform/chromium-cg-mac/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
1772 * platform/chromium-cg-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Removed.
1773 * platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.png: Removed.
1774 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Removed.
1775 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.txt: Removed.
1776 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.png: Removed.
1777 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.txt: Removed.
1778 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed.
1779 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.txt: Removed.
1780 * platform/chromium-win/fast/borders/border-image-scrambled-expected.png: Added.
1781 * platform/chromium-win/fast/borders/border-image-scrambled-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.txt.
1783 2011-09-14 Eric Carlson <eric.carlson@apple.com>
1785 Media element tests should look up controller element locations.
1786 https://bugs.webkit.org/show_bug.cgi?id=68038
1788 Get the position of controller elements from the shadow DOM.
1790 Reviewed by Darin Adler.
1792 * media/audio-delete-while-slider-thumb-clicked.html:
1793 * media/audio-delete-while-step-button-clicked.html:
1794 * media/controls-drag-timebar.html:
1795 * media/controls-right-click-on-timebar.html:
1796 * media/video-controls-transformed.html:
1797 * media/video-controls-visible-audio-only.html:
1798 * media/video-controls-zoomed.html:
1799 * media/video-volume-slider.html:
1801 2011-09-14 David Levin <levin@chromium.org>
1803 [chromium] Update baselines due to r95070 and r95099.
1805 * platform/chromium-cg-mac-leopard/fast/writing-mode/broken-ideographic-font-expected.png: Added.
1806 * platform/chromium-cg-mac/fast/writing-mode/broken-ideographic-font-expected.png: Added.
1807 * platform/chromium-cg-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Added.
1808 * platform/chromium-cg-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Added.
1809 * platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.png: Added.
1810 * platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.txt: Added.
1811 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Added.
1812 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.txt: Added.
1813 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.png: Added.
1814 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.txt: Added.
1815 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Added.
1816 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.txt: Added.
1817 * platform/chromium/test_expectations.txt:
1819 2011-09-14 David Hyatt <hyatt@apple.com>
1821 https://bugs.webkit.org/show_bug.cgi?id=52736
1823 Tiles were not being properly centered within border image sides for the "repeat"
1824 keyword. This patch fixes the buggy math behind the pattern tiling to actually get
1825 the initial phases correct.
1827 Reviewed by Sam Weinig.
1829 * fast/borders/border-image-massive-scale.html: Added.
1830 * fast/borders/border-image-scaled-gradient.html: Added.
1831 * platform/mac/fast/borders/border-image-massive-scale-expected.png: Added.
1832 * platform/mac/fast/borders/border-image-massive-scale-expected.txt: Added.
1833 * platform/mac/fast/borders/border-image-outset-expected.png:
1834 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.png:
1835 * platform/mac/fast/borders/border-image-outset-split-inline-expected.png:
1836 * platform/mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
1837 * platform/mac/fast/borders/border-image-scaled-gradient-expected.png: Added.
1838 * platform/mac/fast/borders/border-image-scaled-gradient-expected.txt: Added.
1839 * platform/mac/fast/borders/border-image-side-reduction-expected.png:
1841 2011-09-14 Jeremy Apthorp <jeremya@chromium.org>
1843 Change mousedown events to keydown events, since eventSender.mouseDown
1844 wasn't firing onmousedown events on Mac.
1845 https://bugs.webkit.org/show_bug.cgi?id=67960
1847 Reviewed by Adam Barth.
1849 * fullscreen/full-screen-remove-ancestor-during-transition.html:
1851 2011-09-14 David Hyatt <hyatt@apple.com>
1853 https://bugs.webkit.org/show_bug.cgi?id=68103
1855 Centered portions of border images don't render correctly. Make the tile scale factor have to be
1856 explicitly passed in and modify paintNinePieceImage to compute it for all sides. The attempts to
1857 implicitly compute the scale for the pattern based off the source and destination rects just don't
1858 work, since the center image rects don't provide the right information to be able to infer the
1861 Reviewed by Sam Weinig.
1863 Reset all the existing fast/borders pixel results to Lion for these changes.
1865 * platform/mac/fast/borders/bidi-002-expected.png:
1866 * platform/mac/fast/borders/bidi-009a-expected.png:
1867 * platform/mac/fast/borders/bidi-012-expected.png:
1868 * platform/mac/fast/borders/block-mask-overlay-image-expected.png:
1869 * platform/mac/fast/borders/border-antialiasing-expected.png:
1870 * platform/mac/fast/borders/border-color-inherit-expected.png:
1871 * platform/mac/fast/borders/border-fit-expected.png:
1872 * platform/mac/fast/borders/border-image-01-expected.png:
1873 * platform/mac/fast/borders/border-image-border-radius-expected.png:
1874 * platform/mac/fast/borders/border-image-longhand-expected.png:
1875 * platform/mac/fast/borders/border-image-omit-right-slice-expected.png:
1876 * platform/mac/fast/borders/border-image-outset-expected.png:
1877 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.png:
1878 * platform/mac/fast/borders/border-image-repeat-expected.png:
1879 * platform/mac/fast/borders/border-image-rotate-transform-expected.png:
1880 * platform/mac/fast/borders/border-image-scale-transform-expected.png:
1881 * platform/mac/fast/borders/border-image-scaled-expected.png:
1882 * platform/mac/fast/borders/border-image-scrambled-expected.png:
1883 * platform/mac/fast/borders/border-image-slices-expected.png:
1884 * platform/mac/fast/borders/border-image-source-expected.png:
1885 * platform/mac/fast/borders/border-radius-circle-expected.png:
1886 * platform/mac/fast/borders/border-radius-constraints-expected.png:
1887 * platform/mac/fast/borders/border-radius-different-width-001-expected.png:
1888 * platform/mac/fast/borders/border-radius-groove-01-expected.png:
1889 * platform/mac/fast/borders/border-radius-groove-02-expected.png:
1890 * platform/mac/fast/borders/border-radius-groove-03-expected.png:
1891 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
1892 * platform/mac/fast/borders/border-radius-inline-flow-expected.png:
1893 * platform/mac/fast/borders/border-radius-inset-outset-expected.png:
1894 * platform/mac/fast/borders/border-radius-split-inline-expected.png:
1895 * platform/mac/fast/borders/border-radius-wide-border-01-expected.png:
1896 * platform/mac/fast/borders/border-radius-wide-border-02-expected.png:
1897 * platform/mac/fast/borders/border-radius-wide-border-03-expected.png:
1898 * platform/mac/fast/borders/border-radius-wide-border-04-expected.png:
1899 * platform/mac/fast/borders/border-styles-split-expected.png:
1900 * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1901 * platform/mac/fast/borders/borderRadiusArcs01-expected.png:
1902 * platform/mac/fast/borders/borderRadiusDashed01-expected.png:
1903 * platform/mac/fast/borders/borderRadiusDashed02-expected.png:
1904 * platform/mac/fast/borders/borderRadiusDashed03-expected.png:
1905 * platform/mac/fast/borders/borderRadiusDashed04-expected.png:
1906 * platform/mac/fast/borders/borderRadiusDashed05-expected.png:
1907 * platform/mac/fast/borders/borderRadiusDashed06-expected.png:
1908 * platform/mac/fast/borders/borderRadiusDotted01-expected.png:
1909 * platform/mac/fast/borders/borderRadiusDotted02-expected.png:
1910 * platform/mac/fast/borders/borderRadiusDotted03-expected.png:
1911 * platform/mac/fast/borders/borderRadiusDotted04-expected.png:
1912 * platform/mac/fast/borders/borderRadiusDotted05-expected.png:
1913 * platform/mac/fast/borders/borderRadiusDotted06-expected.png:
1914 * platform/mac/fast/borders/borderRadiusDouble01-expected.png:
1915 * platform/mac/fast/borders/borderRadiusDouble02-expected.png:
1916 * platform/mac/fast/borders/borderRadiusDouble03-expected.png:
1917 * platform/mac/fast/borders/borderRadiusDouble04-expected.png:
1918 * platform/mac/fast/borders/borderRadiusDouble05-expected.png:
1919 * platform/mac/fast/borders/borderRadiusDouble06-expected.png:
1920 * platform/mac/fast/borders/borderRadiusDouble07-expected.png:
1921 * platform/mac/fast/borders/borderRadiusDouble08-expected.png:
1922 * platform/mac/fast/borders/borderRadiusDouble09-expected.png:
1923 * platform/mac/fast/borders/borderRadiusGroove01-expected.png:
1924 * platform/mac/fast/borders/borderRadiusGroove02-expected.png:
1925 * platform/mac/fast/borders/borderRadiusInset01-expected.png:
1926 * platform/mac/fast/borders/borderRadiusInvalidColor-expected.png:
1927 * platform/mac/fast/borders/borderRadiusOutset01-expected.png:
1928 * platform/mac/fast/borders/borderRadiusRidge01-expected.png:
1929 * platform/mac/fast/borders/borderRadiusSolid01-expected.png:
1930 * platform/mac/fast/borders/borderRadiusSolid02-expected.png:
1931 * platform/mac/fast/borders/borderRadiusSolid03-expected.png:
1932 * platform/mac/fast/borders/borderRadiusSolid04-expected.png:
1933 * platform/mac/fast/borders/different-color-borders-expected.png:
1934 * platform/mac/fast/borders/fieldsetBorderRadius-expected.png:
1935 * platform/mac/fast/borders/inline-mask-overlay-image-expected.png:
1936 * platform/mac/fast/borders/mixed-border-styles-expected.png:
1937 * platform/mac/fast/borders/mixed-border-styles-radius-expected.png:
1938 * platform/mac/fast/borders/mixed-border-styles-radius2-expected.png:
1939 * platform/mac/fast/borders/outline-alpha-block-expected.png:
1940 * platform/mac/fast/borders/outline-alpha-inline-expected.png:
1941 * platform/mac/fast/borders/outline-offset-min-assert-expected.png:
1942 * platform/mac/fast/borders/rtl-border-01-expected.png:
1943 * platform/mac/fast/borders/rtl-border-02-expected.png:
1944 * platform/mac/fast/borders/rtl-border-03-expected.png:
1945 * platform/mac/fast/borders/rtl-border-04-expected.png:
1946 * platform/mac/fast/borders/rtl-border-05-expected.png:
1947 * platform/mac/fast/borders/table-borders-expected.png:
1948 * platform/mac/fast/borders/webkit-border-radius-expected.png:
1950 2011-09-14 Eric Carlson <eric.carlson@apple.com>
1952 Update media-controls.js so it can find the timeline slider
1953 https://bugs.webkit.org/show_bug.cgi?id=68034
1955 Don't assume that all elements in the media controller shadow DOM pseudo
1956 elements are siblings.
1958 Reviewed by Darin Adler.
1960 * media/media-controls.js:
1961 (mediaConrolsElement):
1962 (mediaControlsButtonCoordinates):
1964 2011-09-14 Cary Clark <caryclark@google.com>
1966 Unreviewed; new baselines (Skia on Mac)
1967 Updated reference images (missed this one on the prior land)
1969 * platform/chromium-mac/svg/custom/simple-text-double-shadow-expected.png: Added.
1971 2011-09-14 Cary Clark <caryclark@google.com>
1973 Unreviewed; new baselines (Skia on Mac)
1974 Updated reference images.
1976 * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png: Removed.
1977 * platform/chromium-mac/svg/custom/simple-text-double-shadow-expected.png: Added.
1979 2011-09-14 Eric Carlson <eric.carlson@apple.com>
1981 video-error-abort.html shouldn't be in Mac skipped list
1982 https://bugs.webkit.org/show_bug.cgi?id=68053
1983 <rdar://problem/6710625> Test media/video-error-abort.html doesn't work
1985 Reviewed by Darin Adler.
1987 * platform/mac/Skipped: Remove http/tests/media/video-error-abort.html from the mac
1990 2011-09-14 Stephen White <senorblanco@chromium.org>
1992 [chromium] Unreviewed gardening.
1994 Removing fast/canvas/setWidthResetAfterForcedRender.html from
1995 test_expectations, since it has been passing on the Mesa bots
1996 (last failure was at r94962).
1998 2011-09-14 David Hyatt <hyatt@apple.com>
2000 https://bugs.webkit.org/show_bug.cgi?id=68040
2002 Make sure border image sub-properties can be specified in any order.
2004 Reviewed by Beth Dakin.
2006 * fast/borders/border-image-scrambled.html: Added.
2007 * platform/mac/fast/borders/border-image-scrambled-expected.png: Added.
2008 * platform/mac/fast/borders/border-image-scrambled-expected.txt: Added.
2010 2011-09-13 David Hyatt <hyatt@apple.com>
2012 https://bugs.webkit.org/show_bug.cgi?id=68050
2014 Regressions in some layout tests from making border/mask/reflection nine-piece-image
2015 parsing match the spec, which allows any of the pieces to be omitted and to also be
2016 specifiable in any order.
2018 When the higher level code suddenly allowed the image slices to be omitted, the fixup
2019 for legacy compatibility for reflections and masks in the parseBorderImageSlice function
2020 no longer happened because that function no longer got called.
2022 The fix is to properly set the defaults to include the "fill" keyword, so the fixup is
2023 applied to the NinePieceImages you create before you ever map anything in from the rules.
2025 This also has the side effect of fixing -webkit-max-box-image-slice to actually dump as
2026 "0 fill" instead of just "0", which is the correct initial value for this property.
2028 Reviewed by Adam Roben.
2030 * fast/css/getComputedStyle/computed-style-expected.txt:
2031 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2032 * svg/css/getComputedStyle-basic-expected.txt:
2034 2011-09-14 Ilya Tikhonovsky <loislo@chromium.org>
2036 Unreviewed. timeline-animation-frame.html was marked as TEXT.
2038 * platform/qt/test_expectations.txt:
2040 2011-09-14 Ilya Tikhonovsky <loislo@chromium.org>
2042 Unreviewed. timeline-animation-frame.html was marked as TIMEOUT.
2044 * platform/qt/test_expectations.txt:
2046 2011-09-14 Ilya Tikhonovsky <loislo@chromium.org>
2048 Web Inspector: requestAnimationFrame callbacks don't show up in the timeline panel.
2049 https://bugs.webkit.org/show_bug.cgi?id=67986
2051 Reviewed by Pavel Feldman.
2053 * inspector/timeline/timeline-animation-frame-expected.txt: Added.
2054 * inspector/timeline/timeline-animation-frame.html: Added.
2055 * inspector/timeline/timeline-enum-stability-expected.txt:
2056 * platform/chromium/inspector/timeline/timeline-enum-stability-expected.txt:
2057 * inspector/timeline/timeline-test.js:
2058 (initialize_Timeline.InspectorTest.performActions.step2):
2059 (initialize_Timeline.InspectorTest.performActions):
2060 (initialize_Timeline.InspectorTest.performActionsAndPrint):
2062 2011-09-14 Fumitoshi Ukai <ukai@chromium.org>
2064 Unreviewed, update chromium test expectations.
2066 * platform/chromium/test_expectations.txt: fix lint-test-files error
2068 2011-09-14 Kentaro Hara <haraken@google.com>
2070 page-transition-event-constructor-expected.txt is missing
2071 https://bugs.webkit.org/show_bug.cgi?id=68069
2073 Reviewed by Hajime Morita.
2075 * fast/events/constructors/page-transition-event-constructor-expected.txt: Added.
2077 2011-09-14 Sheriff Bot <webkit.review.bot@gmail.com>
2079 Unreviewed, rolling out r95080.
2080 http://trac.webkit.org/changeset/95080
2081 https://bugs.webkit.org/show_bug.cgi?id=68070
2083 It caused some 2d.composite.uncovered tests fail (Requested by
2086 * fast/canvas/canvas-large-fills-expected.txt: Removed.
2087 * fast/canvas/canvas-large-fills.html: Removed.
2089 2011-09-13 Pavel Feldman <pfeldman@google.com>
2091 Web Inspector: [v8] building call frame info for location-less internal script function crashes.
2092 https://bugs.webkit.org/show_bug.cgi?id=67991
2094 Reviewed by Yury Semikhatsky.
2096 * inspector/debugger/debugger-pause-in-internal-expected.txt: Added.
2097 * inspector/debugger/debugger-pause-in-internal.html: Added.
2098 * inspector/debugger/debugger-pause-on-exception-crash-expected.txt: Added.
2099 * platform/chromium/inspector/debugger/debugger-pause-in-internal-expected.txt: Added.
2101 2011-09-14 Fumitoshi Ukai <ukai@chromium.org>
2103 Unreviewed, update chromium test expecations.
2105 * platform/chromium/test_expectations.txt:
2106 - remove failure by r95058, which was reverted by r95077.
2107 - add failures by r95070
2109 2011-09-14 Gabor Rapcsanyi <rgabor@webkit.org>
2111 [Qt] Unreviewed, update test expectations for
2112 svg/custom/dynamic-svg-document-creation.svg after r95030
2114 * platform/qt/svg/custom/dynamic-svg-document-creation-expected.png:
2115 * platform/qt/svg/custom/dynamic-svg-document-creation-expected.txt:
2117 2011-09-14 Ben Wells <benwells@chromium.org>
2119 Large canvas fills should not crash or create unnecessarily large image buffers
2120 https://bugs.webkit.org/show_bug.cgi?id=67988
2122 Reviewed by Stephen White.
2124 * fast/canvas/canvas-large-fills-expected.txt: Added.
2125 * fast/canvas/canvas-large-fills.html: Added.
2127 2011-09-14 Kentaro Hara <haraken@google.com>
2129 Implement a PageTransitionEvent constructor for JSC
2130 https://bugs.webkit.org/show_bug.cgi?id=68048
2132 Reviewed by Sam Weinig.
2134 page-transition-event-constructor.html checks the behavior of the PageTransitionEvent constructor.
2136 * fast/dom/constructed-objects-prototypes-expected.txt: Added PageTransitionEvent.
2137 * fast/events/constructors/page-transition-event-constructor-expected.txt: Added.
2138 * fast/events/constructors/page-transition-event-constructor.html: Added.
2139 * platform/chromium/test_expectations.txt: Skipped page-transition-event-constructor.html, since V8 does not yet have the PageTransitionEvent constructor.
2141 2011-09-13 Sheriff Bot <webkit.review.bot@gmail.com>
2143 Unreviewed, rolling out r95058.
2144 http://trac.webkit.org/changeset/95058
2145 https://bugs.webkit.org/show_bug.cgi?id=68058
2147 It made css3/calc/regression-62276.html crash (Requested by
2150 * fast/borders/border-image-scrambled.html: Removed.
2151 * platform/mac/fast/borders/border-image-scrambled-expected.png: Removed.
2152 * platform/mac/fast/borders/border-image-scrambled-expected.txt: Removed.
2154 2011-09-13 Abhishek Arya <inferno@chromium.org>
2156 Crash in RenderScrollbarPart::imageChanged.
2157 https://bugs.webkit.org/show_bug.cgi?id=68009
2159 Reviewed by Simon Fraser.
2161 * scrollbars/scrollbar-part-created-with-no-parent-crash-expected.txt: Added.
2162 * scrollbars/scrollbar-part-created-with-no-parent-crash.html: Added.
2164 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2166 Unreviewed, update chromium test expectations.
2168 * platform/chromium/test_expectations.txt: failures on GPU starting from r95058
2170 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2172 Unreviewed, update chromium test expectations.
2174 * platform/chromium/test_expectations.txt: failures starting from r95058
2176 2011-09-13 Adam Klein <adamk@chromium.org>
2178 Fix cssText property of counter-valued CSSPrimitiveValue and avoid uninitialized read
2179 https://bugs.webkit.org/show_bug.cgi?id=68021
2181 Reviewed by Tony Chang.
2183 * fast/css/counters/counter-cssText-expected.txt: Added.
2184 * fast/css/counters/counter-cssText.html: Added.
2186 2011-09-13 Kenichi Ishibashi <bashi@chromium.org>
2188 WebFont followed tiny monospace text displays weird
2189 https://bugs.webkit.org/show_bug.cgi?id=67996
2191 Reviewed by Darin Adler.
2193 This test ensures that webfont followed tiny monospace text is displayed correctly.
2195 * platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.png: Added.
2196 * platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt: Added.
2197 * platform/mac/fast/text/webfont-after-tiny-monospace-text.html: Added.
2199 2011-09-13 Tom Sepez <tsepez@chromium.org>
2201 Fix XSS auditor bypass when inline handlers contain comments.
2202 https://bugs.webkit.org/show_bug.cgi?id=27895
2204 Reviewed by Adam Barth.
2206 * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
2207 * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
2208 * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
2209 * http/tests/security/xssAuditor/property-escape-comment-expected.txt: Added.
2210 * http/tests/security/xssAuditor/property-escape-comment.html: Added.
2211 * http/tests/security/xssAuditor/property-escape-entity-expected.txt: Added.
2212 * http/tests/security/xssAuditor/property-escape-entity.html: Added.
2213 * http/tests/security/xssAuditor/property-escape-quote-expected.txt: Added.
2214 * http/tests/security/xssAuditor/property-escape-quote.html: Added.
2215 * http/tests/security/xssAuditor/resources/echo-property.pl:
2217 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2219 Update chromium-mac test expectations
2220 https://bugs.webkit.org/show_bug.cgi?id=67917
2222 Reviewed by Darin Adler.
2224 * platform/chromium-cg-mac-leopard/svg/custom/simple-text-double-shadow-expected.png: Added.
2225 * platform/chromium/test_expectations.txt:
2227 2011-09-13 Kentaro Hara <haraken@google.com>
2229 Implement a HashChangeEvent constructor for V8
2230 https://bugs.webkit.org/show_bug.cgi?id=67969
2232 Reviewed by Nate Chapin.
2234 Enabled hash-change-event-constructor.html, since now V8 has a HashChangeEvent constructor.
2236 * platform/chromium/test_expectations.txt:
2238 2011-09-13 Jeremy Apthorp <jeremya@google.com>
2240 Removing an iframe from the document during a transition to fullscreen
2242 https://bugs.webkit.org/show_bug.cgi?id=67960
2244 Reviewed by Adam Barth.
2246 * fullscreen/full-screen-remove-ancestor-during-transition-expected.txt: Added.
2247 * fullscreen/full-screen-remove-ancestor-during-transition.html: Added.
2249 2011-09-13 David Hyatt <hyatt@apple.com>
2251 https://bugs.webkit.org/show_bug.cgi?id=68040
2253 Make sure border image sub-properties can be specified in any order.
2255 Reviewed by Beth Dakin.
2257 * fast/borders/border-image-scrambled.html: Added.
2258 * platform/mac/fast/borders/border-image-scrambled-expected.png: Added.
2259 * platform/mac/fast/borders/border-image-scrambled-expected.txt: Added.
2261 2011-09-12 Jon Honeycutt <jhoneycutt@apple.com>
2263 MSAA: WebKit reports the document state as disabled
2264 https://bugs.webkit.org/show_bug.cgi?id=67974
2265 <rdar://problem/10095898>
2267 Reviewed by Brian Weinstein.
2269 * platform/win/accessibility/document-enabled-state-expected.txt: Added.
2270 * platform/win/accessibility/document-enabled-state.html: Added.
2272 2011-08-11 Cris Neckar <cdn@chromium.org>
2274 Test for crash when reparenting table elements with associated counters outside the table.
2275 https://bugs.webkit.org/show_bug.cgi?id=65996
2277 Reviewed by Eric Seidel.
2279 * fast/css/counters/counter-reparent-table-children-crash-expected.txt: Added.
2280 * fast/css/counters/counter-reparent-table-children-crash.html: Added.
2282 2011-09-13 Kiyoto Tamura <owenestea@gmail.com>
2284 For compatibility, execCommand should support deprecated 'useCSS' alias for 'styleWithCSS'
2285 https://bugs.webkit.org/show_bug.cgi?id=36683
2287 Reviewed by Ryosuke Niwa.
2289 Testing useCSS, the command previously unsupported by WebKit. Also, we are testing
2290 styleWithCSS accepts anything that is not the boolean false or the string "false" as true.
2291 Furthermore, we test that queryCommandValue/State('useCSS') return boolean false and
2292 queryCommandValue/State('useStyleWithCSS') returns booleans (as opposed to 'true'/'false'
2295 * editing/execCommand/style-with-css-expected.txt: Added.
2296 * editing/execCommand/style-with-css.html: Added.
2297 * editing/execCommand/use-css-expected.txt: Added.
2298 * editing/execCommand/use-css.html: Added.
2300 2011-09-13 Tim Horton <timothy_horton@apple.com>
2302 REGRESSION (64275): Shape pattern-image fill turns black
2303 https://bugs.webkit.org/show_bug.cgi?id=51061
2304 <rdar://problem/8504705>
2306 Reviewed by Simon Fraser.
2308 Add a test ensuring that replacing a SVG pattern without changing
2309 the id causes the clients to be updated properly.
2311 * svg/custom/pending-resource-after-removal-expected.png: Added.
2312 * svg/custom/pending-resource-after-removal-expected.txt: Added.
2313 * svg/custom/pending-resource-after-removal.xhtml: Added.
2315 2011-09-13 Cary Clark <caryclark@google.com>
2317 Unreviewed; new baselines (Skia on Mac)
2318 Updated reference images.
2320 * platform/chromium-gpu-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
2321 * platform/chromium-gpu-mac/compositing/overflow/overflow-positioning-expected.png: Added.
2323 2011-09-13 Cary Clark <caryclark@google.com>
2325 Unreviewed; new baselines (Skia on Mac)
2326 Updated reference images, text.
2328 * platform/chromium-mac/http/tests/eventsource/existent-eventsource-status-error-iframe-crash-expected.txt: Removed.
2329 * platform/chromium-mac/platform/chromium/fast/repaint: Added.
2330 * platform/chromium-mac/platform/chromium/fast/repaint/fixed-layout-360x240-expected.png: Added.
2331 * platform/chromium-mac/fast/lists/list-marker-before-content-table-expected.png: Added.
2332 * platform/chromium-mac/fast/runin/runin-generated-before-content-expected.png: Added.
2333 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
2334 * platform/chromium-mac/css3/unicode-bidi-isolate-aharon-expected.png: Added.
2335 * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png: Added.
2337 2011-09-13 Chang Shu <cshu@webkit.org>
2339 [WK2] [Mac] Implement KeyDown function for WebKit2 EventSender.
2340 https://bugs.webkit.org/show_bug.cgi?id=57515
2342 Unskip passed tests for Mac.
2344 Reviewed by Darin Adler.
2346 * platform/mac-wk2/Skipped:
2347 * platform/qt-wk2/Skipped:
2348 * platform/win-wk2/Skipped:
2349 * platform/wk2/Skipped:
2351 2011-09-13 Joseph Pecoraro <joepeck@webkit.org>
2353 CRASH under WebCore::ArchiveResourceCollection::addAllResources loading WebArchive
2354 https://bugs.webkit.org/show_bug.cgi?id=67983
2356 Reviewed by Darin Adler.
2358 Test a WebArchive that has been constructed to have a null
2359 mimetype for a subresource.
2361 * webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt: Added.
2362 * webarchive/loading/test-loading-archive-subresource-null-mimetype.html: Added.
2363 * webarchive/loading/resources/subresource-null-mimetype.webarchive: Added.
2365 2011-09-13 Ryosuke Niwa <rniwa@webkit.org>
2367 Update chromium test expectation since fast/borders/border-image-omit-right-slice.html no longer hits an assertion.
2369 * platform/chromium/test_expectations.txt:
2371 2011-09-13 Xianzhu Wang <wangxianzhu@chromium.org>
2373 Reviewed by Darin Adler.
2375 Webkit wraps between hyphen-minus and numeric characters
2376 https://bugs.webkit.org/show_bug.cgi?id=20677
2378 Disallow wrapping between a hyphen-minus and a digit if the hyphen-minus
2379 is not directly after a digit or a letter.
2381 * fast/text/line-breaks-after-hyphen-before-number-expected.txt: Added.
2382 * fast/text/line-breaks-after-hyphen-before-number.html: Added.
2384 2011-09-12 Sam Weinig <sam@webkit.org>
2386 Object.getPrototypeOf should use JSValue::get()
2387 https://bugs.webkit.org/show_bug.cgi?id=67973
2389 Reviewed by Darin Adler.
2391 * http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt: Added.
2392 * http/tests/security/cross-frame-access-object-getPrototypeOf.html: Added.
2393 * http/tests/security/resources/cross-frame-iframe-for-object-getPrototypeOf-test.html: Added.
2395 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2397 Unreviewed, update chromium test expectations
2399 * platform/chromium/test_expectations.txt: fast/borders/border-image-omit-right-slice.html fails on release
2401 2011-09-13 Renata Hodovan <reni@webkit.org>
2403 eventSender.keyDown is unimplemented (WKTR)
2404 https://bugs.webkit.org/show_bug.cgi?id=57515
2406 Unreviewed gardening.
2408 * platform/qt-wk2/Skipped:
2410 2011-09-12 Shinya Kawanaka <shinyak@google.com>
2412 [chromium] fast/js/parseInt.html does not fail any more.
2413 https://bugs.webkit.org/show_bug.cgi?id=65366
2415 parseInt bug was fixed in v8 version 3.6.0.
2417 Reviewed by Eric Seidel.
2419 * platform/chromium/test_expectations.txt:
2421 2011-09-12 Dominic Mazzoni <dmazzoni@google.com>
2423 Add a test that ensures that the accessibility tree
2424 does not contain duplicate child nodes.
2425 https://bugs.webkit.org/show_bug.cgi?id=58930
2427 This test failed when the bug was originally filed, but was
2428 fixed in: https://bugs.webkit.org/show_bug.cgi?id=61805
2429 so no code changes are accompanying this new layout test.
2431 Reviewed by Chris Fleizach.
2433 * accessibility/duplicate-child-nodes-expected.txt: Added.
2434 * accessibility/duplicate-child-nodes.html: Added.
2436 2011-09-12 Shinya Kawanaka <shinyak@google.com>
2438 Crashes in WebCore::InsertListCommand::unlistifyParagraph.
2439 https://bugs.webkit.org/show_bug.cgi?id=67918
2441 Reviewed by Ryosuke Niwa.
2445 * editing/execCommand/insert-list-in-noneditable-list-parent-expected.txt: Added.
2446 * editing/execCommand/insert-list-in-noneditable-list-parent.html: Added.
2448 2011-09-12 Sheriff Bot <webkit.review.bot@gmail.com>
2450 Unreviewed, rolling out r94975.
2451 http://trac.webkit.org/changeset/94975
2452 https://bugs.webkit.org/show_bug.cgi?id=67984
2454 crash in PrerenderBrowserTest.PrerenderHTML5VideoJs (Requested
2455 by ukai on #webkit).
2457 * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
2458 * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.txt: Removed.
2459 * platform/chromium/compositing/lost-compositor-context-with-rendersurface.html: Removed.
2461 2011-09-12 Sam Weinig <sam@webkit.org>
2463 Don't allow setting __proto__ to be a getter or setter
2464 https://bugs.webkit.org/show_bug.cgi?id=67982
2466 Reviewed by Gavin Barraclough.
2468 * fast/js/prototypes-expected.txt:
2469 * fast/js/script-tests/prototypes.js:
2470 Add test that we disallow setting a getter or setter on __proto__.
2472 2011-09-12 Jacky Jiang <zhajiang@rim.com>
2474 Setting document.title doesn't affect contents of title tag of XHTML documents
2475 https://bugs.webkit.org/show_bug.cgi?id=57537
2477 Reviewed by Alexey Proskuryakov.
2479 * fast/dom/title-content-set-innerText-get-expected.txt: Added.
2480 * fast/dom/title-content-set-innerText-get.xhtml: Added.
2482 2011-09-12 Dominic Mazzoni <dmazzoni@google.com>
2484 Add GTK & Win expectations for two recently added
2485 accessibility layout tests.
2486 https://bugs.webkit.org/show_bug.cgi?id=67948
2488 Reviewed by Chris Fleizach.
2490 * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
2491 * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
2492 * platform/win/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
2493 * platform/win/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
2495 2011-09-12 Wyatt Carss <wcarss@chromium.org>
2497 Reviewed by Eric Seidel.
2499 convert editing/deleting/5390681-2.html to dump-as-markup
2500 https://bugs.webkit.org/show_bug.cgi?id=63293
2502 Renamed editing/deleting/5390681* to editing/deleting/smart-delete-across-editable-boundaries,
2503 Added doctype/html/body to both tests, and converted smart-delete-across-editable-boundaries-2
2504 to dump-as-markup test in the same style as the first. Also updated results.
2506 * editing/deleting/5390681.html: Removed.
2507 * editing/deleting/5390681-expected.txt: Removed.
2508 * editing/deleting/5390681-2.html: Removed.
2509 * editing/deleting/smart-delete-across-editable-boundaries.html: Added.
2510 * editing/deleting/smart-delete-across-editable-boundaries-expected.txt: Added.
2511 * editing/deleting/smart-delete-across-editable-boundaries-2.html: Added.
2512 * editing/deleting/smart-delete-across-editable-boundaries-2-expected.txt: Added.
2513 * platform/chromium-linux/editing/deleting/5390681-2-expected.png: Removed.
2514 * platform/chromium-win/editing/deleting/5390681-2-expected.png: Removed.
2515 * platform/chromium-win/editing/deleting/5390681-2-expected.txt: Removed.
2516 * platform/gtk/editing/deleting/5390681-2-expected.txt: Removed.
2517 * platform/mac-leopard/editing/deleting/5390681-2-expected.png: Removed.
2518 * platform/mac/editing/deleting/5390681-2-expected.png: Removed.
2519 * platform/mac/editing/deleting/5390681-2-expected.txt: Removed.
2520 * platform/qt/editing/deleting/5390681-2-expected.png: Removed.
2521 * platform/qt/editing/deleting/5390681-2-expected.txt: Removed.
2522 * platform/qt/editing/deleting/5390681-expected.png: Removed.
2524 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
2526 Unreviewed, update chromium test expectations.
2528 * platform/chromium/test_expectations.txt: fast/borders/border-image-omit-right-slice.html crash on debug
2530 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
2532 Unreviewred, update chromium test expectations.
2534 * platform/chromium/test_expectations.txt: fast/events/constructors/progress-event-constructor.html on mac
2536 2011-09-12 James Robinson <jamesr@chromium.org>
2538 [chromium] Remove bad expectation that was causing us to run a compositing/ test on Leopard. Tsk tsk, Mike
2541 * platform/chromium/test_expectations.txt:
2543 2011-09-12 Dan Bernstein <mitz@apple.com>
2545 <rdar://problem/10054615> Floats in ruby text intrude into the base
2547 Reviewed by Darin Adler.
2549 * fast/ruby/float-overhang-from-ruby-text-expected.png: Added.
2550 * fast/ruby/float-overhang-from-ruby-text-expected.txt: Added.
2551 * fast/ruby/float-overhang-from-ruby-text.html: Added.
2553 2011-09-12 Ryosuke Niwa <rniwa@webkit.org>
2555 REGRESSION: Moving up doesn't work in some cases
2556 https://bugs.webkit.org/show_bug.cgi?id=67522
2558 Reviewed by Eric Seidel.
2560 Add a test to move caret upwards from an empty line below wrapped lines.
2562 WebKit used to skip wrapped lines and placed caret at the beginning of the first of those wrapped lines
2563 instead of before the last.
2565 * editing/selection/move-up-into-wrapped-line-expected.txt: Added.
2566 * editing/selection/move-up-into-wrapped-line.html: Added.
2568 2011-09-12 Beth Dakin <bdakin@apple.com>
2570 https://bugs.webkit.org/show_bug.cgi?id=67898
2571 REGRESSION(r94900): fast/images/support-broken-image-delegate.html fails on Mac
2573 Reviewed by Simon Fraser.
2575 * platform/mac/Skipped:
2577 2011-09-12 Ryosuke Niwa <rniwa@webkit.org>
2579 Fix a test added by r94966 to work on Mac.
2581 * fast/events/selectstart-by-arrow-keys.html:
2582 * platform/chromium/test_expectations.txt:
2584 2011-09-12 Nate Chapin <japhet@chromium.org>
2586 Fix up duplicate expectations and add expected failure
2587 for selectstart-by-arrow-keys.html for chromium mac.
2589 * platform/chromium/test_expectations.txt:
2591 2011-09-12 David Reveman <reveman@chromium.org>
2593 Rebaseline for r94703.
2594 https://bugs.webkit.org/show_bug.cgi?id=67945
2596 Reviewed by James Robinson.
2598 * platform/chromium-gpu-cg-mac/compositing/color-matching/image-color-matching-expected.png:
2599 * platform/chromium-gpu-cg-mac/compositing/flat-with-transformed-child-expected.png:
2600 * platform/chromium-gpu-cg-mac/compositing/masks/masked-ancestor-expected.png:
2601 * platform/chromium-gpu-cg-mac/compositing/reflections/nested-reflection-transformed-expected.png:
2602 * platform/chromium-gpu-cg-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
2603 * platform/chromium-gpu-cg-mac/compositing/reflections/reflection-in-composited-expected.png:
2604 * platform/chromium-gpu-cg-mac/compositing/scaling/tiled-layer-recursion-expected.png:
2605 * platform/chromium-gpu-cg-mac/media/video-layer-crash-expected.png:
2606 * platform/chromium-gpu-cg-mac/media/video-transformed-expected.png:
2607 * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
2608 * platform/chromium-gpu-win/compositing/flat-with-transformed-child-expected.png:
2609 * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.png:
2610 * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed-expected.png:
2611 * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed2-expected.png:
2612 * platform/chromium-gpu-win/compositing/reflections/reflection-in-composited-expected.png:
2613 * platform/chromium-gpu-win/compositing/scaling/tiled-layer-recursion-expected.png:
2614 * platform/chromium-gpu-win/media/video-layer-crash-expected.png:
2615 * platform/chromium-gpu-win/media/video-transformed-expected.png:
2616 * platform/chromium/test_expectations.txt:
2617 * platform/mac-snowleopard/media/video-layer-crash-expected.txt: Removed.
2619 2011-09-12 Eric Seidel <eric@webkit.org>
2621 Implement a HashChangeEvent constructor for JSC
2622 https://bugs.webkit.org/show_bug.cgi?id=67924
2624 Unreviewed. Updating results which were forgotten.
2626 * fast/dom/constructed-objects-prototypes-expected.txt:
2628 2011-09-12 Chris Rogers <crogers@google.com>
2630 DelayNode delay buffer is not correctly wrapping around
2631 https://bugs.webkit.org/show_bug.cgi?id=67872
2633 Reviewed by Kenneth Russell.
2635 * webaudio/delaynode-expected.txt: Added.
2636 * webaudio/delaynode.html: Added.
2638 2011-09-12 Arko Saha <arko@motorola.com>
2640 Selectstart is not fired when selection was created by arrow keys.
2641 https://bugs.webkit.org/show_bug.cgi?id=60430
2643 Reviewed by Ryosuke Niwa.
2645 * fast/events/selectstart-by-arrow-keys-expected.txt: Added.
2646 * fast/events/selectstart-by-arrow-keys-prevent-default-expected.txt: Added.
2647 * fast/events/selectstart-by-arrow-keys-prevent-default.html: Added.
2648 * fast/events/selectstart-by-arrow-keys.html: Added.
2650 2011-09-12 Ben Wagner <bungeman@chromium.org>
2652 Chromium shadow-buffer-partial test change.
2653 https://bugs.webkit.org/show_bug.cgi?id=67849
2655 Reviewed by Kenneth Russell.
2657 * platform/chromium/test_expectations.txt:
2659 2011-09-12 Kentaro Hara <haraken@google.com>
2661 Implement a HashChangeEvent constructor for JSC
2662 https://bugs.webkit.org/show_bug.cgi?id=67924
2664 Reviewed by Sam Weinig.
2666 hash-change-event-constructor.html checks the behavior of the HashChangeEvent constructor.
2668 * fast/events/constructors/hash-change-event-constructor-expected.txt: Added.
2669 * fast/events/constructors/hash-change-event-constructor.html: Added.
2670 * platform/chromium/test_expectations.txt: Skipped hash-change-event-constructor.html, since V8 does not yet have the HashChangeEvent constructor.
2672 2011-09-12 Nate Chapin <japhet@chromium.org>
2674 Add video-zoom-controls.html to chromium expectations
2677 * platform/chromium/test_expectations.txt:
2679 2011-09-12 Pavel Feldman <pfeldman@google.com>
2681 Web Inspector: Runtime.callFunctionOn does not accept arguments that evaluate to false.
2682 https://bugs.webkit.org/show_bug.cgi?id=67934
2684 Reviewed by Tony Gentilcore.
2686 * inspector/runtime/runtime-setPropertyValue.html:
2688 2011-09-12 Kentaro Hara <haraken@google.com>
2690 Implement a WebKitAnimationEvent constructor for V8
2691 https://bugs.webkit.org/show_bug.cgi?id=67922
2693 Reviewed by Adam Barth.
2695 Enabled webkit-animation-event-constructor.html, since now V8 has a WebKitAnimationEvent constructor.
2697 * platform/chromium/test_expectations.txt:
2699 2011-09-12 Zoltan Horvath <zoltan@webkit.org>
2701 [Qt][ARMv5] fast/events/constructors/progress-event-constructor.html is failing
2702 https://bugs.webkit.org/show_bug.cgi?id=67927
2706 * platform/qt-arm/Skipped:
2708 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
2710 Unreviewed, update chromium test expectations.
2712 * platform/chromium/test_expectations.txt: add fast/events/constructors/progress-event-constructor.html
2714 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
2716 Unreviewed, update chromium test expectations.
2718 * platform/chromium/test_expectations.txt: perf/show-hide-table-rows.html slow to timeout
2720 2011-09-12 Shinya Kawanaka <shinyak@google.com>
2722 Characters beyond U+10000 should be deleted by one pressing delete key.
2723 https://bugs.webkit.org/show_bug.cgi?id=40351
2725 Reviewed by Kent Tamura.
2727 Added deletion tests.
2729 * editing/deleting/delete-surrogatepair-expected.txt: Added.
2730 * editing/deleting/delete-surrogatepair.html: Added.
2732 2011-09-11 Kentaro Hara <haraken@google.com>
2734 Implement a ProgressEvent constructor for V8
2735 https://bugs.webkit.org/show_bug.cgi?id=67800
2737 Reviewed by Sam Weinig.
2739 Enabled fast/events/constructors/progress-event-constructor.html
2741 * platform/chromium/test_expectations.txt:
2743 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
2745 Unreviewed, update chromium test expectations.
2747 * platform/chromium/test_expectations.txt: slow perf/show-hide-table-rows.html
2749 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
2751 Unreviewed, update chromium test expectations.
2753 * platform/chromium/test_expectations.txt: slow perf/document-contains.html
2755 2011-09-11 Ben Wells <benwells@chromium.org>
2757 Rebaseline for bug 65583 (path based border radius drawing on skia) part 3
2758 https://bugs.webkit.org/show_bug.cgi?id=67830
2760 Reviewed by Kenneth Russell.
2762 * fast/borders/: 13 changes
2763 * fast/frames/iframe-scaling-with-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/iframe-scaling-with-scroll-expected.txt.
2764 * platform/chromium-linux/fast/: 18 changes
2765 * platform/chromium-win/fast/: 21 changes
2766 * platform/chromium/test_expectations.txt:
2767 * platform/mac/fast/: 13 removals
2768 * platform/qt/fast/: 14 removals
2770 2011-09-11 Dimitri Glazkov <dglazkov@chromium.org>
2772 REGRESSION (r87351): toggling display of lots (thousands) of elements with display:none is very slow
2773 https://bugs.webkit.org/show_bug.cgi?id=67581
2775 Reviewed by Darin Adler.
2777 * perf/show-hide-table-rows-expected.txt: Added.
2778 * perf/show-hide-table-rows.html: Added.
2780 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
2782 Unreviewed, update chromium test expectations.
2784 * platform/chromium/test_expectations.txt: add svg/custom/simple-text-double-shadow.svg
2786 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
2788 Unreviewed, one more rebaseline for r94912
2790 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
2791 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
2793 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
2795 Unreviewed, update chromium test expectations and rebaselines for r94912
2797 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
2798 * platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt: Removed.
2799 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2800 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
2801 * platform/chromium/test_expectations.txt:
2803 2011-09-11 Martin Robinson <mrobinson@igalia.com>
2805 Remove two platform-specific results for GTK+ that no longer apply and
2806 rebaseline one more test.
2808 * platform/gtk/fast/multicol/inherit-column-values-expected.txt: Removed.
2809 * platform/gtk/fast/multicol/initial-column-values-expected.txt: Removed.
2810 * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Rebaselined.
2811 * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Ditto.
2813 2011-09-11 Martin Robinson <mrobinson@igalia.com>
2815 Unskip two tests that should be passing now that 67383 is resolved.
2817 * platform/gtk/Skipped: Unskip passing tests.
2819 2011-09-11 Csaba Osztrogonác <ossy@webkit.org>
2821 [Qt][Mac] Unreviewed gardening. Paint the Qt-Mac bot green.
2823 * platform/qt-mac/Skipped: Skip new failing tests.
2825 2011-09-11 Csaba Osztrogonác <ossy@webkit.org>
2827 [Qt] Unreviewed gardening. Add Qt specific expected results for new passing tests.
2829 * platform/qt/fast/borders/block-mask-overlay-image-outset-expected.png: Added.
2830 * platform/qt/fast/borders/block-mask-overlay-image-outset-expected.txt: Added.
2831 * platform/qt/fast/borders/border-image-outset-expected.png: Added.
2832 * platform/qt/fast/borders/border-image-outset-expected.txt: Added.
2833 * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
2834 * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.txt: Added.
2835 * platform/qt/fast/borders/border-image-outset-split-inline-expected.png: Added.
2836 * platform/qt/fast/borders/border-image-outset-split-inline-expected.txt: Added.
2837 * platform/qt/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
2838 * platform/qt/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Added.
2839 * platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
2840 * platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.txt: Added.
2841 * platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
2842 * platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Added.
2843 * platform/qt/fast/reflections/reflection-masks-outset-expected.png: Added.
2844 * platform/qt/fast/reflections/reflection-masks-outset-expected.txt: Added.
2846 2011-09-10 Ryosuke Niwa <rniwa@webkit.org>
2848 Skip fast/images/support-broken-image-delegate.html temporarily on Mac.
2849 The failure is tracked by the bug 67898.
2851 * platform/mac/Skipped:
2853 2011-09-09 David Hyatt <hyatt@apple.com>
2855 https://bugs.webkit.org/show_bug.cgi?id=67861
2857 Implement border-image-outset (and the mask equivalents).
2859 Reviewed by Beth Dakin.
2861 * fast/borders/block-mask-overlay-image-outset.html: Added.
2862 * fast/borders/block-mask-overlay-image.html~: Added.
2863 * fast/borders/border-image-outset-in-shorthand.html: Added.
2864 * fast/borders/border-image-outset-split-inline-vertical-lr.html: Added.
2865 * fast/borders/border-image-outset-split-inline.html: Added.
2866 * fast/borders/border-image-outset.html: Added.
2867 * fast/borders/inline-mask-overlay-image-outset-vertical-rl.html: Added.
2868 * fast/borders/inline-mask-overlay-image-outset.html: Added.
2869 * fast/css/getComputedStyle/computed-style-expected.txt:
2870 * fast/css/getComputedStyle/computed-style-with-zoom-expected.txt:
2871 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2872 * fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt:
2873 * fast/reflections/reflection-computed-style-expected.txt:
2874 * fast/reflections/reflection-masks-outset.html: Added.
2875 * platform/mac/fast/borders/block-mask-overlay-image-outset-expected.png: Added.
2876 * platform/mac/fast/borders/block-mask-overlay-image-outset-expected.txt: Added.
2877 * platform/mac/fast/borders/border-image-outset-expected.png: Added.
2878 * platform/mac/fast/borders/border-image-outset-expected.txt: Added.
2879 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
2880 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.txt: Added.
2881 * platform/mac/fast/borders/border-image-outset-split-inline-expected.png: Added.
2882 * platform/mac/fast/borders/border-image-outset-split-inline-expected.txt: Added.
2883 * platform/mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
2884 * platform/mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Added.
2885 * platform/mac/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
2886 * platform/mac/fast/borders/inline-mask-overlay-image-outset-expected.txt: Added.
2887 * platform/mac/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
2888 * platform/mac/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Added.
2889 * platform/mac/fast/reflections/reflection-masks-outset-expected.png: Added.
2890 * platform/mac/fast/reflections/reflection-masks-outset-expected.txt: Added.
2891 * svg/css/getComputedStyle-basic-expected.txt:
2893 2011-09-10 Csaba Osztrogonác <ossy@webkit.org>
2895 [Qt] Unreviewed gardening after r94897.
2897 * platform/qt/svg/custom/simple-text-double-shadow-expected.png: Added.
2898 * platform/qt/svg/custom/simple-text-double-shadow-expected.txt: Added.
2900 2011-09-10 Ken Buchanan <kenrb@chromium.org>
2902 Crash due to bad data in SVGDocumentExtensions m_pendingResources.
2903 https://bugs.webkit.org/show_bug.cgi?id=67488
2905 Reviewed by Nikolas Zimmermann.
2907 Test added: validating that the crash referenced in the bug is not present.
2909 * svg/dom/SVGStyledElement-pendingResource-crash.html: Added.
2910 * svg/dom/SVGStyledElement-pendingResource-crash-expected.txt: Added.
2911 * svg/dom/resources/SVGStyledElement-pendingResource-crash.svg: Added.
2913 2011-09-09 Erik Arvidsson <arv@chromium.org>
2915 Move Element.contains to Node
2916 https://bugs.webkit.org/show_bug.cgi?id=67651
2918 Reviewed by Darin Adler.
2920 This moves the contains method from Element to Node as in the DOM4 working draft:
2921 http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-contains
2923 This also special cases Document contains to make it O(1) instead of O(depth).
2925 * fast/dom/Element/contains-method-expected.txt: Removed.
2926 * fast/dom/Element/script-tests/contains-method.js: Removed.
2927 * fast/dom/Node/contains-method-expected.txt: Added.
2928 * fast/dom/Node/contains-method.html: Renamed from LayoutTests/fast/dom/Element/contains-method.html.
2929 * fast/dom/Node/script-tests/contains-method.js: Added. Expanded tests.
2930 * fast/dom/Window/window-properties-expected.txt:
2931 * perf/document-contains-expected.txt: Added.
2932 * perf/document-contains.html: Added.
2933 Perf test to ensure that document.contains is O(1).
2934 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2935 * platform/mac/fast/dom/Window/window-properties-expected.txt:
2936 * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
2937 * platform/qt/fast/dom/Window/window-properties-expected.txt:
2939 2011-09-09 Tim Horton <timothy_horton@apple.com>
2941 Text rendered with a simple (i.e. 0px blur) shadow inside a transparency layer has a double shadow
2942 https://bugs.webkit.org/show_bug.cgi?id=67543
2943 <rdar://problem/10070536>
2945 Reviewed by Darin Adler.
2947 Add a test ensuring that text with 0px blur CSS shadow doesn't get rendered
2948 with a second shadow when inside a transparency layer.
2950 * platform/mac/svg/custom/simple-text-double-shadow-expected.png: Added.
2951 * platform/mac/svg/custom/simple-text-double-shadow-expected.txt: Added.
2952 * svg/custom/simple-text-double-shadow.svg: Added.
2954 2011-09-09 Matthew Delaney <mdelaney@apple.com>
2956 Update Skipped lists for mac and mac-lion w.r.t. canvas
2957 https://bugs.webkit.org/show_bug.cgi?id=67867
2959 Reviewed by Simon Fraser.
2961 * platform/mac-lion/Skipped:
2962 * platform/mac/Skipped:
2964 2011-09-09 Kentaro Hara <haraken@google.com>
2966 Generate a WebKitCSSMatrix constructor of V8 using the IDL 'Constructor' extended attribute
2967 https://bugs.webkit.org/show_bug.cgi?id=67458
2969 Reviewed by Adam Barth.
2971 Added a test case for "new WebKitCSSMatrix(null)" and "new WebKitCSSMatrix(undefined)".
2973 * fast/dom/Window/custom-constructors-expected.txt:
2974 * fast/dom/Window/custom-constructors.html:
2976 2011-09-09 Dominic Mazzoni <dmazzoni@google.com>
2978 Add a test to catch a case where an assertion failure or
2979 crash is triggered in AccessibilityRenderObject when deleting
2980 a node that includes a continuation.
2981 https://bugs.webkit.org/show_bug.cgi?id=44149
2983 Reviewed by Chris Fleizach.
2985 * accessibility/div-within-anchors-causes-crash.html: Added.
2986 * platform/mac/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
2988 2011-09-09 Kulanthaivel Palanichamy <kulanthaivel@codeaurora.org>
2990 CSS rules not being applied when a hidden field is inserted between an input[type=checkbox] and a label
2991 https://bugs.webkit.org/show_bug.cgi?id=66887
2993 Reviewed by David Hyatt.
2995 * fast/css/adjacent-sibling-selector-expected.txt: Added.
2996 * fast/css/adjacent-sibling-selector.html: Added.
2998 2011-09-09 Tom Sepez <tsepez@chromium.org>
3000 Add test cases for xss auditor encoding bugs.
3001 https://bugs.webkit.org/show_bug.cgi?id=67134
3003 Reviewed by Daniel Bates.
3005 * http/tests/security/xssAuditor/resources/echo-intertag.pl:
3006 * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt: Added.
3007 * http/tests/security/xssAuditor/xss-filter-bypass-big5.html: Added.
3008 * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt: Added.
3009 * http/tests/security/xssAuditor/xss-filter-bypass-sjis.html: Added.
3011 2011-09-09 Chris Rogers <crogers@google.com>
3013 AudioBufferSourceNode must validate AudioBuffer in .buffer attribute setter
3014 https://bugs.webkit.org/show_bug.cgi?id=67749
3016 Reviewed by Kenneth Russell.
3018 * webaudio/audiobuffersource-channels-expected.txt: Added.
3019 * webaudio/audiobuffersource-channels.html: Added.
3021 2011-09-09 Ryosuke Niwa <rniwa@webkit.org>
3025 * platform/gtk/css2.1/t090204-display-change-01-b-ao-expected.txt:
3027 2011-09-09 Abhishek Arya <inferno@chromium.org>
3029 Unreviewed. Chromium, GTK, Qt rebaselines for r94857.
3031 * platform/chromium-linux/fast/lists/list-marker-before-content-table-expected.png: Added.
3032 * platform/chromium-linux/fast/runin/runin-generated-before-content-expected.png: Added.
3033 * platform/chromium-win-xp/fast/lists: Removed.
3034 * platform/chromium-win/fast/lists/list-marker-before-content-table-expected.png: Added.
3035 * platform/chromium-win/fast/runin/runin-generated-before-content-expected.png: Added.
3036 * platform/gtk/fast/lists/list-marker-before-content-table-expected.txt: Added.
3037 * platform/gtk/fast/runin/runin-generated-before-content-expected.txt: Added.
3038 * platform/mac/fast/lists/list-marker-before-content-table-expected.txt: Added.
3039 * platform/mac/fast/runin/runin-generated-before-content-expected.txt: Added.
3040 * platform/qt/fast/lists/list-marker-before-content-table-expected.txt: Added.
3041 * platform/qt/fast/runin/runin-generated-before-content-expected.txt: Added.
3043 2011-09-09 Dominic Mazzoni <dmazzoni@google.com>
3045 Add a test to catch a case where adjacent continuations were
3046 causing nodes to get added to the accessibility tree twice, leading
3047 to an assertion failure or a crash. The test expectations are
3048 currently Mac-specific, so added the test to the Skipped file for
3050 https://bugs.webkit.org/show_bug.cgi?id=61805
3052 Reviewed by Chris Fleizach.
3054 * accessibility/adjacent-continuations-cause-assertion-failure.html: Added.
3055 * platform/mac/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
3057 2011-09-08 Kentaro Hara <haraken@google.com>
3059 Implement a WebKitAnimationEvent constructor.
3060 https://bugs.webkit.org/show_bug.cgi?id=67825
3062 Checks the behavior of the WebKitAnimationEvent constructor.
3064 Reviewed by Sam Weinig.
3066 * fast/dom/constructed-objects-prototypes-expected.txt:
3067 * fast/events/constructors/webkit-animation-event-constructor-expected.txt: Added.
3068 * fast/events/constructors/webkit-animation-event-constructor.html: Added.
3069 * platform/chromium/test_expectations.txt: Skipped webkit-animation-event-constructor.html, since V8 does not yet have the WebKitAnimationEvent constructor.
3071 2011-09-09 Csaba Osztrogonác <ossy@webkit.org>
3073 [Qt] Unreviewed gardening after r94857. Add platform specific expected files.
3075 * platform/qt/fast/lists/list-marker-before-content-table-expected.png: Added.
3076 * platform/qt/fast/lists/list-marker-before-content-table-expected.txt: Added.
3077 * platform/qt/fast/runin/runin-generated-before-content-expected.png: Added.
3078 * platform/qt/fast/runin/runin-generated-before-content-expected.txt: Added.
3080 2011-09-08 Abhishek Arya <inferno@chromium.org>
3082 :before content rendering issues with list markers and run-ins.
3083 https://bugs.webkit.org/show_bug.cgi?id=67735
3085 Reviewed by Dave Hyatt.
3087 * fast/lists/list-marker-before-content-table-expected.png: Added.
3088 * fast/lists/list-marker-before-content-table-expected.txt: Added.
3089 * fast/lists/list-marker-before-content-table.html: Added.
3090 * fast/runin/runin-generated-before-content-expected.png: Added.
3091 * fast/runin/runin-generated-before-content-expected.txt: Added.
3092 * fast/runin/runin-generated-before-content.html: Added.
3094 2011-09-09 Nate Chapin <japhet@chromium.org>
3096 Chromium leopard css3 baselines, and new mac gpu baselines.
3098 * platform/chromium-cg-mac-leopard/css3: Added.
3099 * platform/chromium-cg-mac-leopard/css3/bdi-element-expected.png: Added.
3100 * platform/chromium-cg-mac-leopard/css3/bdi-element-expected.txt: Added.
3101 * platform/chromium-cg-mac-leopard/css3/unicode-bidi-isolate-aharon-expected.png: Added.
3102 * platform/chromium-cg-mac-leopard/css3/unicode-bidi-isolate-basic-expected.png: Added.
3103 * platform/chromium-gpu-cg-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
3104 * platform/chromium-gpu-win/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Removed.
3105 * platform/chromium-gpu/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Added.
3106 * platform/chromium/test_expectations.txt:
3108 2011-09-09 Cary Clark <caryclark@google.com>
3110 Unreviewed; new baselines (Skia on Mac, GPU edition)
3111 Added reference images.
3113 * platform/chromium-gpu-mac: Added.
3114 (remaining files omitted for brevity)
3116 2011-09-09 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
3118 [Qt] Unreviewed. Update test expectations for css3/bdi-element.html after r94822
3120 * platform/qt/css3/bdi-element-expected.png: Added.
3121 * platform/qt/css3/bdi-element-expected.txt: Added.
3123 2011-09-09 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
3125 [Qt] http/tests/security/xssAuditor/script-tag-with-16bit-unicode4.html fails on Qt
3126 https://bugs.webkit.org/show_bug.cgi?id=67842
3128 * platform/qt/Skipped:
3130 2011-09-09 Sheriff Bot <webkit.review.bot@gmail.com>
3132 Unreviewed, rolling out r94536.
3133 http://trac.webkit.org/changeset/94536
3134 https://bugs.webkit.org/show_bug.cgi?id=67836
3136 breaks absoluteLocation() of RelatedMouseEvent (Requested by
3137 jknotten on #webkit).
3139 * fast/events/page-scaled-mouse-click-expected.txt: Removed.
3140 * fast/events/page-scaled-mouse-click.html: Removed.
3141 * fast/events/script-tests/page-scaled-mouse-click.js: Removed.
3143 2011-09-08 Alexander Pavlov <apavlov@chromium.org>
3145 Web Inspector: live edit both for JS and CSS is not discoverable.
3146 https://bugs.webkit.org/show_bug.cgi?id=65962
3148 Reviewed by Yury Semikhatsky.
3150 * inspector/debugger/scripts-panel.html:
3152 2011-09-09 Shinya Kawanaka <shinyak@google.com>
3154 Crashes in WebCore::AppendNodeCommand::create().
3155 https://bugs.webkit.org/show_bug.cgi?id=67767
3157 Reviewed by Darin Adler.
3159 Added a crash test case.
3161 * editing/execCommand/ident-crashes-topnode-is-text-expected.txt: Added.
3162 * editing/execCommand/ident-crashes-topnode-is-text.html: Added.
3164 2011-09-09 Shinya Kawanaka <shinyak@google.com>
3166 Crashes in WebCore::ApplyStyleCommand.doApply()
3167 https://bugs.webkit.org/show_bug.cgi?id=67765
3169 Reviewed by Ryosuke Niwa.
3171 WebCore::enclosingBlock may return null, but ApplyStyleCommand::applyBlockStyle did not check it. This patch make it to be checked.
3173 * editing/style/remove-format-without-enclosing-block-expected.txt: Added.
3174 * editing/style/remove-format-without-enclosing-block.html: Added.
3176 2011-09-09 Ilya Tikhonovsky <loislo@chromium.org>
3178 Unreviewed. Update test expectations for hyphenate-limit-lines.html.
3180 * platform/chromium/test_expectations.txt:
3182 2011-09-08 Ilya Tikhonovsky <loislo@chromium.org>
3184 Unreviewed, remove wrong chromium expectations for hyphenate-limit-lines.html and mark the test as failing IMAGE+TEXT.
3186 I rebaselined the expectations yesterday but actualy Chromium doesn't support hyphenation yet.
3189 * platform/chromium-cg-mac/fast/text/hyphenate-limit-lines-expected.png: Removed.
3190 * platform/chromium-linux/fast/text/hyphenate-limit-lines-expected.png: Removed.
3191 * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.png: Removed.
3192 * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.png: Removed.
3193 * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.txt: Removed.
3194 * platform/chromium/test_expectations.txt:
3196 2011-09-08 Fumitoshi Ukai <ukai@chromium.org>
3198 Unreviewed, update chromium test expectations.
3200 * platform/chromium/test_expectations.txt: chromium/compositing/zoom-animator-scale-test missing on leopard gpu
3202 2011-09-08 Fumitoshi Ukai <ukai@chromium.org>
3204 Unreviewed, update chromium test expectations.
3206 * platform/chromium/test_expectations.txt: add webaudio/sample-accurate-scheduling.html
3208 2011-09-08 Annie Sullivan <sullivan@chromium.org>
3210 Crashes in WebCore::InsertNodeBeforeCommand constructor.
3211 https://bugs.webkit.org/show_bug.cgi?id=67763
3213 Reviewed by Ryosuke Niwa.
3215 Tests for crash when the selection is outside the contenteditable node.
3217 * editing/inserting/insert-paragraph-selection-outside-contenteditable-expected.txt: Added.
3218 * editing/inserting/insert-paragraph-selection-outside-contenteditable.html: Added.
3220 2011-09-08 Daniel Bates <dbates@webkit.org>
3222 XSS filter bypass via non-standard URL encoding
3223 https://bugs.webkit.org/show_bug.cgi?id=66588
3225 Reviewed by Adam Barth.
3227 Add tests for decoding non-standard 16-bit Unicode escape sequences.
3229 Also add a test to ensure that we don't cause an assertion failure when
3230 calling window.open("").
3232 * http/tests/security/xssAuditor/resources/echo-intertag-decode-16bit-unicode.pl: Added.
3234 (decodeRunOf16BitUnicodeEscapeSequences):
3235 (decode16BitUnicodeEscapeSequences):
3236 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt: Added.
3237 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt: Added.
3238 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair.html: Added.
3239 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode.html: Added.
3240 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt: Added.
3241 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2.html: Added.
3242 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt: Added.
3243 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3.html: Added.
3244 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt: Added.
3245 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4.html: Added.
3246 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt: Added.
3247 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5.html: Added.
3248 * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt: Updated expected
3249 result since we now pass this test. We should rename this file to something more descriptive,
3250 see <https://bugs.webkit.org/show_bug.cgi?id=67818>.
3251 * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt: Added.
3252 * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode.html: Added.
3253 * http/tests/security/xssAuditor/window-open-without-url-should-not-assert-expected.txt: Added.
3254 * http/tests/security/xssAuditor/window-open-without-url-should-not-assert.html: Added.
3256 2011-09-08 Fumitoshi Ukai <ukai@chromium.org>
3258 Unreviewed. Chromium rebaseline of css3/bdi-element.html
3260 * platform/chromium-cg-mac/css3/bdi-element-expected.png: Added.
3261 * platform/chromium-linux/css3/bdi-element-expected.png: Added.
3262 * platform/chromium-mac/css3/bdi-element-expected.png: Added.
3263 * platform/chromium-win/css3/bdi-element-expected.png: Added.
3264 * platform/chromium-win/css3/bdi-element-expected.txt: Added.
3265 * platform/chromium/css3/bdi-element-expected.txt: Added.
3266 * platform/chromium/test_expectations.txt:
3268 2011-09-08 Eric Seidel <eric@webkit.org>
3270 [BiDi] Add support for the BDI element
3271 https://bugs.webkit.org/show_bug.cgi?id=50913
3273 Reviewed by Ryosuke Niwa.
3275 * css3/bdi-element.html: Added.
3276 * platform/mac/css3/bdi-element-expected.png: Added.
3277 * platform/mac/css3/bdi-element-expected.txt: Added.
3279 2011-09-08 Roland Steiner <rolandsteiner@chromium.org>
3281 Unreviewed, rolling out r94809.
3282 http://trac.webkit.org/changeset/94809
3283 https://bugs.webkit.org/show_bug.cgi?id=67718
3285 commit _still_ premature, despite CQ eagerness
3287 * fast/css/style-scoped/basic-attribute-expected.txt: Removed.
3288 * fast/css/style-scoped/basic-attribute.html: Removed.
3290 2011-09-08 Roland Steiner <rolandsteiner@chromium.org>
3292 <style scoped>: Add 'scoped' attribute
3293 https://bugs.webkit.org/show_bug.cgi?id=67718
3295 Test setting/resetting of the 'scoped' attribute in various circumstances.
3297 Reviewed by Dimitri Glazkov.
3299 * fast/css/style-scoped/basic-attribute-expected.txt: Added.
3300 * fast/css/style-scoped/basic-attribute.html: Added.
3302 2011-09-08 Tony Chang <tony@chromium.org>
3304 remove fast/exclusions/triangle-exclusion.html which was originally added as a placeholder
3305 https://bugs.webkit.org/show_bug.cgi?id=67795
3307 * fast/exclusions/triangle-exclusion.html: Removed.
3309 2011-09-08 Nate Chapin <japhet@chromium.org>
3311 Chromium rebaseline zoom-animator-scale-test.html and mark a couple
3312 svg-as-background tests flaky on chromium-win.
3314 * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Removed.
3315 * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Removed.
3316 * platform/chromium-gpu-win/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
3317 * platform/chromium-gpu-win/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Added.
3318 * platform/chromium/test_expectations.txt:
3320 2011-09-08 Sheriff Bot <webkit.review.bot@gmail.com>
3322 Unreviewed, rolling out r94781.
3323 http://trac.webkit.org/changeset/94781
3324 https://bugs.webkit.org/show_bug.cgi?id=67806
3326 Broke Objective-C binding on Mac (Requested by rniwa on
3329 * fast/dom/Element/contains-method-expected.txt: Added.
3330 * fast/dom/Element/contains-method.html: Renamed from LayoutTests/fast/dom/Node/contains-method.html.
3331 * fast/dom/Element/script-tests/contains-method.js: Added.
3332 * fast/dom/Node/contains-method-expected.txt: Removed.
3333 * fast/dom/Node/script-tests/contains-method.js: Removed.
3334 * fast/dom/Window/window-properties-expected.txt:
3335 * perf/document-contains-expected.txt: Removed.
3336 * perf/document-contains.html: Removed.
3337 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3338 * platform/mac/fast/dom/Window/window-properties-expected.txt:
3339 * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
3340 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3342 2011-09-08 Csaba Osztrogonác <ossy@webkit.org>
3344 [WK2] evetSender.keyDown is unimplemented
3345 https://bugs.webkit.org/show_bug.cgi?id=57515
3347 * platform/wk2/Skipped: Skip fast/dom/shadow/access-key.html.
3349 2011-09-08 Ben Wagner <bungeman@chromium.org>
3351 Chromium shadow-buffer-partial test change.
3352 Part1: Update and disable test.
3353 https://bugs.webkit.org/show_bug.cgi?id=67724
3355 Reviewed by Kenneth Russell.
3357 * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
3358 * platform/chromium/test_expectations.txt:
3360 2011-09-08 Jarred Nicholls <jarred@sencha.com>
3362 frame-loading-via-document-write.html test cases have extra slash in path
3363 https://bugs.webkit.org/show_bug.cgi?id=67784
3365 Removing extra slash in path: file:////tmp/... => file:///tmp/...
3367 Reviewed by Andreas Kling.
3369 * fast/dom/frame-loading-via-document-write.html:
3370 * http/tests/security/frame-loading-via-document-write.html:
3372 2011-09-08 Alexey Proskuryakov <ap@apple.com>
3374 Some file-url-mimetypes subtests fail on rare extensions
3375 https://bugs.webkit.org/show_bug.cgi?id=67679
3377 * platform/mac-leopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
3378 * platform/mac-leopard/platform/mac/fast/loader/file-url-mimetypes-expected.txt:
3379 * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
3380 * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-expected.txt:
3381 Update platform specific results, too.
3383 2011-09-08 Shinya Kawanaka <shinyak@google.com>
3385 Crashes in WebCore::ReplaceSelectionCommand::doApply
3386 https://bugs.webkit.org/show_bug.cgi?id=67762
3388 Reviewed by Ryosuke Niwa.
3390 WebCore::enclosingBlock may return NULL, but its return value was not checked. This patch checks it.
3392 * editing/inserting/insert-without-enclosing-block-expected.txt: Added.
3393 * editing/inserting/insert-without-enclosing-block.html: Added.
3395 2011-09-08 Nate Chapin <japhet@chromium.org>
3397 Chromium baselines for new tests added in r94775 and r94779.
3399 * platform/chromium-cg-mac/platform/chromium/fast/repaint: Added.
3400 * platform/chromium-cg-mac/platform/chromium/fast/repaint/fixed-layout-360x240-expected.png: Added.
3401 * platform/chromium-linux/css3/unicode-bidi-isolate-aharon-expected.png: Added.
3402 * platform/chromium-linux/css3/unicode-bidi-isolate-basic-expected.png: Added.
3403 * platform/chromium-win/css3/unicode-bidi-isolate-aharon-expected.png: Added.
3404 * platform/chromium-win/css3/unicode-bidi-isolate-aharon-expected.txt: Added.
3405 * platform/chromium-win/css3/unicode-bidi-isolate-basic-expected.png: Added.
3406 * platform/chromium-win/css3/unicode-bidi-isolate-basic-expected.txt: Added.
3408 2011-09-08 Csaba Osztrogonác <ossy@webkit.org>
3410 [Qt] Unreviewed gardening after r94771.
3412 * fast/dom/constructed-objects-prototypes-expected.txt: Update, it will pass on Qt, GTK, SL, Win.
3413 * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Removed.
3415 2011-09-08 Sheriff Bot <webkit.review.bot@gmail.com>
3417 Unreviewed, rolling out r94784.
3418 http://trac.webkit.org/changeset/94784
3419 https://bugs.webkit.org/show_bug.cgi?id=67796
3421 Commit was premature (Requested by rolandsteiner on #webkit).
3423 * fast/css/style-scoped/basic-attribute-expected.txt: Removed.
3424 * fast/css/style-scoped/basic-attribute.html: Removed.
3426 2011-09-08 W. James MacLean <wjmaclean@chromium.org>
3428 [chromium] Add backend compositor support for rescaling (zooming) textures during zoom animation.
3429 https://bugs.webkit.org/show_bug.cgi?id=66472
3431 Initial tests for zoomAnimatorChromium backend.
3433 Reviewed by James Robinson.
3435 * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
3436 * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Added.
3437 * platform/chromium/compositing/zoom-animator-scale-test.html: Added.
3439 2011-09-08 Csaba Osztrogonác <ossy@webkit.org>
3441 [Qt] Unreviewed gardening.
3443 * platform/qt/Skipped: Skip tests introduced in r94775 because of missing test fonts.
3444 * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Added. (test introduced in r94771)
3446 2011-09-08 Eric Carlson <eric.carlson@apple.com>
3448 HTMLMediaElement is missing initialTime attribute
3449 https://bugs.webkit.org/show_bug.cgi?id=67791
3451 Reviewed by Darin Adler.
3453 * media/media-initialTime-expected.txt: Added.
3454 * media/media-initialTime.html: Added.
3456 2011-09-03 Robert Hogan <robert@webkit.org>
3458 Elements with position:absolute don't move to correct position after images load
3459 https://bugs.webkit.org/show_bug.cgi?id=54611
3461 Reviewed by Simon Fraser.
3463 * fast/block/positioning/absolute-layout-after-image-load-expected.txt: Added.
3464 * fast/block/positioning/absolute-layout-after-image-load.html: Added.
3465 * fast/block/positioning/resources/absolute-layout-after-image-load-2.html: Added.
3467 2011-09-08 Roland Steiner <rolandsteiner@chromium.org>
3469 <style scoped>: Add 'scoped' attribute
3470 https://bugs.webkit.org/show_bug.cgi?id=67718
3472 Test setting/resetting of the 'scoped' attribute in various circumstances.
3474 Reviewed by Dimitri Glazkov.
3476 * fast/css/style-scoped/basic-attribute-expected.txt: Added.
3477 * fast/css/style-scoped/basic-attribute.html: Added.
3479 2011-09-08 Ben Wells <benwells@chromium.org>
3481 Rebaseline for bug 65583 (path based border radius drawing on skia) part 2
3482 https://bugs.webkit.org/show_bug.cgi?id=67751
3484 Reviewed by Kenneth Russell.
3486 * fast/borders/border-radius-circle-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-circle-expected.txt.
3487 * fast/borders/border-radius-groove-01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-groove-01-expected.txt.
3488 * fast/borders/border-radius-groove-02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-groove-02-expected.txt.
3489 * fast/borders/border-radius-groove-03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-groove-03-expected.txt.
3490 * fast/borders/border-radius-wide-border-01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-wide-border-01-expected.txt.
3491 * fast/borders/border-radius-wide-border-02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-wide-border-02-expected.txt.
3492 * fast/css/text-input-with-webkit-border-radius-expected.png: Removed.
3493 * fast/gradients/background-clipped-expected.txt: Renamed from LayoutTests/platform/gtk/fast/gradients/background-clipped-expected.txt.
3494 * fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt.
3495 * fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt.
3496 * fast/transforms/shadows-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/shadows-expected.txt.
3497 * platform/chromium-linux/fast/: 20 changes.
3498 * platform/chromium-win/fast/: 19 changes.
3499 * platform/chromium/test_expectations.txt:
3500 * platform/mac/fast/: 9 changes.
3501 * platform/qt/fast/: 10 removals.
3503 2011-09-08 Erik Arvidsson <arv@chromium.org>
3505 Move Element.contains to Node
3506 https://bugs.webkit.org/show_bug.cgi?id=67651
3508 Reviewed by Darin Adler.
3510 This moves the contains method from Element to Node as in the DOM4 working draft:
3511 http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-contains
3513 This also special cases Document contains to make it O(1) instead of O(depth).
3515 * fast/dom/Element/contains-method-expected.txt: Removed.
3516 * fast/dom/Element/script-tests/contains-method.js: Removed.
3517 * fast/dom/Node/contains-method-expected.txt: Added.
3518 * fast/dom/Node/contains-method.html: Renamed from LayoutTests/fast/dom/Element/contains-method.html.
3519 * fast/dom/Node/script-tests/contains-method.js: Added. Expanded tests.
3520 * fast/dom/Window/window-properties-expected.txt:
3521 * perf/document-contains-expected.txt: Added.
3522 * perf/document-contains.html: Added.
3523 Perf test to ensure that document.contains is O(1).
3524 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3525 * platform/mac/fast/dom/Window/window-properties-expected.txt:
3526 * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
3527 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3529 2011-09-08 Chris Rogers <crogers@google.com>
3531 Check AudioContext createChannelMerger() for thread safety
3532 https://bugs.webkit.org/show_bug.cgi?id=67247
3534 Reviewed by Kenneth Russell.
3536 * webaudio/audiochannelmerger-stereo-expected.txt: Added.
3537 * webaudio/audiochannelmerger-stereo.html: Added.
3539 2011-09-08 Fady Samuel <fsamuel@chromium.org>
3541 Fixed Layout Mode should be adjustable from layoutTestController for testing on Chromium platforms
3542 https://bugs.webkit.org/show_bug.cgi?id=67723
3544 Reviewed by Adam Barth.
3546 * platform/chromium/fast/repaint/fixed-layout-360x240-expected.png: Added.
3547 * platform/chromium/fast/repaint/fixed-layout-360x240-expected.txt: Added.
3548 * platform/chromium/fast/repaint/fixed-layout-360x240.html: Added.
3550 2011-04-19 Eric Seidel <eric@webkit.org>
3552 Reviewed by Ryosuke Niwa.
3554 [BiDi] [CSS3] MASTER: Add support for the unicode-bidi:isolate CSS property
3555 https://bugs.webkit.org/show_bug.cgi?id=50912
3557 Two new tests for testing unicode-bidi: isolate behavior.
3558 Note that the test from Aharon Lanin has one failing subtest
3559 I've asked him if the test might have a typo in:
3560 https://bugs.webkit.org/show_bug.cgi?id=50912#c30
3562 * css3/unicode-bidi-isolate-aharon.html: Added.
3563 - Some various unicode-bidi: isolate tests from Aharon.
3564 * css3/unicode-bidi-isolate-basic.html: Added.
3565 - This test tries all possible orderings of strong-LTR, strong-RTL and neutral characters
3566 across unicode-bidi: isolate spans to make sure that we match expected rendering.
3567 - A little red bleeds through the test, but that appears to be from anti-aliasing
3568 and possible automatic font kerning,&n