1 2011-09-19 Pavel Feldman <pfeldman@google.com>
3 Web Inspector: document Debugger.paused, introduce types for ids in Debugger domain.
4 https://bugs.webkit.org/show_bug.cgi?id=68363
6 Migrates from poorly documented "details" object to explicit parameters
7 containing break type and data.
9 Reviewed by Tony Gentilcore.
11 * http/tests/inspector/debugger-test.js:
12 (initialize_DebuggerTest):
14 2011-09-15 Pavel Feldman <pfeldman@google.com>
16 Web Inspector: refactor ConsoleView, Drawer, ConsolePanel trio.
17 https://bugs.webkit.org/show_bug.cgi?id=68155
19 Reviewed by Tony Gentilcore.
21 * inspector/console/console-dir.html:
23 2011-09-19 Pavel Feldman <pfeldman@google.com>
25 Web Inspector: streamline Console's MessageType and MessageSource semantics.
26 https://bugs.webkit.org/show_bug.cgi?id=68342
28 This change fixes semantics of the MessageSource and MessageType:
29 MessageSource is now the source of the message (be it Network, HTML
30 parser or Console API). MessageType is only defined for the Console API
31 messages and contains the name of the API call (log, dir, dirxml, etc.).
32 Subsequent https://bugs.webkit.org/show_bug.cgi?id=66371 will make MessageType
33 private to the inspector.
35 Reviewed by Tony Gentilcore.
37 * inspector/protocol/console-agent-expected.txt:
38 * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: Added.
40 2011-09-20 Philippe Normand <pnormand@igalia.com>
42 Unreviewed, GTK baselines for new tests.
44 * platform/gtk/css3/bdi-element-expected.png: Added.
45 * platform/gtk/css3/bdi-element-expected.txt: Added.
46 * platform/gtk/css3/unicode-bidi-isolate-aharon-expected.png: Added.
47 * platform/gtk/css3/unicode-bidi-isolate-aharon-expected.txt: Added.
48 * platform/gtk/css3/unicode-bidi-isolate-basic-expected.png: Added.
49 * platform/gtk/css3/unicode-bidi-isolate-basic-expected.txt: Added.
50 * platform/gtk/fast/borders/block-mask-overlay-image-outset-expected.png: Added.
51 * platform/gtk/fast/borders/block-mask-overlay-image-outset-expected.txt: Added.
52 * platform/gtk/fast/borders/border-image-longhand-expected.png: Added.
53 * platform/gtk/fast/borders/border-image-longhand-expected.txt: Added.
54 * platform/gtk/fast/borders/border-image-massive-scale-expected.png: Added.
55 * platform/gtk/fast/borders/border-image-massive-scale-expected.txt: Added.
56 * platform/gtk/fast/borders/border-image-outset-expected.png: Added.
57 * platform/gtk/fast/borders/border-image-outset-expected.txt: Added.
58 * platform/gtk/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
59 * platform/gtk/fast/borders/border-image-outset-in-shorthand-expected.txt: Added.
60 * platform/gtk/fast/borders/border-image-outset-split-inline-expected.png: Added.
61 * platform/gtk/fast/borders/border-image-outset-split-inline-expected.txt: Added.
62 * platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
63 * platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Added.
64 * platform/gtk/fast/borders/border-image-repeat-expected.png: Added.
65 * platform/gtk/fast/borders/border-image-repeat-expected.txt: Added.
66 * platform/gtk/fast/borders/border-image-scaled-expected.png: Added.
67 * platform/gtk/fast/borders/border-image-scaled-expected.txt: Added.
68 * platform/gtk/fast/borders/border-image-scaled-gradient-expected.png: Added.
69 * platform/gtk/fast/borders/border-image-scaled-gradient-expected.txt: Added.
70 * platform/gtk/fast/borders/border-image-scrambled-expected.png: Added.
71 * platform/gtk/fast/borders/border-image-scrambled-expected.txt: Added.
72 * platform/gtk/fast/borders/border-image-side-reduction-expected.png: Added.
73 * platform/gtk/fast/borders/border-image-side-reduction-expected.txt: Added.
74 * platform/gtk/fast/borders/border-image-slices-expected.png: Added.
75 * platform/gtk/fast/borders/border-image-slices-expected.txt: Added.
76 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
77 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-expected.txt: Added.
78 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
79 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Added.
80 * platform/gtk/fast/clip/overflow-border-radius-combinations-expected.png: Added.
81 * platform/gtk/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
82 * platform/gtk/fast/clip/overflow-border-radius-composited-expected.png: Added.
83 * platform/gtk/fast/clip/overflow-border-radius-composited-expected.txt: Added.
84 * platform/gtk/fast/clip/overflow-border-radius-transformed-expected.png: Added.
85 * platform/gtk/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
86 * platform/gtk/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
87 * platform/gtk/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
88 * platform/gtk/fast/css/line-after-floating-div-expected.png: Added.
89 * platform/gtk/fast/css/line-after-floating-div-expected.txt: Added.
90 * platform/gtk/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
91 * platform/gtk/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
92 * platform/gtk/fast/reflections/reflection-masks-outset-expected.png: Added.
93 * platform/gtk/fast/reflections/reflection-masks-outset-expected.txt: Added.
94 * platform/gtk/fast/text/fallback-traits-fixup-expected.png: Added.
95 * platform/gtk/fast/text/fallback-traits-fixup-expected.txt: Added.
96 * platform/gtk/fast/text/hyphenate-limit-lines-expected.png: Added.
97 * platform/gtk/fast/text/hyphenate-limit-lines-expected.txt: Added.
98 * platform/gtk/svg/custom/pattern-rotate-gaps-expected.png: Added.
99 * platform/gtk/svg/custom/pattern-rotate-gaps-expected.txt: Added.
100 * platform/gtk/svg/custom/simple-text-double-shadow-expected.png: Added.
101 * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt: Added.
103 2011-09-20 Philippe Normand <pnormand@igalia.com>
105 Unreviewed, GTK baselines for tests added in r95489 and r95488.
107 * platform/gtk/http/tests/security/document-all-expected.txt: Added.
108 * platform/gtk/http/tests/security/window-named-proto-expected.txt: Added.
110 2011-09-20 Philippe Normand <pnormand@igalia.com>
112 Unreviewed, GTK baselines for tests added in r95461.
114 * platform/gtk/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
115 * platform/gtk/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
116 * platform/gtk/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
117 * platform/gtk/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
118 * platform/gtk/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
120 2011-09-20 Renata Hodovan <reni@webkit.org>
122 [Qt] Rebase and unskip tests introduced in r95489 and r95488.
124 Unreviewed gardening.
126 * platform/qt/Skipped:
127 * platform/qt/http/tests/security/document-all-expected.txt: Added.
128 * platform/qt/http/tests/security/window-named-proto-expected.txt: Added.
130 2011-09-20 Philippe Normand <pnormand@igalia.com>
132 Unreviewed, skip failing fast/files/create-blob-url-crash.html on
133 GTK because of bug 66045.
135 * platform/gtk/Skipped:
137 2011-09-20 Philippe Normand <pnormand@igalia.com>
139 Unreviewed, GTK rebaseline after r95178 and r95362.
141 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
142 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
143 * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
144 * platform/gtk/fast/js/global-constructors-expected.txt:
146 2011-09-09 Pavel Podivilov <podivilov@chromium.org>
148 Web Inspector: implement reverse mapping for compiler source maps.
149 https://bugs.webkit.org/show_bug.cgi?id=67850
151 Reviewed by Pavel Feldman.
153 * inspector/debugger/compiler-source-mapping.html:
155 2011-09-20 Renata Hodovan <reni@webkit.org>
157 [Qt] Add Qt specific expecteds to new tests introduced in r95461.
159 Unreviewed gardening.
161 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
162 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
163 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
164 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
165 * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
166 * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
167 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.png: Added.
168 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
169 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.png: Added.
170 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
172 2011-09-20 Renata Hodovan <reni@webkit.org>
174 [Qt] Two tests fail after r95488 & r95489
175 https://bugs.webkit.org/show_bug.cgi?id=68428
177 Skip the failing tests.
179 Unreviewed gardening.
181 * platform/qt/Skipped:
183 2011-09-19 Ryosuke Niwa <rniwa@webkit.org>
185 Hit testing on margins of body and head elements doesn't recur
186 https://bugs.webkit.org/show_bug.cgi?id=40753
188 Reviewed by Darin Adler.
190 Add tests to click on margins of head and body elements. WebKit should not
191 (attempt to) place the caret after or before head and body elements.
193 * editing/selection/click-on-body-margin-expected.txt: Added.
194 * editing/selection/click-on-body-margin.html: Added.
195 * editing/selection/click-on-head-margin-expected.txt: Added.
196 * editing/selection/click-on-head-margin.html: Added.
198 2011-09-19 Gavin Barraclough <barraclough@apple.com>
200 String#split is buggy
201 https://bugs.webkit.org/show_bug.cgi?id=68348
203 Reviewed by Sam Weinig.
205 * fast/js/script-tests/string-split-conformance.js: Added.
206 * fast/js/string-split-conformance-expected.txt: Added.
207 * fast/js/string-split-conformance.html: Added.
208 - Added new Layout test based on:
209 http://stevenlevithan.com/demo/split.cfm
210 * 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:
211 * 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:
212 * 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:
213 * 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:
214 * 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:
215 - Check in failing results for these 5 tests; they are all wrong
216 (see https://bugs.ecmascript.org/show_bug.cgi?id=61).
218 2011-09-19 Sheriff Bot <webkit.review.bot@gmail.com>
220 Unreviewed, rolling out r95482.
221 http://trac.webkit.org/changeset/95482
222 https://bugs.webkit.org/show_bug.cgi?id=68410
224 Broke chromium webkit-tests (Requested by dslomov on #webkit).
226 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
227 * fast/canvas/webgl/premultiplyalpha-test.html:
229 2011-09-19 Adam Barth <abarth@webkit.org>
231 [V8] document.all gets confused about its prototype chain
232 https://bugs.webkit.org/show_bug.cgi?id=68393
234 Reviewed by Eric Seidel.
236 Test how document.all behaves when you change its prototype chain.
238 * http/tests/security/document-all-expected.txt: Added.
239 * http/tests/security/document-all.html: Added.
241 2011-09-19 Adam Barth <abarth@webkit.org>
243 Named property confusion with __proto__
244 https://bugs.webkit.org/show_bug.cgi?id=68221
246 Reviewed by Eric Seidel.
248 * http/tests/security/resources/innocent-victim-with-iframe.html: Added.
249 * http/tests/security/window-named-proto-expected.txt: Added.
250 * http/tests/security/window-named-proto.html: Added.
252 2011-09-19 John Bauman <jbauman@chromium.org>
254 Fix nonpremultiplied webgl toDataURL to jpeg
255 https://bugs.webkit.org/show_bug.cgi?id=68366
257 Update the premultiplyalpha-test from the WebGL conformance tests.
259 Reviewed by Kenneth Russell.
261 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
262 * fast/canvas/webgl/premultiplyalpha-test.html:
264 2011-09-19 Ryosuke Niwa <rniwa@webkit.org>
266 Incorrect selection with absolutely positioned div
267 https://bugs.webkit.org/show_bug.cgi?id=39503
269 Reviewed by Kenneth Rohde Christiansen.
271 Added a regression test for placing the caret inside a block with multiple logical lines
272 with an absolutely positioned last child. WebKit should place the caret on the left of the first line
273 (instead of after the last line) when the user clicks on the left of the first line.
275 * editing/selection/block-with-positioned-lastchild-expected.txt: Added.
276 * editing/selection/block-with-positioned-lastchild.html: Added.
278 2011-09-19 Abhishek Arya <inferno@chromium.org>
280 Unreviewed. Chromium Rebaselines for r95461.
282 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
283 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
284 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
285 * platform/chromium-linux/fast/table/table-row-before-after-content-around-block-expected.png: Added.
286 * platform/chromium-linux/fast/table/table-row-before-after-content-around-table-expected.png: Added.
287 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
288 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
289 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
290 * platform/chromium-mac/fast/table/table-row-before-after-content-around-block-expected.png: Added.
291 * platform/chromium-mac/fast/table/table-row-before-after-content-around-table-expected.png: Added.
292 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
293 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
294 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
295 * platform/chromium-win/fast/table/table-row-before-after-content-around-block-expected.png: Added.
296 * platform/chromium-win/fast/table/table-row-before-after-content-around-table-expected.png: Added.
298 2011-09-19 Dmitry Titov <dimich@chromium.org>
300 [Chromium] Crash after magic iframe transfer for Pepper/NaCl plugins.
301 https://bugs.webkit.org/show_bug.cgi?id=68267
302 Make adoptNode() to not enable live iframe transfer when the iframe's subtree contains plugins.
304 Reviewed by Adam Barth.
306 * fast/frames/iframe-reparenting-embed-elements-expected.txt: Added.
307 * fast/frames/iframe-reparenting-embed-elements.html: Added.
308 * fast/frames/resources/iframe-reparenting-embed-frame1.html: Added.
309 * fast/frames/resources/iframe-reparenting-embed-iframe.html: Added.
311 2011-09-19 Abhishek Arya <inferno@chromium.org>
313 Issues with merging ruby bases.
314 https://bugs.webkit.org/show_bug.cgi?id=67240
316 Reviewed by James Robinson.
318 ASSERTION FAILED: !needsLayout() in RenderRubyRun::getOverhang.
320 * fast/ruby/ruby-overhang-crash-expected.txt: Added.
321 * fast/ruby/ruby-overhang-crash.html: Added.
323 2011-09-16 Abhishek Arya <inferno@chromium.org>
325 Child not placed correctly when beforeChild (table part)
326 has both :before, :after content.
327 https://bugs.webkit.org/show_bug.cgi?id=67656
329 Reviewed by James Robinson.
331 * fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
332 * fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
333 * fast/table/table-cell-before-after-content-around-table-block.html: Added.
334 * fast/table/table-cell-before-after-content-around-table-expected.png: Added.
335 * fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
336 * fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
337 * fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
338 * fast/table/table-cell-before-after-content-around-table-row.html: Added.
339 * fast/table/table-cell-before-after-content-around-table.html: Added.
340 * fast/table/table-row-before-after-content-around-block-expected.png: Added.
341 * fast/table/table-row-before-after-content-around-block-expected.txt: Added.
342 * fast/table/table-row-before-after-content-around-block.html: Added.
343 * fast/table/table-row-before-after-content-around-table-expected.png: Added.
344 * fast/table/table-row-before-after-content-around-table-expected.txt: Added.
345 * fast/table/table-row-before-after-content-around-table.html: Added.
347 2011-09-19 Tom Sepez <tsepez@chromium.org>
349 Fix xssauditor bypass with unterminated closing tag by making the HTMLSourceTracker
350 and the HTMLParser interact more closely with each other. HTMLParser should be
351 setting the end range for the token itself to account for buffering that the
352 HTMLSourceTracker can't know about, but there are a lot of paths that would need
353 updating. First step is to cover this one path.
354 https://bugs.webkit.org/show_bug.cgi?id=68281
356 Reviewed by Adam Barth.
358 * http/tests/security/xssAuditor/resources/echo-intertag.pl:
359 * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt: Added.
360 * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag.html: Added.
362 2011-09-19 Dmitry Lomov <dslomov@google.com>
364 [Chromium] Rebaseline expectations and file WK68372.
366 * platform/chromium/test_expectations.txt:
368 2011-09-19 Dmitry Lomov <dslomov@google.com>
370 [Chromium] Rebaseline expectations due to r95402.
372 * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
374 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
376 Unreviewed skip inspector/timeline/timeline-animation-frame.html on win platform.
378 * platform/win/Skipped:
380 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
382 Unreviewed fix for flaky tests.
384 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
385 * inspector/timeline/timeline-dom-content-loaded-event.html:
386 * inspector/timeline/timeline-load-event-expected.txt:
387 * inspector/timeline/timeline-load-event.html:
388 * platform/qt/Skipped:
390 2011-09-19 Zsolt Fehér <feherzs@inf.u-szeged.hu>
392 Unreviewed Qt gardening.
393 https://bugs.webkit.org/show_bug.cgi?id=68360
395 * platform/qt/Skipped:
397 2011-09-19 Balazs Kelemen <kbalazs@webkit.org>
399 [Qt][WK2] Add some pixel baselines.
401 Unreviewed expectation update.
403 These baselines was produced in the same environment where the
404 Szeged WK2 bot runs. The validity of the results had been checked manually.
406 * platform/qt-wk2/css1/box_properties/float_on_text_elements-expected.png: Added.
407 * platform/qt-wk2/css2.1/t051202-c24-first-lttr-00-b-expected.png: Added.
408 * platform/qt-wk2/css2.1/t051202-c26-psudo-nest-00-c-expected.png: Added.
409 * platform/qt-wk2/css2.1/t060401-c32-cascading-00-b-expected.png: Added.
410 * platform/qt-wk2/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Added.
411 * platform/qt-wk2/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Added.
412 * platform/qt-wk2/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Added.
413 * platform/qt-wk2/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Added.
414 * platform/qt-wk2/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Added.
415 * platform/qt-wk2/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Added.
416 * platform/qt-wk2/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
417 * platform/qt-wk2/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
418 * platform/qt-wk2/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Added.
419 * platform/qt-wk2/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
420 * platform/qt-wk2/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Added.
421 * platform/qt-wk2/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Added.
422 * platform/qt-wk2/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
423 * platform/qt-wk2/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Added.
424 * platform/qt-wk2/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
425 * platform/qt-wk2/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Added.
426 * platform/qt-wk2/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
427 * platform/qt-wk2/css2.1/t0805-c5522-brdr-00-b-expected.png: Added.
428 * platform/qt-wk2/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Added.
429 * platform/qt-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Added.
430 * platform/qt-wk2/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Added.
431 * platform/qt-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
432 * platform/qt-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
433 * platform/qt-wk2/css2.1/t090501-c414-flt-00-d-expected.png: Added.
434 * platform/qt-wk2/css2.1/t090501-c414-flt-01-b-expected.png: Added.
435 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-00-d-expected.png: Added.
436 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: Added.
437 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-02-d-expected.png: Added.
438 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-03-d-expected.png: Added.
439 * platform/qt-wk2/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
440 * platform/qt-wk2/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
441 * platform/qt-wk2/css2.1/t1002-c5523-width-02-b-g-expected.png: Added.
442 * platform/qt-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.png: Added.
443 * platform/qt-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
444 * platform/qt-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
445 * platform/qt-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
446 * platform/qt-wk2/css2.1/t1202-counter-08-b-expected.png: Added.
447 * platform/qt-wk2/css2.1/t1202-counters-08-b-expected.png: Added.
448 * platform/qt-wk2/css2.1/t1601-c547-indent-01-d-expected.png: Added.
449 * platform/qt-wk2/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
450 * platform/qt-wk2/css3/css3-modsel-33-expected.png: Added.
451 * platform/qt-wk2/css3/css3-modsel-35-expected.png: Added.
452 * platform/qt-wk2/fast/backgrounds/size/backgroundSize15-expected.png: Added.
453 * platform/qt-wk2/fast/backgrounds/size/backgroundSize16-expected.png: Added.
454 * platform/qt-wk2/fast/block/basic/014-expected.png: Added.
455 * platform/qt-wk2/fast/block/basic/016-expected.png: Added.
456 * platform/qt-wk2/fast/block/basic/white-space-pre-wraps-expected.png: Added.
457 * platform/qt-wk2/fast/block/float/003-expected.png: Added.
458 * platform/qt-wk2/fast/block/float/020-expected.png: Added.
459 * platform/qt-wk2/fast/block/float/021-expected.png: Added.
460 * platform/qt-wk2/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
461 * platform/qt-wk2/fast/block/float/nopaint-after-layer-destruction2-expected.png: Added.
462 * platform/qt-wk2/fast/block/float/width-update-after-clear-expected.png: Added.
463 * platform/qt-wk2/fast/block/margin-collapse/empty-clear-blocks-expected.png: Added.
464 * platform/qt-wk2/fast/block/positioning/auto-height-with-top-and-bottom-expected.png: Added.
465 * platform/qt-wk2/fast/block/positioning/auto/005-expected.png: Added.
466 * platform/qt-wk2/fast/borders/block-mask-overlay-image-expected.png: Added.
467 * platform/qt-wk2/fast/borders/border-fit-expected.png: Added.
468 * platform/qt-wk2/fast/borders/border-image-scale-transform-expected.png: Added.
469 * platform/qt-wk2/fast/borders/border-radius-inline-flow-expected.png: Added.
470 * platform/qt-wk2/fast/borders/rtl-border-01-expected.png: Added.
471 * platform/qt-wk2/fast/borders/rtl-border-02-expected.png: Added.
472 * platform/qt-wk2/fast/borders/rtl-border-03-expected.png: Added.
473 * platform/qt-wk2/fast/box-shadow/basic-shadows-expected.png: Added.
474 * platform/qt-wk2/fast/canvas/arc360-expected.png: Added.
475 * platform/qt-wk2/fast/canvas/canvas-before-css-expected.png: Added.
476 * platform/qt-wk2/fast/canvas/canvas-text-alignment-expected.png: Added.
477 * platform/qt-wk2/fast/canvas/canvas-zoom-expected.png: Added.
478 * platform/qt-wk2/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
479 * platform/qt-wk2/fast/canvas/drawImage-expected.png: Added.
480 * platform/qt-wk2/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
481 * platform/qt-wk2/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
482 * platform/qt-wk2/fast/canvas/fillrect_gradient-expected.png: Added.
483 * platform/qt-wk2/fast/canvas/image-object-in-canvas-expected.png: Added.
484 * platform/qt-wk2/fast/canvas/patternfill-repeat-expected.png: Added.
485 * platform/qt-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
486 * platform/qt-wk2/fast/canvas/shadow-offset-1-expected.png: Added.
487 * platform/qt-wk2/fast/canvas/shadow-offset-2-expected.png: Added.
488 * platform/qt-wk2/fast/canvas/shadow-offset-3-expected.png: Added.
489 * platform/qt-wk2/fast/canvas/shadow-offset-4-expected.png: Added.
490 * platform/qt-wk2/fast/canvas/shadow-offset-5-expected.png: Added.
491 * platform/qt-wk2/fast/canvas/shadow-offset-6-expected.png: Added.
492 * platform/qt-wk2/fast/canvas/shadow-offset-7-expected.png: Added.
493 * platform/qt-wk2/fast/css-generated-content/012-expected.png: Added.
494 * platform/qt-wk2/fast/css-generated-content/013-expected.png: Added.
495 * platform/qt-wk2/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
496 * platform/qt-wk2/fast/css-generated-content/after-order-expected.png: Added.
497 * platform/qt-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
498 * platform/qt-wk2/fast/css/004-expected.png: Added.
499 * platform/qt-wk2/fast/css/005-expected.png: Added.
500 * platform/qt-wk2/fast/css/MarqueeLayoutTest-expected.png: Added.
501 * platform/qt-wk2/fast/css/ZeroOpacityLayers-expected.png: Added.
502 * platform/qt-wk2/fast/css/ZeroOpacityLayers2-expected.png: Added.
503 * platform/qt-wk2/fast/css/absolute-poition-in-rtl-parent-expected.png: Added.
504 * platform/qt-wk2/fast/css/begin-end-contain-selector-empty-value-expected.png: Added.
505 * platform/qt-wk2/fast/css/css1_forward_compatible_parsing-expected.png: Added.
506 * platform/qt-wk2/fast/css/css3-modsel-22-expected.png: Added.
507 * platform/qt-wk2/fast/css/css3-nth-child-expected.png: Added.
508 * platform/qt-wk2/fast/css/first-letter-detach-expected.png: Added.
509 * platform/qt-wk2/fast/css/first-letter-hover-expected.png: Added.
510 * platform/qt-wk2/fast/css/font-face-implicit-local-font-expected.png: Added.
511 * platform/qt-wk2/fast/css/hsl-color-expected.png: Added.
512 * platform/qt-wk2/fast/css/inline-properties-important-expected.png: Added.
513 * platform/qt-wk2/fast/css/invalidation-errors-2-expected.png: Added.
514 * platform/qt-wk2/fast/css/invalidation-errors-expected.png: Added.
515 * platform/qt-wk2/fast/css/non-standard-checkbox-size-expected.png: Added.
516 * platform/qt-wk2/fast/css/outline-auto-location-expected.png: Added.
517 * platform/qt-wk2/fast/css/selector-set-attribute-expected.png: Added.
518 * platform/qt-wk2/fast/css/text-align-expected.png: Added.
519 * platform/qt-wk2/fast/css/textCapitalizeEdgeCases-expected.png: Added.
520 * platform/qt-wk2/fast/css/zoom-font-size-expected.png: Added.
521 * platform/qt-wk2/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png: Added.
522 * platform/qt-wk2/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
523 * platform/qt-wk2/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
524 * platform/qt-wk2/fast/dom/children-nodes-expected.png: Added.
525 * platform/qt-wk2/fast/dom/clone-node-dynamic-style-expected.png: Added.
526 * platform/qt-wk2/fast/dom/css-rule-functions-expected.png: Added.
527 * platform/qt-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
528 * platform/qt-wk2/fast/dynamic/selection-highlight-adjust-expected.png: Added.
529 * platform/qt-wk2/fast/dynamic/staticY-marking-parents-regression-expected.png: Added.
530 * platform/qt-wk2/fast/forms/basic-selects-expected.png: Added.
531 * platform/qt-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
532 * platform/qt-wk2/fast/forms/input-placeholder-text-indent-expected.png: Added.
533 * platform/qt-wk2/fast/forms/minWidthPercent-expected.png: Added.
534 * platform/qt-wk2/fast/frames/frame-scrolling-attribute-expected.png: Added.
535 * platform/qt-wk2/fast/gradients/radial-centered-expected.png: Added.
536 * platform/qt-wk2/fast/html/details-writing-mode-expected.png: Added.
537 * platform/qt-wk2/fast/inline/continuation-outlines-expected.png: Added.
538 * platform/qt-wk2/fast/inline/continuation-outlines-with-layers-expected.png: Added.
539 * platform/qt-wk2/fast/lists/001-vertical-expected.png: Added.
540 * platform/qt-wk2/fast/lists/007-vertical-expected.png: Added.
541 * platform/qt-wk2/fast/lists/008-vertical-expected.png: Added.
542 * platform/qt-wk2/fast/media/mq-relative-constraints-08-expected.png: Added.
543 * platform/qt-wk2/fast/multicol/client-rects-expected.png: Added.
544 * platform/qt-wk2/fast/multicol/column-break-with-balancing-expected.png: Added.
545 * platform/qt-wk2/fast/multicol/float-multicol-expected.png: Added.
546 * platform/qt-wk2/fast/multicol/float-paginate-complex-expected.png: Added.
547 * platform/qt-wk2/fast/multicol/float-paginate-expected.png: Added.
548 * platform/qt-wk2/fast/multicol/layers-split-across-columns-expected.png: Added.
549 * platform/qt-wk2/fast/multicol/margin-collapse-expected.png: Added.
550 * platform/qt-wk2/fast/multicol/max-height-columns-block-expected.png: Added.
551 * platform/qt-wk2/fast/multicol/nested-columns-expected.png: Added.
552 * platform/qt-wk2/fast/multicol/paginate-block-replaced-expected.png: Added.
553 * platform/qt-wk2/fast/multicol/positioned-with-constrained-height-expected.png: Added.
554 * platform/qt-wk2/fast/multicol/scrolling-overflow-expected.png: Added.
555 * platform/qt-wk2/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
556 * platform/qt-wk2/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
557 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
558 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
559 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
560 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
561 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
562 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
563 * platform/qt-wk2/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
564 * platform/qt-wk2/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
565 * platform/qt-wk2/fast/multicol/span/span-margin-collapsing-expected.png: Added.
566 * platform/qt-wk2/fast/multicol/table-margin-collapse-expected.png: Added.
567 * platform/qt-wk2/fast/multicol/table-vertical-align-expected.png: Added.
568 * platform/qt-wk2/fast/multicol/unsplittable-inline-block-expected.png: Added.
569 * platform/qt-wk2/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
570 * platform/qt-wk2/fast/multicol/vertical-lr/column-rules-expected.png: Added.
571 * platform/qt-wk2/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
572 * platform/qt-wk2/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
573 * platform/qt-wk2/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
574 * platform/qt-wk2/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
575 * platform/qt-wk2/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
576 * platform/qt-wk2/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
577 * platform/qt-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
578 * platform/qt-wk2/fast/multicol/vertical-rl/column-rules-expected.png: Added.
579 * platform/qt-wk2/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
580 * platform/qt-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
581 * platform/qt-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
582 * platform/qt-wk2/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
583 * platform/qt-wk2/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
584 * platform/qt-wk2/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
585 * platform/qt-wk2/fast/overflow/line-clamp-expected.png: Added.
586 * platform/qt-wk2/fast/overflow/overflow-rtl-vertical-expected.png: Added.
587 * platform/qt-wk2/fast/overflow/table-overflow-float-expected.png: Added.
588 * platform/qt-wk2/fast/reflections/opacity-reflection-transform-expected.png: Added.
589 * platform/qt-wk2/fast/repaint/bugzilla-6278-expected.png: Added.
590 * platform/qt-wk2/fast/repaint/line-flow-with-floats-1-expected.png: Added.
591 * platform/qt-wk2/fast/repaint/line-flow-with-floats-10-expected.png: Added.
592 * platform/qt-wk2/fast/repaint/line-flow-with-floats-2-expected.png: Added.
593 * platform/qt-wk2/fast/repaint/line-flow-with-floats-3-expected.png: Added.
594 * platform/qt-wk2/fast/repaint/line-flow-with-floats-4-expected.png: Added.
595 * platform/qt-wk2/fast/repaint/line-flow-with-floats-5-expected.png: Added.
596 * platform/qt-wk2/fast/repaint/line-flow-with-floats-6-expected.png: Added.
597 * platform/qt-wk2/fast/repaint/line-flow-with-floats-7-expected.png: Added.
598 * platform/qt-wk2/fast/repaint/line-flow-with-floats-8-expected.png: Added.
599 * platform/qt-wk2/fast/repaint/line-flow-with-floats-9-expected.png: Added.
600 * platform/qt-wk2/fast/repaint/multicol-repaint-expected.png: Added.
601 * platform/qt-wk2/fast/repaint/outline-repaint-glitch-expected.png: Added.
602 * platform/qt-wk2/fast/repaint/selected-replaced-expected.png: Added.
603 * platform/qt-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
604 * platform/qt-wk2/fast/repaint/stacked-diacritics-expected.png: Added.
605 * platform/qt-wk2/fast/repaint/text-append-dirty-lines-expected.png: Added.
606 * platform/qt-wk2/fast/replaced/001-expected.png: Added.
607 * platform/qt-wk2/fast/replaced/002-expected.png: Added.
608 * platform/qt-wk2/fast/replaced/003-expected.png: Added.
609 * platform/qt-wk2/fast/replaced/005-expected.png: Added.
610 * platform/qt-wk2/fast/replaced/absolute-image-sizing-expected.png: Added.
612 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
614 Web Inspector: extend UI perf tests coverage. Elements Panel.
615 https://bugs.webkit.org/show_bug.cgi?id=68263
617 Reviewed by Pavel Feldman.
619 * inspector/performance/resources/show-panel-elements.html: Added.
621 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
623 Web Inspector: didMarkDOMContentEvent() should send event of MarkDOMContent type.
624 https://bugs.webkit.org/show_bug.cgi?id=67528
626 Reviewed by Pavel Feldman.
628 * inspector/timeline/timeline-animation-frame.html:
629 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt: Added.
630 * inspector/timeline/timeline-dom-content-loaded-event.html: Added.
631 * inspector/timeline/timeline-load-event-expected.txt: Added.
632 * inspector/timeline/timeline-load-event.html: Added.
633 * inspector/timeline/timeline-test.js:
634 (initialize_Timeline.InspectorTest.waitForRecordType.addRecord):
635 (initialize_Timeline.InspectorTest.waitForRecordType):
637 2011-09-19 Csaba Osztrogonác <ossy@webkit.org>
639 [Qt] Unreviewed gardening.
641 * platform/qt-arm/fast/dom/Window/window-property-descriptors-expected.txt: Updated.
642 * platform/qt-mac/Skipped: Skip new failing tests to paint the bot green.
644 2011-09-19 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
646 [Qt] [ARMv5] fast/events/media-element-focus-tab.html fast/spatial-navigation/snav-media-elements.html fail
647 https://bugs.webkit.org/show_bug.cgi?id=68341
649 * platform/qt-arm/Skipped: Skip the failing tests
651 2011-09-18 Ilya Tikhonovsky <loislo@chromium.org>
653 Web Inspector: requestAnimationFrame callbacks don't show up in the timeline panel.
654 https://bugs.webkit.org/show_bug.cgi?id=67986
656 Reviewed by Pavel Feldman.
658 * inspector/timeline/timeline-animation-frame-expected.txt: Added.
659 * inspector/timeline/timeline-animation-frame.html: Added.
660 * inspector/timeline/timeline-enum-stability-expected.txt:
661 * platform/chromium/inspector/timeline/timeline-enum-stability-expected.txt:
662 * platform/qt/Skipped: inspector/timeline/timeline-animation-frame.html was added to the skip list.
663 * inspector/timeline/timeline-test.js:
665 2011-09-18 James Kozianski <koz@chromium.org>
667 Rebaseline navigator test for chromium-win-vista.
668 https://bugs.webkit.org/show_bug.cgi?id=68334
670 Unreviewed. Rebaseline for navigator-detached-no-crash.
672 * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Added.
674 2011-09-18 Dan Bernstein <mitz@apple.com>
676 <rdar://problem/7860281> Decomposed text is displayed incorrectly when Verdana is specified
677 https://bugs.webkit.org/show_bug.cgi?id=68287
679 Reviewed by Dave Hyatt.
681 * platform/mac/fast/text/combining-character-sequence-fallback.html: Added.
682 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Added.
683 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Added.
685 2011-09-18 Dan Bernstein <mitz@apple.com>
687 Updated expected results for two tests after r95362.
689 * platform/mac/fast/dom/Window/window-properties-expected.txt:
690 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
692 2011-09-17 David Hyatt <hyatt@apple.com>
694 https://bugs.webkit.org/show_bug.cgi?id=68307
696 Crash in border image cssText. Make sure to null check all the components, since they're all
699 Reviewed by Sam Weinig.
701 * fast/borders/border-image-slice-omission.html: Added.
703 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
705 [Qt][WK2] fast/events/media-element-focus-tab.html fails
706 https://bugs.webkit.org/show_bug.cgi?id=68315
708 * platform/qt-wk2/Skipped: Skip fast/events/media-element-focus-tab.html until fix.
710 2011-09-17 Deepak Sherveghar <bpwv64@motorola.com>
712 Override supportsFocus() for HTMLMediaElement.
713 https://bugs.webkit.org/show_bug.cgi?id=67190
715 Reviewed by Antonio Gomes.
717 For media elements be able to receive focus without tabindex if
718 control attribute is present, hence changed
719 tabindex-focus-blur-all.js and tabindex-focus-blur-all-expected.txt.
721 * fast/events/media-element-focus-tab-expected.txt: Added.
722 * fast/events/media-element-focus-tab.html: Added.
723 * fast/events/resources/tabindex-focus-blur-all.js:
725 * fast/events/tabindex-focus-blur-all-expected.txt:
726 * fast/spatial-navigation/snav-media-elements-expected.txt: Added.
727 * fast/spatial-navigation/snav-media-elements.html: Added.
729 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
731 [Qt] Unreviewed gardening.
733 * platform/qt-4.8/editing/deleting/merge-whitespace-pre-expected.txt: Update after r95335.
735 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
737 [Qt][WK2] Unreviewed gardening after r95337.
739 * platform/qt-wk2/Skipped: Skip one more test.
741 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
743 [Qt][WK2] fast/forms/submit-to-blank-multiple-times.html fails
744 https://bugs.webkit.org/show_bug.cgi?id=68309
746 * platform/qt-wk2/Skipped: Skip fast/forms/submit-to-blank-multiple-times.html.
748 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
750 [Qt][WK2] Unreviewed gardening after r95335.
752 * platform/qt-wk2/Skipped: Skip new failing tests.
754 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
756 [Qt] Unreviewed gardening.
758 * platform/qt/Skipped: Skip plugins/fullscreen-plugins-dont-reload.html, because ENABLE(FULLSCREEN_API) is disabled on Qt.
759 * platform/qt/fast/dom/Window/window-properties-expected.png: Updated after r95362.
760 * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r95362.
761 * platform/qt/fast/dom/Window/window-property-descriptors-expected.png: Updated after r95362.
762 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r95362.
764 2011-09-16 Jeremy Apthorp <jeremya@chromium.org> and James Kozianski <koz@chromium.org>
766 Don't detach elements from the render tree when entering fullscreen mode
767 https://bugs.webkit.org/show_bug.cgi?id=66531
769 Test that the plugin is not reloaded when entering fullscreen.
771 Reviewed by James Robinson.
773 * plugins/fullscreen-plugins-dont-reload-expected.txt: Added.
774 * plugins/fullscreen-plugins-dont-reload.html: Added.
776 2011-09-16 Jochen Eisinger <jochen@chromium.org>
778 Add tests for FrameLoaderClient::allowImage.
779 https://bugs.webkit.org/show_bug.cgi?id=68071
781 Reviewed by Adam Barth.
783 * http/tests/permissionclient/resources/bostin.gif:
784 * http/tests/permissionclient/resources/redir.php:
785 * platform/chromium/permissionclient/image-permissions-expected.txt:
786 * platform/chromium/permissionclient/image-permissions.html:
787 * platform/http/tests/permissionclient/image-permissions-expected.txt:
788 * platform/http/tests/permissionclient/image-permissions.html:
790 2011-09-16 Tom Sepez <tsepez@chromium.org>
792 Make XSSAuditor truncate inline snippets at a reasonable length before comparison
793 respecting boundaries of multiply urlencoded sequences.
794 https://bugs.webkit.org/show_bug.cgi?id=68092
796 Reviewed by Adam Barth.
798 * http/tests/security/xssAuditor/property-escape-long-expected.txt: Added.
799 * http/tests/security/xssAuditor/property-escape-long.html: Added.
801 2011-09-16 Dmitry Lomov <dslomov@google.com>
803 https://bugs.webkit.org/show_bug.cgi?id=66714
804 Add webkitPostMessage to allow for adding transferable support.
805 This adds webkitPostMessage, currently identical to postMessage, which
806 would later be a vehicle for adding transferable support for messaging.
807 The tests ensure that webkitPostMessage and postMessage behave identically.
809 Based on patch by Luke Zarko.
811 Reviewed by David Levin.
813 * fast/dom/Window/window-postmessage-args-expected.txt:
814 * fast/dom/Window/window-postmessage-args.html:
815 * fast/dom/Window/window-property-descriptors-expected.txt:
816 * fast/events/message-port-expected.txt:
817 * fast/events/message-port.html:
818 * fast/workers/resources/worker-call.js:
819 * fast/workers/worker-call-expected.txt:
820 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt:
822 2011-09-16 Alexei Svitkine <asvitkine@chromium.org>
824 Chromium: Fix repaint of rubber-band overhang area under composited path
825 https://bugs.webkit.org/show_bug.cgi?id=68246
827 I accidently removed these two lines from the last patch on: https://bugs.webkit.org/show_bug.cgi?id=66969
829 Reviewed by James Robinson.
831 Test: platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change.html
833 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change-expected.png: Added.
834 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change-expected.txt: Added.
835 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change.html: Added.
837 2011-09-16 Tony Chang <tony@chromium.org>
839 Rename flex-align values to match the spec
840 https://bugs.webkit.org/show_bug.cgi?id=67741
842 Reviewed by Ojan Vafai.
844 * css3/flexbox/css-properties-expected.txt:
845 * css3/flexbox/script-tests/css-properties.js:
847 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
849 Chromium pixel test rebaseline for r95335.
851 * platform/chromium-cg-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Added.
852 * platform/chromium-linux/editing/deleting/merge-whitespace-pre-expected.png:
853 * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
854 * platform/chromium-win-vista/editing: Removed.
855 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.png:
856 * platform/chromium/test_expectations.txt:
858 2011-09-16 Kentaro Hara <haraken@chromium.org>
860 Implement an ErrorEvent constructor for JSC
861 https://bugs.webkit.org/show_bug.cgi?id=68148
863 Reviewed by Sam Weinig.
865 error-event-constructor.html checks the behavior of the ErrorEvent constructor.
867 * fast/dom/constructed-objects-prototypes-expected.txt: Now window has ErrorEvent.
868 * fast/events/constructors/error-event-constructor-expected.txt: Added.
869 * fast/events/constructors/error-event-constructor.html: Added.
870 * platform/chromium/test_expectations.txt: Skipped error-event-constructor.html, since V8 does not yet have the ErrorEvent constructor.
872 2011-09-16 Adam Barth <abarth@webkit.org>
874 CORS images viewed from different domains fail security checks
875 https://bugs.webkit.org/show_bug.cgi?id=68011
877 Reviewed by Darin Adler.
879 I am unable to reproduce the bug, but the test I wrote in the process
880 might be worth having anyway.
882 * http/tests/security/canvas-cors-with-two-hosts-expected.txt: Added.
883 * http/tests/security/canvas-cors-with-two-hosts.html: Added.
884 * http/tests/security/resources/canvas-cors-subtest.html: Added.
886 2011-09-16 Kentaro Hara <haraken@google.com>
888 Overhangs a ruby by no more than half the width of the neighboring text.
889 https://bugs.webkit.org/show_bug.cgi?id=62684
891 Reviewed by Dan Bernstein.
893 Assume two rubies between which a narrow text exists, like
894 "<ruby>x<rt>xxxxxx</rt></ruby>l<ruby>y<rt>yyyyyy</rt></ruby>".
895 In order to avoid the two rubies overlapping with each other,
896 this patch overhangs the ruby by no more than half the ruby font
897 size and no more than half the width of the neighboring text.
899 * fast/ruby/overhang-horizontal-no-overlap1-expected.png: Added.
900 * fast/ruby/overhang-horizontal-no-overlap1-expected.txt: Added.
901 * 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.
902 * fast/ruby/overhang-horizontal-no-overlap2-expected.png: Added.
903 * fast/ruby/overhang-horizontal-no-overlap2-expected.txt: Added.
904 * 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.
905 * fast/ruby/overhang-vertical-no-overlap1-expected.png: Added.
906 * fast/ruby/overhang-vertical-no-overlap1-expected.txt: Added.
907 * 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.
908 * fast/ruby/overhang-vertical-no-overlap2-expected.png: Added.
909 * fast/ruby/overhang-vertical-no-overlap2-expected.txt: Added.
910 * 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.
911 * platform/chromium-linux/fast/ruby/overhang-vertical-expected.png: Removed.
912 * platform/chromium-win/fast/ruby/overhang-horizontal-expected.png: Removed.
913 * platform/chromium/test_expectations.txt: Skips overhang-horizontal.html. We will update the result image as a rebase line.
915 2011-09-16 Ben Wells <benwells@chromium.org>
917 Large canvas fills should not crash or create unnecessarily large image buffers
918 https://bugs.webkit.org/show_bug.cgi?id=67988
920 Reviewed by Darin Adler.
922 * fast/canvas/canvas-large-fills-expected.txt: Added.
923 * fast/canvas/canvas-large-fills.html: Added.
925 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
927 Fix the rebaseline in r95325 and also rebaseline for r95335.
929 * inspector/styles/styles-update-from-js-expected.txt:
930 * platform/chromium/test_expectations.txt
931 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.txt:
932 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
934 2011-09-16 Gavin Barraclough <barraclough@apple.com>
936 Unsigned bit shift fails under certain conditions in 32 bit builds
937 https://bugs.webkit.org/show_bug.cgi?id=68166
939 Reviewed by Geoff Garen.
943 * fast/js/floating-point-truncate-rshift-expected.txt:
944 * fast/js/floating-point-truncate-rshift.html:
946 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
948 Add the forgotten test, also suppress a test in Chromium as it needs a rebaseline.
950 * platform/chromium/test_expectations.txt:
951 * editing/deleting/merge-paragraph-into-blockquote-expected.txt: Added.
952 * editing/deleting/merge-paragraph-into-blockquote.html: Added.
954 2011-09-14 Ryosuke Niwa <rniwa@webkit.org>
956 Deleting line break before h1 converts h1 to span
957 https://bugs.webkit.org/show_bug.cgi?id=45784
959 Reviewed by Kenneth Rohde Christiansen.
961 Added a bunch of tests to ensure WebKit does not keep block elements' style when merging paragraphs.
962 When removing line breaks between <h1>hello</h1>world and hello<pre>world</pre> for example,
963 we should not be overriding and preserving styles from h1 in the merge paragraph respectively.
965 * editing/deleting/merge-paragraph-from-address-expected.txt: Added.
966 * editing/deleting/merge-paragraph-from-address.html: Added.
967 * editing/deleting/merge-paragraph-from-h6-expected.txt: Added.
968 * editing/deleting/merge-paragraph-from-h6-with-style-expected.txt: Added.
969 * editing/deleting/merge-paragraph-from-h6-with-style.html: Added.
970 * editing/deleting/merge-paragraph-from-h6.html: Added.
971 * editing/deleting/merge-paragraph-from-listing-expected.txt: Added.
972 * editing/deleting/merge-paragraph-from-listing.html: Added.
973 * editing/deleting/merge-paragraph-into-h1-expected.txt: Added.
974 * editing/deleting/merge-paragraph-into-h1-style-expected.txt: Added.
975 * editing/deleting/merge-paragraph-into-h1-with-style-expected.txt: Added.
976 * editing/deleting/merge-paragraph-into-h1-with-style.html: Added.
977 * editing/deleting/merge-paragraph-into-h1.html: Added.
978 * editing/deleting/merge-paragraph-into-pre-expected.txt: Added.
979 * editing/deleting/merge-paragraph-into-pre.html: Added.
980 * platform/mac/editing/deleting/merge-whitespace-pre-expected.png:
981 * platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
983 2011-09-16 David Levin <levin@chromium.org>
985 [chromium] Rebaseline fix up due to r95239.
987 Add back in a baseline that was removed in my last change.
989 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
990 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
991 * platform/chromium/test_expectations.txt:
993 2011-09-16 David Levin <levin@chromium.org>
995 [chromium] Rebaseline fix up due to r95239.
997 Expectation removal due to r95322 and r95325.
999 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-composited-expected.png: Added.
1000 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1001 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
1002 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1003 * platform/chromium-cg-mac/fast/css/nested-rounded-corners-expected.png:
1004 * platform/chromium-linux/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1005 * platform/chromium-linux/fast/clip/overflow-border-radius-composited-expected.png: Added.
1006 * platform/chromium-linux/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1007 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
1008 * platform/chromium-mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1009 * platform/chromium-mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
1010 * platform/chromium-mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1011 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
1012 * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1013 * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
1014 * platform/chromium-win/fast/clip/overflow-border-radius-composited-expected.png: Added.
1015 * platform/chromium-win/fast/clip/overflow-border-radius-composited-expected.txt: Added.
1016 * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1017 * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
1018 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
1019 * platform/chromium/test_expectations.txt:
1021 2011-09-16 Geoffrey Garen <ggaren@apple.com>
1023 Removed undetectable style.filter.
1025 Reviewed by Sam Weinig.
1027 This feature was added in http://trac.webkit.org/changeset/15557 to
1028 support housingmaps.com. But housingmaps.com no longer needs this hack,
1029 we don't know of other websites that need it, and we don't know of
1030 any other browsers that have implemented this feature.
1032 * fast/dom/undetectable-style-filter-expected.txt: Removed.
1033 * fast/dom/undetectable-style-filter.html: Removed.
1035 2011-09-16 Sheriff Bot <webkit.review.bot@gmail.com>
1037 Unreviewed, rolling out r95317.
1038 http://trac.webkit.org/changeset/95317
1039 https://bugs.webkit.org/show_bug.cgi?id=68282
1041 Remove newly added overlapping test expectations. (Requested
1042 by dave_levin on #webkit).
1044 * platform/chromium/test_expectations.txt:
1046 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
1048 Rebaseline after r95242.
1050 * inspector/styles/styles-update-from-js-expected.txt:
1052 2011-09-16 Sam Weinig <sam@webkit.org>
1054 Replace use of access to nodeList using call, with array style notation.
1056 * editing/pasteboard/paste-noscript.html:
1058 2011-09-16 Mihai Parparita <mihaip@chromium.org>
1060 http/tests/history/back-with-fragment-change.php fails on non-Chromium bots
1061 https://bugs.webkit.org/show_bug.cgi?id=68242
1063 Skip test on ports on which it fails. Move comment to be inside
1064 <?php> block so that HTTP headers can be set on all platforms (there
1065 must not be any whitespace before the <?php> block).
1067 * http/tests/history/back-with-fragment-change.php:
1068 * platform/gtk/Skipped:
1069 * platform/mac/Skipped:
1070 * platform/qt/Skipped:
1072 2011-09-16 Cary Clark <caryclark@google.com>
1073 Unreviewed; new expectations (Skia on Mac)
1075 This separates test failures that are specific to CG Mac from failures
1076 for Skia on Mac (Leopard only).
1078 * LayoutTests/platform/chromium/test_expectations.txt:
1080 2011-09-16 James Simonsen <simonjam@chromium.org>
1082 Fix HTML5 parser's adoption agency algorithm to reparent correctly
1083 https://bugs.webkit.org/show_bug.cgi?id=68147
1085 Reviewed by Eric Seidel.
1087 * html5lib/resources/webkit02.dat:
1089 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
1091 [Qt] REGRESSION(r95091) It made many tests flakey
1092 https://bugs.webkit.org/show_bug.cgi?id=68232
1094 Unreviewed rolling out r95091 and followup patches.
1096 * inspector/timeline/timeline-animation-frame-expected.txt: Removed.
1097 * inspector/timeline/timeline-animation-frame.html: Removed.
1098 * inspector/timeline/timeline-enum-stability-expected.txt:
1099 * inspector/timeline/timeline-test.js:
1100 * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt: Removed.
1101 * platform/qt/Skipped:
1102 * platform/qt/test_expectations.txt:
1104 2011-09-16 Abhishek Arya <inferno@chromium.org>
1106 cachedFont not getting updated for inline SVG text.
1107 https://bugs.webkit.org/show_bug.cgi?id=68060
1109 Reviewed by Nikolas Zimmermann.
1111 * svg/text/text-style-recalc-crash-expected.txt: Added.
1112 * svg/text/text-style-recalc-crash.html: Added.
1114 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
1116 Unreviewed rolling out r95277.
1118 * platform/qt/Skipped:
1120 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
1122 Web Inspector: UI performance tests are required.
1123 https://bugs.webkit.org/show_bug.cgi?id=68234
1125 The idea is to create a set of tests which cover frequently used UI actions
1126 and print the average time of these actions.
1127 There are two pilot tests. The common part was extracted into performance-test helper.
1129 Reviewed by Pavel Feldman.
1131 * inspector/performance/resources/network-append-30-requests.html: Added.
1132 * inspector/performance/resources/performance-test.js: Added.
1133 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer):
1134 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.start):
1135 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.finish):
1136 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
1137 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._runTest):
1138 * inspector/performance/resources/show-panel-network.html: Added.
1140 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
1142 [Qt] Unreviewed gardening. Skip a flakey test.
1144 * platform/qt/Skipped:
1146 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
1148 [Qt] Unreviewed gardening. Add Qt specific expexted results for new tests introduced in r95239.
1150 * platform/qt/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1151 * platform/qt/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
1152 * platform/qt/fast/clip/overflow-border-radius-composited-expected.png: Added.
1153 * platform/qt/fast/clip/overflow-border-radius-composited-expected.txt: Added.
1154 * platform/qt/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1155 * platform/qt/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
1157 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
1159 Unreviewed test fix for r95287.
1161 * inspector/debugger/debugger-expand-scope.html:
1163 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
1165 Web Inspector: change WebInspector.currentPanel getter/setter to functions.
1166 https://bugs.webkit.org/show_bug.cgi?id=68242
1168 This is necessary for the panel switching performance tests.
1170 Reviewed by Pavel Feldman.
1172 * http/tests/inspector/resource-tree/resource-tree-test.js:
1173 (initialize_ResourceTreeTest.InspectorTest.dumpResourcesTree):
1174 * inspector/debugger/debugger-expand-scope.html:
1175 * inspector/debugger/debugger-proto-property.html:
1176 * inspector/storage-panel-dom-storage.html:
1178 2011-09-16 Balazs Kelemen <kbalazs@webkit.org>
1180 [Qt][WK2] bot lucks mobility
1181 https://bugs.webkit.org/show_bug.cgi?id=68243
1183 Unreviwed test skipping.
1185 * platform/qt-wk2/Skipped:
1187 2011-09-15 Pavel Feldman <pfeldman@google.com>
1189 Web Inspector: rename Console.clearConsoleMessages to Console.clearMessages, brush up console domain doc.
1190 https://bugs.webkit.org/show_bug.cgi?id=68165
1192 Reviewed by Yury Semikhatsky.
1194 * inspector/protocol/console-agent-expected.txt:
1195 * inspector/protocol/console-agent.html:
1197 2011-09-16 Keishi Hattori <keishi@webkit.org>
1199 [chromium] Rebaselines due to r95203 and r95207.
1201 * platform/chromium-cg-mac-leopard/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1202 * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1203 * platform/chromium/test_expectations.txt:
1205 2011-09-16 Renata Hodovan <reni@webkit.org>
1207 [Qt] Update expecteds of failing tests after r95260 and r95242.
1209 Unreviewed gardening.
1211 * editing/style/non-inheritable-styles-expected.txt: after r95242.
1212 * fast/dom/constructed-objects-prototypes-expected.txt: after r95260.
1213 * inspector/styles/styles-new-API-expected.txt: after r95242.
1214 * inspector/styles/styles-source-lines-expected.txt: after r95242.
1216 2011-09-16 Renata Hodovan <reni@webkit.org>
1218 [Qt] One test failed after r95203
1219 https://bugs.webkit.org/show_bug.cgi?id=68233
1221 Unreviewed gardening.
1223 * platform/qt/Skipped: failed test is skipped.
1225 2011-09-16 Renata Hodovan <reni@webkit.org>
1227 [Qt] One test runs out of time after r95091
1228 https://bugs.webkit.org/show_bug.cgi?id=68232
1230 Unreviewed gardening.
1232 * platform/qt/Skipped:
1234 2011-09-16 Renata Hodovan <reni@webkit.org>
1236 [Qt] Two tests fail after r95201
1237 https://bugs.webkit.org/show_bug.cgi?id=68230
1239 Unreviewed gardening.
1241 * platform/qt/Skipped:
1243 2011-09-16 Leo Yang <leo.yang@torchmobile.com.cn>
1245 [Qt] Crash when dragging google maps.
1246 https://bugs.webkit.org/show_bug.cgi?id=68223
1248 Test case to use an unready custom cursor.
1250 Reviewed by Adam Barth.
1252 * fast/css/crash-on-custom-cursor-when-loading-expected.txt: Added.
1253 * fast/css/crash-on-custom-cursor-when-loading.html: Added.
1255 2011-09-15 Keishi Hattori <keishi@webkit.org>
1257 [chromium] Add slow to calculate-percentage.html
1259 * platform/chromium/test_expectations.txt:
1261 2011-09-15 Keishi Hattori <keishi@webkit.org>
1263 [chromium] add timeout to test expectation of styles-source-lines.html
1265 * platform/chromium/test_expectations.txt:
1267 2011-09-15 Keishi Hattori <keishi@webkit.org>
1269 [chromium] add timeout to test expectation of styles-new-API.html
1271 * platform/chromium/test_expectations.txt:
1273 2011-09-15 Keishi Hattori <keishi@webkit.org>
1275 [chromium] rebaseline expectations due to r95264
1277 * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1278 * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1280 2011-09-15 Keishi Hattori <keishi@webkit.org>
1282 [chromium] added fail expectation for back-with-fragment-change.php
1284 * platform/chromium/test_expectations.txt:
1286 2011-09-15 Keishi Hattori <keishi@webkit.org>
1288 [chromium] adding text_expectation for zoom-svg-through-object-with-percentage-size.xhtml
1290 * platform/chromium/test_expectations.txt:
1292 2011-09-15 Keishi Hattori <keishi@webkit.org>
1294 [chromium] adding fail to test_expectations due to r95188
1296 * platform/chromium/test_expectations.txt:
1298 2011-09-15 Keishi Hattori <keishi@webkit.org>
1300 [chromium] add crash to test_expectations.txt
1302 * platform/chromium/test_expectations.txt:
1304 2011-09-15 Alexandru Chiculita <achicu@adobe.com>
1306 [CSSRegions] Regions should not slice line box rendering
1307 https://bugs.webkit.org/show_bug.cgi?id=66198
1309 Also updated the results for some older tests that now work correctly.
1311 Reviewed by David Hyatt.
1313 * fast/regions/resources/helper.js:
1316 (testBoundingRects):
1317 (assertRectContains):
1318 (addPageLevelDebugBox):
1319 (testContentToRegionsMapping):
1320 * fast/regions/text-region-breaks-expected.txt: Added.
1321 * fast/regions/text-region-breaks.html: Added.
1322 * fast/regions/text-region-split-expected.txt: Added.
1323 * fast/regions/text-region-split-horizontal-bt-expected.txt: Added.
1324 * fast/regions/text-region-split-horizontal-bt.html: Added.
1325 * fast/regions/text-region-split-vertical-expected.txt: Added.
1326 * fast/regions/text-region-split-vertical-rl-expected.txt: Added.
1327 * fast/regions/text-region-split-vertical-rl.html: Added.
1328 * fast/regions/text-region-split-vertical.html: Added.
1329 * fast/regions/text-region-split.html: Added.
1330 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
1331 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
1332 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
1333 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt:
1334 * fast/repaint/japanese-rl-selection-repaint-in-regions.html:
1335 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1336 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
1338 2011-09-15 Keishi Hattori <keishi@webkit.org>
1340 [chromium] rebaseline expectations due to r95239
1342 * platform/chromium-cg-mac-leopard/fast/forms/menulist-option-wrap-expected.png:
1343 * platform/chromium-cg-mac/fast/forms/menulist-option-wrap-expected.png:
1344 * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
1346 2011-09-15 Kentaro Hara <haraken@google.com>
1348 Implement a PopStateEvent constructor for JSC
1349 https://bugs.webkit.org/show_bug.cgi?id=67977
1351 Reviewed by Sam Weinig.
1353 pop-state-event-constructor.html checks the behavior of the PopStateEvent constructor.
1355 * fast/events/constructors/pop-state-event-constructor-expected.txt: Added.
1356 * fast/events/constructors/pop-state-event-constructor.html: Added.
1357 * platform/chromium/test_expectations.txt: Skipped pop-state-event-constructor.html, since V8 does not yet have the PopStateEvent constructor.
1359 2011-09-15 Keishi Hattori <keishi@webkit.org>
1361 [chromium] remove duplicate entries in test_expectations.txt
1363 * platform/chromium/test_expectations.txt:
1365 2011-09-15 Mihai Parparita <mihaip@chromium.org>
1367 Fragment navigations should interrupt a provisional load of a different document
1368 https://bugs.webkit.org/show_bug.cgi?id=64556
1370 Reviewed by Adam Barth.
1372 Required page-dismissal-modal-dialogs-iframe.html to be updated since
1373 the dummy <a href="#"> link was clicked after the provisional load was
1374 kicked off, thus causing it to to be aborted.
1376 * fast/loader/page-dismissal-modal-dialogs.html:
1377 * fast/loader/resources/page-dismissal-modal-dialogs-iframe.html:
1378 * http/tests/history/back-with-fragment-change-expected.txt: Added.
1379 * http/tests/history/back-with-fragment-change.php: Added.
1380 * http/tests/history/resources/back-with-fragment-change-target.html: Added.
1381 * http/tests/navigation/navigation-interrupted-by-fragment-expected.txt: Added.
1382 * http/tests/navigation/navigation-interrupted-by-fragment.html: Added.
1384 2011-09-15 Keishi Hattori <keishi@webkit.org>
1386 [chromium] skipping tests due to r95188
1388 * platform/chromium/test_expectations.txt:
1390 2011-09-15 Kentaro Hara <haraken@google.com>
1392 A single line must not be split into two pages.
1393 https://bugs.webkit.org/show_bug.cgi?id=65005
1395 Reviewed by David Hyatt.
1397 When the document width of a page is overflowed, the last line of the page can be
1398 split into the next page. This is the regression caused by r88737. r88737 tried to
1399 fix rounding errors in rendering calculations by expanding and shrinking a page
1400 using one common method, resizePageRectsKeepingRatio(), but overlooked the case where
1401 a document width gets overflowed.
1403 The added test checks if the last line does not split across pages.
1405 * platform/chromium/test_expectations.txt: Skipped the added test since setPrinting() is not yet implemented.
1406 * platform/gtk/Skipped: Ditto.
1407 * platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
1408 * platform/qt/Skipped: Ditto.
1409 * platform/win/Skipped: Ditto.
1410 * platform/wk2/Skipped: Ditto.
1411 * printing/single-line-must-not-be-split-into-two-pages.html: Added.
1413 2011-09-15 David Hyatt <hyatt@apple.com>
1415 https://bugs.webkit.org/show_bug.cgi?id=27579
1417 Make sure that the border shorthand also resets border-image.
1419 Reviewed by Beth Dakin.
1421 * fast/borders/border-image-reset-by-border-shorthand-expected.txt: Added.
1422 * fast/borders/border-image-reset-by-border-shorthand.html: Added.
1423 * fast/borders/border-image-scaled-gradient.html:
1425 2011-09-15 David Levin <levin@chromium.org>
1427 [chromium] Rebaselines due to r95203 and r95207.
1429 Also misc test_expectations additions.
1431 * platform/chromium-cg-mac/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1432 * platform/chromium-linux/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1433 * platform/chromium-mac/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1434 * platform/chromium-win/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1435 * platform/chromium/fast/dom/NodeList/nodelist-item-call-as-function-expected.txt: Added.
1436 * platform/chromium/test_expectations.txt:
1438 2011-09-15 David Hyatt <hyatt@apple.com>
1440 https://bugs.webkit.org/show_bug.cgi?id=50072
1442 Make overflow clipping to border-radius work across layers. This patch makes painting
1443 work but does not attempt to fix hit testing. It also doesn't work when a composited
1444 layer is clipped by a non-composited ancestor.
1446 Add a new ClipRect class (used by ClipRects and RenderLayer) that is basically just tracking
1447 a rect and a border radius taint. At the time we set a clip, if the rectangle is listed
1448 as also being clipped by a radius, then we walk up the layer tree and push those inner border
1449 rounded rect clips for any overflow areas in the containing block chain.
1451 Reviewed by Beth Dakin.
1453 * fast/clip/overflow-border-radius-combinations.html: Added.
1454 * fast/clip/overflow-border-radius-composited.html: Added.
1455 * fast/clip/overflow-border-radius-transformed.html: Added.
1456 * platform/mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1457 * platform/mac/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
1458 * platform/mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
1459 * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt: Added.
1460 * platform/mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1461 * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
1463 2011-09-15 Julien Chaffraix <jchaffraix@webkit.org>
1465 Test for: Crash in RenderBox::paintMaskImages due to a mask without an associated image
1466 https://bugs.webkit.org/show_bug.cgi?id=50151
1468 Reviewed by Simon Fraser.
1470 * fast/css/empty-webkit-mask-crash-expected.png: Added.
1471 * fast/css/empty-webkit-mask-crash-expected.txt: Added.
1472 * fast/css/empty-webkit-mask-crash.html: Added.
1474 2011-09-15 Andy Estes <aestes@apple.com>
1476 Having an empty listener to beforeload events changes the behavior of other scripts
1477 https://bugs.webkit.org/show_bug.cgi?id=45586
1479 Reviewed by Darin Adler.
1481 * fast/dom/beforeload/cached-image-before-load-expected.txt: Added.
1482 * fast/dom/beforeload/cached-image-before-load.html: Added.
1484 2011-09-15 Jon Lee <jonlee@apple.com>
1486 Submitting a form with target=_blank works only once
1487 https://bugs.webkit.org/show_bug.cgi?id=28633
1488 <rdar://problem/7357787>
1490 Reviewed by Andy Estes.
1492 New test that simulates mouse clicking submit button twice (which didn't work), as well as using the keyboard twice (which did work).
1494 * fast/forms/resources/submit-to-blank-multiple-times-form-action.html: Added.
1495 * fast/forms/submit-to-blank-multiple-times-expected.txt: Added.
1496 * fast/forms/submit-to-blank-multiple-times.html: Added.
1498 2011-09-15 David Levin <levin@chromium.org>
1500 [chromium] Add missing GPU-CG to one of the expectations.
1502 * platform/chromium/test_expectations.txt:
1504 2011-09-15 Peter Rybin <peter.rybin@gmail.com>
1506 XMLDocumentParserQt.cpp incorrectly converts 0-based number into 1-based number
1507 https://bugs.webkit.org/show_bug.cgi?id=63540
1509 Bug is fixed, incorrect test expectations are properly fixed (line
1510 number '0' is reported no more).
1512 Reviewed by Adam Barth.
1514 * fast/parser/changing-attrbutes-crash-expected.txt:
1515 * html5lib/runner-expected.txt:
1516 * platform/chromium/html5lib/runner-expected.txt:
1517 * svg/custom/invalid-length-units-expected.txt:
1518 * svg/custom/poly-parsing-error-expected.txt:
1519 * svg/custom/svg-parse-overflow-1-expected.txt:
1520 * svg/custom/svg-parse-overflow-2-expected.txt:
1521 * svg/custom/svg-parse-overflow-3-expected.txt:
1522 * svg/custom/svg-parse-overflow-4-expected.txt:
1523 * svg/custom/svg-parse-overflow-5-expected.txt:
1524 * svg/dom/fuzz-path-parser-expected.txt:
1525 * svg/dom/path-parser-expected.txt:
1526 * svg/dom/points-parser-expected.txt:
1528 2011-09-15 Matthew Delaney <mdelaney@apple.com>
1530 REGRESSION (Safari 5.1-r95043): Incorrect box-shadow offset
1531 https://bugs.webkit.org/show_bug.cgi?id=68041
1533 Reviewed by Dan Bernstein.
1535 * fast/box-shadow/no-blur-multiple-offsets-expected.txt: Added.
1536 * fast/box-shadow/no-blur-multiple-offsets.html: Added.
1537 * platform/mac/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1539 2011-09-15 James Simonsen <simonjam@chromium.org>
1541 Ref protect HTMLObjectElement and HTMLEmbedElement while requesting plugins
1542 https://bugs.webkit.org/show_bug.cgi?id=68014
1544 Reviewed by Adam Barth.
1546 * plugins/destroy-during-npp-new-object-with-fallback-content-expected.txt: Added.
1547 * plugins/destroy-during-npp-new-object-with-fallback-content.html: Added. Derivative of destroy-during-npp-new.html.
1549 2011-09-14 Sam Weinig <sam@webkit.org>
1551 Experiment with removing ability to call a collection (except document.all)
1552 https://bugs.webkit.org/show_bug.cgi?id=67579
1554 Reviewed by Anders Carlsson.
1556 * fast/dom/Element/id-in-formcollection-expected.txt:
1557 * fast/dom/Element/id-in-formcollection.html:
1558 * fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt:
1559 * fast/dom/HTMLOptionElement/collection-setter-getter.html:
1560 Don't use call syntax for tests that aren't explicitly testing it.
1562 * fast/dom/NodeList/nodelist-item-call-as-function-expected.txt:
1563 * fast/dom/NodeList/script-tests/nodelist-item-call-as-function.js:
1564 Update test to show that we throw on call.
1566 * fast/profiler/call-nodelist-as-function-expected.txt: Removed.
1567 * fast/profiler/call-nodelist-as-function.html: Removed.
1568 Remove test of removed feature.
1570 2011-09-15 David Levin <levin@chromium.org>
1572 [chromium] Add temporary exception while bots catch up to r95203.
1574 * platform/chromium/test_expectations.txt:
1576 2011-09-15 David Levin <levin@chromium.org>
1578 [chromium] Add expectation for flaky tests.
1580 * platform/chromium/test_expectations.txt:
1582 2011-09-15 Cary Clark <caryclark@google.com>
1583 Unreviewed; new expectations (Skia on Mac)
1585 This separates test failures that are specific to CG Mac from failures
1588 * LayoutTests/platform/chromium/test_expectations.txt:
1590 2011-09-15 Cary Clark <caryclark@google.com>
1592 Unreviewed; new baselines (Skia on Mac)
1593 Updated reference images.
1595 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
1596 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Removed.
1597 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-relative-expected.txt: Removed.
1598 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-absolute-expected.txt: Removed.
1599 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
1600 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-fixed-expected.txt: Removed.
1601 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.
1603 2011-09-15 Sheriff Bot <webkit.review.bot@gmail.com>
1605 Unreviewed, rolling out r95186.
1606 http://trac.webkit.org/changeset/95186
1607 https://bugs.webkit.org/show_bug.cgi?id=68159
1609 Invalid rebaseline. (Requested by dave_levin on #webkit).
1611 * http/tests/loading/307-after-303-after-post-expected.txt:
1612 * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
1613 * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
1615 2011-09-15 Cary Clark <caryclark@google.com>
1617 Unreviewed; new baselines (Skia on Mac)
1618 Updated reference images.
1620 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png: Added.
1621 * LayoutTests/platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
1622 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
1623 * LayoutTests/platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
1624 * LayoutTests/platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png: Added.
1625 * LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png: Added.
1626 * LayoutTests/platform/chromium-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Added.
1627 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
1628 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
1629 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
1631 2011-09-15 Keishi Hattori <keishi@webkit.org>
1633 [chromium] rebaseline expectations due to r95180
1635 * http/tests/loading/307-after-303-after-post-expected.txt:
1636 * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
1637 * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
1639 2011-09-15 Cary Clark <caryclark@google.com>
1641 Unreviewed; new baselines (Skia on Mac)
1642 Updated reference images.
1644 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png: Added.
1645 * LayoutTests/platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
1646 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
1647 * LayoutTests/platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
1648 * LayoutTests/platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png: Added.
1649 * LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png: Added.
1650 * LayoutTests/platform/chromium-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Added.
1651 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
1652 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
1653 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
1655 2011-09-15 Cary Clark <caryclark@google.com>
1657 Unreviewed; new baselines (Skia on Mac)
1658 Updated reference images.
1660 * platform/chromium-mac/fast/borders/border-image-border-radius-expected.png:
1661 * platform/chromium-mac/fast/borders/border-image-01-expected.png:
1662 * platform/chromium-mac/fast/borders/border-image-slices-expected.png:
1663 * platform/chromium-mac/fast/borders/border-image-scrambled-expected.png: Added.
1664 * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
1665 * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
1666 * platform/chromium-mac/fast/borders/border-image-repeat-expected.png:
1667 * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
1668 * platform/chromium-mac/fast/borders/border-image-source-expected.png:
1669 * platform/chromium-mac/fast/borders/border-image-longhand-expected.png:
1670 * platform/chromium-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Removed.
1672 2011-09-15 Gabor Loki <loki@webkit.org>
1674 [Qt][ARMv5] Two timeline tests of inspector fail
1675 https://bugs.webkit.org/show_bug.cgi?id=68151
1677 Unreviewed gardening, adding timeout tests to skip list.
1679 * platform/qt-arm/Skipped:
1681 2011-09-15 Keishi Hattori <keishi@webkit.org>
1683 [chromium] Add slow to debug version of repeat-cached-vm-reentry.html and sandboxed-iframe-navigation-parent.html.
1685 * platform/chromium/test_expectations.txt:
1687 2011-09-15 Keishi Hattori <keishi@webkit.org>
1689 [chromium] rebaseline expectations due to r95096, r95121, and r95129
1691 * platform/chromium-cg-mac-leopard/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
1692 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Removed.
1693 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
1694 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.png:
1695 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
1696 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
1697 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
1699 2011-09-15 Zoltan Herczeg <zherczeg@webkit.org>
1701 [Qt] Unreviewed gardening. Adding new test expectations.
1703 * platform/qt/fast/borders/border-image-massive-scale-expected.txt: Added.
1704 * platform/qt/fast/borders/border-image-scaled-gradient-expected.txt: Added.
1705 * platform/qt/fast/borders/border-image-scrambled-expected.txt: Added.
1706 * platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
1708 2011-09-15 Zoltan Herczeg <zherczeg@webkit.org>
1710 Renaming PeerConnection to webkitPeerConnection affects all ports,
1711 not just chromium. Updating layout test after r95151.
1713 Unreviewed gardening.
1715 * fast/dom/call-a-constructor-as-a-function-expected.txt:
1717 2011-09-15 Keishi Hattori <keishi@webkit.org>
1719 [chromium] rebaseline expectations due to r95121
1721 * platform/chromium-cg-mac-leopard/svg/as-border-image/svg-as-border-image-expected.txt: Added.
1722 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.png:
1723 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Added.
1724 * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
1726 2011-09-14 Keishi Hattori <keishi@webkit.org>
1728 [chromium] rebaseline expectations due to r95096, r95121, and r95129
1730 * platform/chromium-cg-mac-leopard/fast/borders/block-mask-overlay-image-expected.png: Added.
1731 * platform/chromium-cg-mac-leopard/fast/borders/border-color-inherit-expected.png: Added.
1732 * platform/chromium-cg-mac-leopard/fast/borders/inline-mask-overlay-image-expected.png: Added.
1733 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
1734 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
1735 * platform/chromium-cg-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
1736 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
1737 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1738 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
1739 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1741 2011-09-14 Jeffrey Pfau <jeffrey@endrift.com>
1743 libxml2 fragment parser loses prefix namespaces
1744 https://bugs.webkit.org/show_bug.cgi?id=66423
1746 Added a test to ensure that elements inserted when the prefix is already declared are inserted properly.
1748 Reviewed by Eric Seidel.
1750 * fast/parser/innerhtml-with-prefixed-elements.xhtml: Added.
1751 * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
1752 * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
1754 2011-09-14 Keishi Hattori <keishi@webkit.org>
1756 [chromium] Add slow to debug version of styles-source-lines.html.
1758 * platform/chromium/test_expectations.txt:
1760 2011-09-14 Tom Sepez <tsepez@chromium.org>
1762 Fix tests made trivial by the bugfix to 27895, by removing leading punctuation
1763 which would cause early truncation of the page snippet.
1765 https://bugs.webkit.org/show_bug.cgi?id=27895
1767 Reviewed by Adam Barth.
1769 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char.html:
1770 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event.html:
1771 * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL.html:
1772 * http/tests/security/xssAuditor/anchor-url-dom-write-location.html:
1773 * http/tests/security/xssAuditor/dom-write-URL.html:
1774 * http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt:
1775 * http/tests/security/xssAuditor/dom-write-innerHTML.html:
1776 * http/tests/security/xssAuditor/dom-write-location-inline-event.html:
1777 * http/tests/security/xssAuditor/dom-write-location-javascript-URL.html:
1778 * http/tests/security/xssAuditor/dom-write-location.html:
1779 * http/tests/security/xssAuditor/full-block-get-from-iframe.html:
1780 * http/tests/security/xssAuditor/full-block-javascript-link.html:
1781 * http/tests/security/xssAuditor/full-block-link-onclick.html:
1782 * http/tests/security/xssAuditor/full-block-post-from-iframe.html:
1783 * http/tests/security/xssAuditor/full-block-script-tag.html:
1784 * http/tests/security/xssAuditor/get-from-iframe.html:
1785 * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode.html:
1786 * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2.html:
1787 * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3.html:
1788 * http/tests/security/xssAuditor/img-onerror-tricky.html:
1789 * http/tests/security/xssAuditor/javascript-link-null-char.html:
1790 * http/tests/security/xssAuditor/javascript-link-one-plus-one.html:
1791 * http/tests/security/xssAuditor/javascript-link.html:
1792 * http/tests/security/xssAuditor/link-onclick-ampersand.html:
1793 * http/tests/security/xssAuditor/link-onclick-control-char.html:
1794 * http/tests/security/xssAuditor/link-onclick-entities.html:
1795 * http/tests/security/xssAuditor/link-onclick-null-char.html:
1796 * http/tests/security/xssAuditor/link-onclick.html:
1797 * http/tests/security/xssAuditor/link-opens-new-window.html:
1798 * http/tests/security/xssAuditor/malformed-xss-protection-header.html:
1799 * http/tests/security/xssAuditor/open-attribute-body.html:
1800 * http/tests/security/xssAuditor/open-event-handler-iframe.html:
1801 * http/tests/security/xssAuditor/post-from-iframe.html:
1802 * http/tests/security/xssAuditor/property-escape-comment.html:
1803 * http/tests/security/xssAuditor/property-escape-entity.html:
1804 * http/tests/security/xssAuditor/property-escape-noquotes-expected.txt:
1805 * http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars-expected.txt:
1806 * http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars.html:
1807 * http/tests/security/xssAuditor/property-escape-noquotes.html:
1808 * http/tests/security/xssAuditor/property-escape-quote.html:
1809 * http/tests/security/xssAuditor/property-escape.html:
1810 * http/tests/security/xssAuditor/property-inject-expected.txt:
1811 * http/tests/security/xssAuditor/property-inject.html:
1812 * http/tests/security/xssAuditor/script-tag-addslashes-backslash.html:
1813 * http/tests/security/xssAuditor/script-tag-addslashes-double-quote.html:
1814 * http/tests/security/xssAuditor/script-tag-addslashes-null-char.html:
1815 * http/tests/security/xssAuditor/script-tag-addslashes-single-quote.html:
1816 * http/tests/security/xssAuditor/script-tag-control-char.html:
1817 * http/tests/security/xssAuditor/script-tag-entities.html:
1818 * http/tests/security/xssAuditor/script-tag-null-char.html:
1819 * http/tests/security/xssAuditor/script-tag-open-redirect.html:
1820 * http/tests/security/xssAuditor/script-tag-post-control-char.html:
1821 * http/tests/security/xssAuditor/script-tag-post-null-char.html:
1822 * http/tests/security/xssAuditor/script-tag-post.html:
1823 * http/tests/security/xssAuditor/script-tag-redirect.html:
1824 * http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html:
1825 * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding.html:
1826 * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode.html:
1827 * http/tests/security/xssAuditor/script-tag.html:
1828 * http/tests/security/xssAuditor/xss-protection-parsing-01.html:
1830 2011-09-14 Henrik Grunell <grunell@google.com>
1832 MediaStream API: Change PeerConnection constructor name to webkitPeerConnection
1833 https://bugs.webkit.org/show_bug.cgi?id=67843
1835 Reviewed by Tony Gentilcore.
1837 Tests for the MediaStream API will be provided by the bug 56587, pending enough landed code.
1839 * fast/dom/call-a-constructor-as-a-function.html:
1840 * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
1842 2011-09-14 David Levin <levin@chromium.org>
1844 [chromium] rebaselines due to r95096, and r95121.
1846 * 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.
1847 * 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.
1848 * platform/chromium-cg-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt.
1849 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
1850 * 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.
1851 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
1853 2011-09-14 David Levin <levin@chromium.org>
1855 [chromium] rebaselines due to r95096, r95121, and r95129.
1857 * platform/chromium-cg-mac-leopard/fast/borders/border-image-scaled-gradient-expected.png: Added.
1858 * platform/chromium-cg-mac-leopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
1859 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt.
1860 * 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.
1861 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.png: Added.
1862 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Added.
1863 * platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt.
1864 * platform/chromium-linux/fast/borders/border-image-border-radius-expected.png:
1865 * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png: Added.
1866 * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
1867 * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
1868 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
1869 * platform/chromium-win/fast/borders/border-image-01-expected.png:
1870 * platform/chromium-win/fast/borders/border-image-border-radius-expected.png:
1871 * platform/chromium-win/fast/borders/border-image-longhand-expected.png:
1872 * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png: Added.
1873 * platform/chromium-win/fast/borders/border-image-massive-scale-expected.txt: Added.
1874 * platform/chromium-win/fast/borders/border-image-repeat-expected.png:
1875 * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
1876 * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
1877 * platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png: Added.
1878 * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
1879 * platform/chromium-win/fast/borders/border-image-slices-expected.png:
1880 * platform/chromium-win/fast/borders/border-image-source-expected.png:
1881 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
1882 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1883 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
1884 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
1885 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
1887 2011-09-14 David Levin <levin@chromium.org>
1889 [chromium] rebaselines due to r95121, r95070, and r95099.
1891 * platform/chromium-cg-mac-leopard/fast/borders/border-image-border-radius-expected.png: Added.
1892 * platform/chromium-cg-mac-leopard/fast/borders/border-image-rotate-transform-expected.png:
1893 * platform/chromium-cg-mac-leopard/fast/borders/border-image-scaled-expected.png:
1894 * platform/chromium-cg-mac-leopard/fast/borders/border-image-side-reduction-expected.png:
1895 * platform/chromium-cg-mac/fast/borders/bidi-002-expected.png: Added.
1896 * platform/chromium-cg-mac/fast/borders/bidi-009a-expected.png: Added.
1897 * platform/chromium-cg-mac/fast/borders/bidi-012-expected.png: Added.
1898 * platform/chromium-cg-mac/fast/borders/block-mask-overlay-image-expected.png: Added.
1899 * platform/chromium-cg-mac/fast/borders/border-color-inherit-expected.png: Added.
1900 * platform/chromium-cg-mac/fast/borders/border-image-border-radius-expected.png: Added.
1901 * platform/chromium-cg-mac/fast/borders/border-image-massive-scale-expected.png: Added.
1902 * platform/chromium-cg-mac/fast/borders/border-image-rotate-transform-expected.png:
1903 * platform/chromium-cg-mac/fast/borders/border-image-scale-transform-expected.png: Added.
1904 * platform/chromium-cg-mac/fast/borders/border-image-scaled-expected.png:
1905 * platform/chromium-cg-mac/fast/borders/border-image-side-reduction-expected.png:
1906 * platform/chromium-cg-mac/fast/borders/inline-mask-overlay-image-expected.png: Added.
1907 * platform/chromium-cg-mac/fast/borders/outline-alpha-block-expected.png: Added.
1908 * platform/chromium-cg-mac/fast/borders/outline-alpha-inline-expected.png: Added.
1909 * platform/chromium-cg-mac/fast/borders/rtl-border-01-expected.png: Added.
1910 * platform/chromium-cg-mac/fast/borders/rtl-border-02-expected.png: Added.
1911 * platform/chromium-cg-mac/fast/borders/rtl-border-03-expected.png: Added.
1912 * platform/chromium-cg-mac/fast/borders/rtl-border-04-expected.png: Added.
1913 * platform/chromium-cg-mac/fast/borders/rtl-border-05-expected.png: Added.
1914 * platform/chromium-cg-mac/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
1915 * platform/chromium-cg-mac/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
1916 * platform/chromium-cg-mac/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
1917 * platform/chromium-cg-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Removed.
1918 * platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.png: Removed.
1919 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Removed.
1920 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.txt: Removed.
1921 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.png: Removed.
1922 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.txt: Removed.
1923 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed.
1924 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.txt: Removed.
1925 * platform/chromium-win/fast/borders/border-image-scrambled-expected.png: Added.
1926 * platform/chromium-win/fast/borders/border-image-scrambled-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.txt.
1928 2011-09-14 Eric Carlson <eric.carlson@apple.com>
1930 Media element tests should look up controller element locations.
1931 https://bugs.webkit.org/show_bug.cgi?id=68038
1933 Get the position of controller elements from the shadow DOM.
1935 Reviewed by Darin Adler.
1937 * media/audio-delete-while-slider-thumb-clicked.html:
1938 * media/audio-delete-while-step-button-clicked.html:
1939 * media/controls-drag-timebar.html:
1940 * media/controls-right-click-on-timebar.html:
1941 * media/video-controls-transformed.html:
1942 * media/video-controls-visible-audio-only.html:
1943 * media/video-controls-zoomed.html:
1944 * media/video-volume-slider.html:
1946 2011-09-14 David Levin <levin@chromium.org>
1948 [chromium] Update baselines due to r95070 and r95099.
1950 * platform/chromium-cg-mac-leopard/fast/writing-mode/broken-ideographic-font-expected.png: Added.
1951 * platform/chromium-cg-mac/fast/writing-mode/broken-ideographic-font-expected.png: Added.
1952 * platform/chromium-cg-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Added.
1953 * platform/chromium-cg-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Added.
1954 * platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.png: Added.
1955 * platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.txt: Added.
1956 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Added.
1957 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.txt: Added.
1958 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.png: Added.
1959 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.txt: Added.
1960 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Added.
1961 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.txt: Added.
1962 * platform/chromium/test_expectations.txt:
1964 2011-09-14 David Hyatt <hyatt@apple.com>
1966 https://bugs.webkit.org/show_bug.cgi?id=52736
1968 Tiles were not being properly centered within border image sides for the "repeat"
1969 keyword. This patch fixes the buggy math behind the pattern tiling to actually get
1970 the initial phases correct.
1972 Reviewed by Sam Weinig.
1974 * fast/borders/border-image-massive-scale.html: Added.
1975 * fast/borders/border-image-scaled-gradient.html: Added.
1976 * platform/mac/fast/borders/border-image-massive-scale-expected.png: Added.
1977 * platform/mac/fast/borders/border-image-massive-scale-expected.txt: Added.
1978 * platform/mac/fast/borders/border-image-outset-expected.png:
1979 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.png:
1980 * platform/mac/fast/borders/border-image-outset-split-inline-expected.png:
1981 * platform/mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
1982 * platform/mac/fast/borders/border-image-scaled-gradient-expected.png: Added.
1983 * platform/mac/fast/borders/border-image-scaled-gradient-expected.txt: Added.
1984 * platform/mac/fast/borders/border-image-side-reduction-expected.png:
1986 2011-09-14 Jeremy Apthorp <jeremya@chromium.org>
1988 Change mousedown events to keydown events, since eventSender.mouseDown
1989 wasn't firing onmousedown events on Mac.
1990 https://bugs.webkit.org/show_bug.cgi?id=67960
1992 Reviewed by Adam Barth.
1994 * fullscreen/full-screen-remove-ancestor-during-transition.html:
1996 2011-09-14 David Hyatt <hyatt@apple.com>
1998 https://bugs.webkit.org/show_bug.cgi?id=68103
2000 Centered portions of border images don't render correctly. Make the tile scale factor have to be
2001 explicitly passed in and modify paintNinePieceImage to compute it for all sides. The attempts to
2002 implicitly compute the scale for the pattern based off the source and destination rects just don't
2003 work, since the center image rects don't provide the right information to be able to infer the
2006 Reviewed by Sam Weinig.
2008 Reset all the existing fast/borders pixel results to Lion for these changes.
2010 * platform/mac/fast/borders/bidi-002-expected.png:
2011 * platform/mac/fast/borders/bidi-009a-expected.png:
2012 * platform/mac/fast/borders/bidi-012-expected.png:
2013 * platform/mac/fast/borders/block-mask-overlay-image-expected.png:
2014 * platform/mac/fast/borders/border-antialiasing-expected.png:
2015 * platform/mac/fast/borders/border-color-inherit-expected.png:
2016 * platform/mac/fast/borders/border-fit-expected.png:
2017 * platform/mac/fast/borders/border-image-01-expected.png:
2018 * platform/mac/fast/borders/border-image-border-radius-expected.png:
2019 * platform/mac/fast/borders/border-image-longhand-expected.png:
2020 * platform/mac/fast/borders/border-image-omit-right-slice-expected.png:
2021 * platform/mac/fast/borders/border-image-outset-expected.png:
2022 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.png:
2023 * platform/mac/fast/borders/border-image-repeat-expected.png:
2024 * platform/mac/fast/borders/border-image-rotate-transform-expected.png:
2025 * platform/mac/fast/borders/border-image-scale-transform-expected.png:
2026 * platform/mac/fast/borders/border-image-scaled-expected.png:
2027 * platform/mac/fast/borders/border-image-scrambled-expected.png:
2028 * platform/mac/fast/borders/border-image-slices-expected.png:
2029 * platform/mac/fast/borders/border-image-source-expected.png:
2030 * platform/mac/fast/borders/border-radius-circle-expected.png:
2031 * platform/mac/fast/borders/border-radius-constraints-expected.png:
2032 * platform/mac/fast/borders/border-radius-different-width-001-expected.png:
2033 * platform/mac/fast/borders/border-radius-groove-01-expected.png:
2034 * platform/mac/fast/borders/border-radius-groove-02-expected.png:
2035 * platform/mac/fast/borders/border-radius-groove-03-expected.png:
2036 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
2037 * platform/mac/fast/borders/border-radius-inline-flow-expected.png:
2038 * platform/mac/fast/borders/border-radius-inset-outset-expected.png:
2039 * platform/mac/fast/borders/border-radius-split-inline-expected.png:
2040 * platform/mac/fast/borders/border-radius-wide-border-01-expected.png:
2041 * platform/mac/fast/borders/border-radius-wide-border-02-expected.png:
2042 * platform/mac/fast/borders/border-radius-wide-border-03-expected.png:
2043 * platform/mac/fast/borders/border-radius-wide-border-04-expected.png:
2044 * platform/mac/fast/borders/border-styles-split-expected.png:
2045 * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
2046 * platform/mac/fast/borders/borderRadiusArcs01-expected.png:
2047 * platform/mac/fast/borders/borderRadiusDashed01-expected.png:
2048 * platform/mac/fast/borders/borderRadiusDashed02-expected.png:
2049 * platform/mac/fast/borders/borderRadiusDashed03-expected.png:
2050 * platform/mac/fast/borders/borderRadiusDashed04-expected.png:
2051 * platform/mac/fast/borders/borderRadiusDashed05-expected.png:
2052 * platform/mac/fast/borders/borderRadiusDashed06-expected.png:
2053 * platform/mac/fast/borders/borderRadiusDotted01-expected.png:
2054 * platform/mac/fast/borders/borderRadiusDotted02-expected.png:
2055 * platform/mac/fast/borders/borderRadiusDotted03-expected.png:
2056 * platform/mac/fast/borders/borderRadiusDotted04-expected.png:
2057 * platform/mac/fast/borders/borderRadiusDotted05-expected.png:
2058 * platform/mac/fast/borders/borderRadiusDotted06-expected.png:
2059 * platform/mac/fast/borders/borderRadiusDouble01-expected.png:
2060 * platform/mac/fast/borders/borderRadiusDouble02-expected.png:
2061 * platform/mac/fast/borders/borderRadiusDouble03-expected.png:
2062 * platform/mac/fast/borders/borderRadiusDouble04-expected.png:
2063 * platform/mac/fast/borders/borderRadiusDouble05-expected.png:
2064 * platform/mac/fast/borders/borderRadiusDouble06-expected.png:
2065 * platform/mac/fast/borders/borderRadiusDouble07-expected.png:
2066 * platform/mac/fast/borders/borderRadiusDouble08-expected.png:
2067 * platform/mac/fast/borders/borderRadiusDouble09-expected.png:
2068 * platform/mac/fast/borders/borderRadiusGroove01-expected.png:
2069 * platform/mac/fast/borders/borderRadiusGroove02-expected.png:
2070 * platform/mac/fast/borders/borderRadiusInset01-expected.png:
2071 * platform/mac/fast/borders/borderRadiusInvalidColor-expected.png:
2072 * platform/mac/fast/borders/borderRadiusOutset01-expected.png:
2073 * platform/mac/fast/borders/borderRadiusRidge01-expected.png:
2074 * platform/mac/fast/borders/borderRadiusSolid01-expected.png:
2075 * platform/mac/fast/borders/borderRadiusSolid02-expected.png:
2076 * platform/mac/fast/borders/borderRadiusSolid03-expected.png:
2077 * platform/mac/fast/borders/borderRadiusSolid04-expected.png:
2078 * platform/mac/fast/borders/different-color-borders-expected.png:
2079 * platform/mac/fast/borders/fieldsetBorderRadius-expected.png:
2080 * platform/mac/fast/borders/inline-mask-overlay-image-expected.png:
2081 * platform/mac/fast/borders/mixed-border-styles-expected.png:
2082 * platform/mac/fast/borders/mixed-border-styles-radius-expected.png:
2083 * platform/mac/fast/borders/mixed-border-styles-radius2-expected.png:
2084 * platform/mac/fast/borders/outline-alpha-block-expected.png:
2085 * platform/mac/fast/borders/outline-alpha-inline-expected.png:
2086 * platform/mac/fast/borders/outline-offset-min-assert-expected.png:
2087 * platform/mac/fast/borders/rtl-border-01-expected.png:
2088 * platform/mac/fast/borders/rtl-border-02-expected.png:
2089 * platform/mac/fast/borders/rtl-border-03-expected.png:
2090 * platform/mac/fast/borders/rtl-border-04-expected.png:
2091 * platform/mac/fast/borders/rtl-border-05-expected.png:
2092 * platform/mac/fast/borders/table-borders-expected.png:
2093 * platform/mac/fast/borders/webkit-border-radius-expected.png:
2095 2011-09-14 Eric Carlson <eric.carlson@apple.com>
2097 Update media-controls.js so it can find the timeline slider
2098 https://bugs.webkit.org/show_bug.cgi?id=68034
2100 Don't assume that all elements in the media controller shadow DOM pseudo
2101 elements are siblings.
2103 Reviewed by Darin Adler.
2105 * media/media-controls.js:
2106 (mediaConrolsElement):
2107 (mediaControlsButtonCoordinates):
2109 2011-09-14 Cary Clark <caryclark@google.com>
2111 Unreviewed; new baselines (Skia on Mac)
2112 Updated reference images (missed this one on the prior land)
2114 * platform/chromium-mac/svg/custom/simple-text-double-shadow-expected.png: Added.
2116 2011-09-14 Cary Clark <caryclark@google.com>
2118 Unreviewed; new baselines (Skia on Mac)
2119 Updated reference images.
2121 * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png: Removed.
2122 * platform/chromium-mac/svg/custom/simple-text-double-shadow-expected.png: Added.
2124 2011-09-14 Eric Carlson <eric.carlson@apple.com>
2126 video-error-abort.html shouldn't be in Mac skipped list
2127 https://bugs.webkit.org/show_bug.cgi?id=68053
2128 <rdar://problem/6710625> Test media/video-error-abort.html doesn't work
2130 Reviewed by Darin Adler.
2132 * platform/mac/Skipped: Remove http/tests/media/video-error-abort.html from the mac
2135 2011-09-14 Stephen White <senorblanco@chromium.org>
2137 [chromium] Unreviewed gardening.
2139 Removing fast/canvas/setWidthResetAfterForcedRender.html from
2140 test_expectations, since it has been passing on the Mesa bots
2141 (last failure was at r94962).
2143 2011-09-14 David Hyatt <hyatt@apple.com>
2145 https://bugs.webkit.org/show_bug.cgi?id=68040
2147 Make sure border image sub-properties can be specified in any order.
2149 Reviewed by Beth Dakin.
2151 * fast/borders/border-image-scrambled.html: Added.
2152 * platform/mac/fast/borders/border-image-scrambled-expected.png: Added.
2153 * platform/mac/fast/borders/border-image-scrambled-expected.txt: Added.
2155 2011-09-13 David Hyatt <hyatt@apple.com>
2157 https://bugs.webkit.org/show_bug.cgi?id=68050
2159 Regressions in some layout tests from making border/mask/reflection nine-piece-image
2160 parsing match the spec, which allows any of the pieces to be omitted and to also be
2161 specifiable in any order.
2163 When the higher level code suddenly allowed the image slices to be omitted, the fixup
2164 for legacy compatibility for reflections and masks in the parseBorderImageSlice function
2165 no longer happened because that function no longer got called.
2167 The fix is to properly set the defaults to include the "fill" keyword, so the fixup is
2168 applied to the NinePieceImages you create before you ever map anything in from the rules.
2170 This also has the side effect of fixing -webkit-max-box-image-slice to actually dump as
2171 "0 fill" instead of just "0", which is the correct initial value for this property.
2173 Reviewed by Adam Roben.
2175 * fast/css/getComputedStyle/computed-style-expected.txt:
2176 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2177 * svg/css/getComputedStyle-basic-expected.txt:
2179 2011-09-14 Ilya Tikhonovsky <loislo@chromium.org>
2181 Unreviewed. timeline-animation-frame.html was marked as TEXT.
2183 * platform/qt/test_expectations.txt:
2185 2011-09-14 Ilya Tikhonovsky <loislo@chromium.org>
2187 Unreviewed. timeline-animation-frame.html was marked as TIMEOUT.
2189 * platform/qt/test_expectations.txt:
2191 2011-09-14 Ilya Tikhonovsky <loislo@chromium.org>
2193 Web Inspector: requestAnimationFrame callbacks don't show up in the timeline panel.
2194 https://bugs.webkit.org/show_bug.cgi?id=67986
2196 Reviewed by Pavel Feldman.
2198 * inspector/timeline/timeline-animation-frame-expected.txt: Added.
2199 * inspector/timeline/timeline-animation-frame.html: Added.
2200 * inspector/timeline/timeline-enum-stability-expected.txt:
2201 * platform/chromium/inspector/timeline/timeline-enum-stability-expected.txt:
2202 * inspector/timeline/timeline-test.js:
2203 (initialize_Timeline.InspectorTest.performActions.step2):
2204 (initialize_Timeline.InspectorTest.performActions):
2205 (initialize_Timeline.InspectorTest.performActionsAndPrint):
2207 2011-09-14 Fumitoshi Ukai <ukai@chromium.org>
2209 Unreviewed, update chromium test expectations.
2211 * platform/chromium/test_expectations.txt: fix lint-test-files error
2213 2011-09-14 Kentaro Hara <haraken@google.com>
2215 page-transition-event-constructor-expected.txt is missing
2216 https://bugs.webkit.org/show_bug.cgi?id=68069
2218 Reviewed by Hajime Morita.
2220 * fast/events/constructors/page-transition-event-constructor-expected.txt: Added.
2222 2011-09-14 Sheriff Bot <webkit.review.bot@gmail.com>
2224 Unreviewed, rolling out r95080.
2225 http://trac.webkit.org/changeset/95080
2226 https://bugs.webkit.org/show_bug.cgi?id=68070
2228 It caused some 2d.composite.uncovered tests fail (Requested by
2231 * fast/canvas/canvas-large-fills-expected.txt: Removed.
2232 * fast/canvas/canvas-large-fills.html: Removed.
2234 2011-09-13 Pavel Feldman <pfeldman@google.com>
2236 Web Inspector: [v8] building call frame info for location-less internal script function crashes.
2237 https://bugs.webkit.org/show_bug.cgi?id=67991
2239 Reviewed by Yury Semikhatsky.
2241 * inspector/debugger/debugger-pause-in-internal-expected.txt: Added.
2242 * inspector/debugger/debugger-pause-in-internal.html: Added.
2243 * inspector/debugger/debugger-pause-on-exception-crash-expected.txt: Added.
2244 * platform/chromium/inspector/debugger/debugger-pause-in-internal-expected.txt: Added.
2246 2011-09-14 Fumitoshi Ukai <ukai@chromium.org>
2248 Unreviewed, update chromium test expecations.
2250 * platform/chromium/test_expectations.txt:
2251 - remove failure by r95058, which was reverted by r95077.
2252 - add failures by r95070
2254 2011-09-14 Gabor Rapcsanyi <rgabor@webkit.org>
2256 [Qt] Unreviewed, update test expectations for
2257 svg/custom/dynamic-svg-document-creation.svg after r95030
2259 * platform/qt/svg/custom/dynamic-svg-document-creation-expected.png:
2260 * platform/qt/svg/custom/dynamic-svg-document-creation-expected.txt:
2262 2011-09-14 Ben Wells <benwells@chromium.org>
2264 Large canvas fills should not crash or create unnecessarily large image buffers
2265 https://bugs.webkit.org/show_bug.cgi?id=67988
2267 Reviewed by Stephen White.
2269 * fast/canvas/canvas-large-fills-expected.txt: Added.
2270 * fast/canvas/canvas-large-fills.html: Added.
2272 2011-09-14 Kentaro Hara <haraken@google.com>
2274 Implement a PageTransitionEvent constructor for JSC
2275 https://bugs.webkit.org/show_bug.cgi?id=68048
2277 Reviewed by Sam Weinig.
2279 page-transition-event-constructor.html checks the behavior of the PageTransitionEvent constructor.
2281 * fast/dom/constructed-objects-prototypes-expected.txt: Added PageTransitionEvent.
2282 * fast/events/constructors/page-transition-event-constructor-expected.txt: Added.
2283 * fast/events/constructors/page-transition-event-constructor.html: Added.
2284 * platform/chromium/test_expectations.txt: Skipped page-transition-event-constructor.html, since V8 does not yet have the PageTransitionEvent constructor.
2286 2011-09-13 Sheriff Bot <webkit.review.bot@gmail.com>
2288 Unreviewed, rolling out r95058.
2289 http://trac.webkit.org/changeset/95058
2290 https://bugs.webkit.org/show_bug.cgi?id=68058
2292 It made css3/calc/regression-62276.html crash (Requested by
2295 * fast/borders/border-image-scrambled.html: Removed.
2296 * platform/mac/fast/borders/border-image-scrambled-expected.png: Removed.
2297 * platform/mac/fast/borders/border-image-scrambled-expected.txt: Removed.
2299 2011-09-13 Abhishek Arya <inferno@chromium.org>
2301 Crash in RenderScrollbarPart::imageChanged.
2302 https://bugs.webkit.org/show_bug.cgi?id=68009
2304 Reviewed by Simon Fraser.
2306 * scrollbars/scrollbar-part-created-with-no-parent-crash-expected.txt: Added.
2307 * scrollbars/scrollbar-part-created-with-no-parent-crash.html: Added.
2309 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2311 Unreviewed, update chromium test expectations.
2313 * platform/chromium/test_expectations.txt: failures on GPU starting from r95058
2315 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2317 Unreviewed, update chromium test expectations.
2319 * platform/chromium/test_expectations.txt: failures starting from r95058
2321 2011-09-13 Adam Klein <adamk@chromium.org>
2323 Fix cssText property of counter-valued CSSPrimitiveValue and avoid uninitialized read
2324 https://bugs.webkit.org/show_bug.cgi?id=68021
2326 Reviewed by Tony Chang.
2328 * fast/css/counters/counter-cssText-expected.txt: Added.
2329 * fast/css/counters/counter-cssText.html: Added.
2331 2011-09-13 Kenichi Ishibashi <bashi@chromium.org>
2333 WebFont followed tiny monospace text displays weird
2334 https://bugs.webkit.org/show_bug.cgi?id=67996
2336 Reviewed by Darin Adler.
2338 This test ensures that webfont followed tiny monospace text is displayed correctly.
2340 * platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.png: Added.
2341 * platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt: Added.
2342 * platform/mac/fast/text/webfont-after-tiny-monospace-text.html: Added.
2344 2011-09-13 Tom Sepez <tsepez@chromium.org>
2346 Fix XSS auditor bypass when inline handlers contain comments.
2347 https://bugs.webkit.org/show_bug.cgi?id=27895
2349 Reviewed by Adam Barth.
2351 * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
2352 * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
2353 * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
2354 * http/tests/security/xssAuditor/property-escape-comment-expected.txt: Added.
2355 * http/tests/security/xssAuditor/property-escape-comment.html: Added.
2356 * http/tests/security/xssAuditor/property-escape-entity-expected.txt: Added.
2357 * http/tests/security/xssAuditor/property-escape-entity.html: Added.
2358 * http/tests/security/xssAuditor/property-escape-quote-expected.txt: Added.
2359 * http/tests/security/xssAuditor/property-escape-quote.html: Added.
2360 * http/tests/security/xssAuditor/resources/echo-property.pl:
2362 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2364 Update chromium-mac test expectations
2365 https://bugs.webkit.org/show_bug.cgi?id=67917
2367 Reviewed by Darin Adler.
2369 * platform/chromium-cg-mac-leopard/svg/custom/simple-text-double-shadow-expected.png: Added.
2370 * platform/chromium/test_expectations.txt:
2372 2011-09-13 Kentaro Hara <haraken@google.com>
2374 Implement a HashChangeEvent constructor for V8
2375 https://bugs.webkit.org/show_bug.cgi?id=67969
2377 Reviewed by Nate Chapin.
2379 Enabled hash-change-event-constructor.html, since now V8 has a HashChangeEvent constructor.
2381 * platform/chromium/test_expectations.txt:
2383 2011-09-13 Jeremy Apthorp <jeremya@google.com>
2385 Removing an iframe from the document during a transition to fullscreen
2387 https://bugs.webkit.org/show_bug.cgi?id=67960
2389 Reviewed by Adam Barth.
2391 * fullscreen/full-screen-remove-ancestor-during-transition-expected.txt: Added.
2392 * fullscreen/full-screen-remove-ancestor-during-transition.html: Added.
2394 2011-09-13 David Hyatt <hyatt@apple.com>
2396 https://bugs.webkit.org/show_bug.cgi?id=68040
2398 Make sure border image sub-properties can be specified in any order.
2400 Reviewed by Beth Dakin.
2402 * fast/borders/border-image-scrambled.html: Added.
2403 * platform/mac/fast/borders/border-image-scrambled-expected.png: Added.
2404 * platform/mac/fast/borders/border-image-scrambled-expected.txt: Added.
2406 2011-09-12 Jon Honeycutt <jhoneycutt@apple.com>
2408 MSAA: WebKit reports the document state as disabled
2409 https://bugs.webkit.org/show_bug.cgi?id=67974
2410 <rdar://problem/10095898>
2412 Reviewed by Brian Weinstein.
2414 * platform/win/accessibility/document-enabled-state-expected.txt: Added.
2415 * platform/win/accessibility/document-enabled-state.html: Added.
2417 2011-08-11 Cris Neckar <cdn@chromium.org>
2419 Test for crash when reparenting table elements with associated counters outside the table.
2420 https://bugs.webkit.org/show_bug.cgi?id=65996
2422 Reviewed by Eric Seidel.
2424 * fast/css/counters/counter-reparent-table-children-crash-expected.txt: Added.
2425 * fast/css/counters/counter-reparent-table-children-crash.html: Added.
2427 2011-09-13 Kiyoto Tamura <owenestea@gmail.com>
2429 For compatibility, execCommand should support deprecated 'useCSS' alias for 'styleWithCSS'
2430 https://bugs.webkit.org/show_bug.cgi?id=36683
2432 Reviewed by Ryosuke Niwa.
2434 Testing useCSS, the command previously unsupported by WebKit. Also, we are testing
2435 styleWithCSS accepts anything that is not the boolean false or the string "false" as true.
2436 Furthermore, we test that queryCommandValue/State('useCSS') return boolean false and
2437 queryCommandValue/State('useStyleWithCSS') returns booleans (as opposed to 'true'/'false'
2440 * editing/execCommand/style-with-css-expected.txt: Added.
2441 * editing/execCommand/style-with-css.html: Added.
2442 * editing/execCommand/use-css-expected.txt: Added.
2443 * editing/execCommand/use-css.html: Added.
2445 2011-09-13 Tim Horton <timothy_horton@apple.com>
2447 REGRESSION (64275): Shape pattern-image fill turns black
2448 https://bugs.webkit.org/show_bug.cgi?id=51061
2449 <rdar://problem/8504705>
2451 Reviewed by Simon Fraser.
2453 Add a test ensuring that replacing a SVG pattern without changing
2454 the id causes the clients to be updated properly.
2456 * svg/custom/pending-resource-after-removal-expected.png: Added.
2457 * svg/custom/pending-resource-after-removal-expected.txt: Added.
2458 * svg/custom/pending-resource-after-removal.xhtml: Added.
2460 2011-09-13 Cary Clark <caryclark@google.com>
2462 Unreviewed; new baselines (Skia on Mac)
2463 Updated reference images.
2465 * platform/chromium-gpu-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
2466 * platform/chromium-gpu-mac/compositing/overflow/overflow-positioning-expected.png: Added.
2468 2011-09-13 Cary Clark <caryclark@google.com>
2470 Unreviewed; new baselines (Skia on Mac)
2471 Updated reference images, text.
2473 * platform/chromium-mac/http/tests/eventsource/existent-eventsource-status-error-iframe-crash-expected.txt: Removed.
2474 * platform/chromium-mac/platform/chromium/fast/repaint: Added.
2475 * platform/chromium-mac/platform/chromium/fast/repaint/fixed-layout-360x240-expected.png: Added.
2476 * platform/chromium-mac/fast/lists/list-marker-before-content-table-expected.png: Added.
2477 * platform/chromium-mac/fast/runin/runin-generated-before-content-expected.png: Added.
2478 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
2479 * platform/chromium-mac/css3/unicode-bidi-isolate-aharon-expected.png: Added.
2480 * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png: Added.
2482 2011-09-13 Chang Shu <cshu@webkit.org>
2484 [WK2] [Mac] Implement KeyDown function for WebKit2 EventSender.
2485 https://bugs.webkit.org/show_bug.cgi?id=57515
2487 Unskip passed tests for Mac.
2489 Reviewed by Darin Adler.
2491 * platform/mac-wk2/Skipped:
2492 * platform/qt-wk2/Skipped:
2493 * platform/win-wk2/Skipped:
2494 * platform/wk2/Skipped:
2496 2011-09-13 Joseph Pecoraro <joepeck@webkit.org>
2498 CRASH under WebCore::ArchiveResourceCollection::addAllResources loading WebArchive
2499 https://bugs.webkit.org/show_bug.cgi?id=67983
2501 Reviewed by Darin Adler.
2503 Test a WebArchive that has been constructed to have a null
2504 mimetype for a subresource.
2506 * webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt: Added.
2507 * webarchive/loading/test-loading-archive-subresource-null-mimetype.html: Added.
2508 * webarchive/loading/resources/subresource-null-mimetype.webarchive: Added.
2510 2011-09-13 Ryosuke Niwa <rniwa@webkit.org>
2512 Update chromium test expectation since fast/borders/border-image-omit-right-slice.html no longer hits an assertion.
2514 * platform/chromium/test_expectations.txt:
2516 2011-09-13 Xianzhu Wang <wangxianzhu@chromium.org>
2518 Reviewed by Darin Adler.
2520 Webkit wraps between hyphen-minus and numeric characters
2521 https://bugs.webkit.org/show_bug.cgi?id=20677
2523 Disallow wrapping between a hyphen-minus and a digit if the hyphen-minus
2524 is not directly after a digit or a letter.
2526 * fast/text/line-breaks-after-hyphen-before-number-expected.txt: Added.
2527 * fast/text/line-breaks-after-hyphen-before-number.html: Added.
2529 2011-09-12 Sam Weinig <sam@webkit.org>
2531 Object.getPrototypeOf should use JSValue::get()
2532 https://bugs.webkit.org/show_bug.cgi?id=67973
2534 Reviewed by Darin Adler.
2536 * http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt: Added.
2537 * http/tests/security/cross-frame-access-object-getPrototypeOf.html: Added.
2538 * http/tests/security/resources/cross-frame-iframe-for-object-getPrototypeOf-test.html: Added.
2540 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2542 Unreviewed, update chromium test expectations
2544 * platform/chromium/test_expectations.txt: fast/borders/border-image-omit-right-slice.html fails on release
2546 2011-09-13 Renata Hodovan <reni@webkit.org>
2548 eventSender.keyDown is unimplemented (WKTR)
2549 https://bugs.webkit.org/show_bug.cgi?id=57515
2551 Unreviewed gardening.
2553 * platform/qt-wk2/Skipped:
2555 2011-09-12 Shinya Kawanaka <shinyak@google.com>
2557 [chromium] fast/js/parseInt.html does not fail any more.
2558 https://bugs.webkit.org/show_bug.cgi?id=65366
2560 parseInt bug was fixed in v8 version 3.6.0.
2562 Reviewed by Eric Seidel.
2564 * platform/chromium/test_expectations.txt:
2566 2011-09-12 Dominic Mazzoni <dmazzoni@google.com>
2568 Add a test that ensures that the accessibility tree
2569 does not contain duplicate child nodes.
2570 https://bugs.webkit.org/show_bug.cgi?id=58930
2572 This test failed when the bug was originally filed, but was
2573 fixed in: https://bugs.webkit.org/show_bug.cgi?id=61805
2574 so no code changes are accompanying this new layout test.
2576 Reviewed by Chris Fleizach.
2578 * accessibility/duplicate-child-nodes-expected.txt: Added.
2579 * accessibility/duplicate-child-nodes.html: Added.
2581 2011-09-12 Shinya Kawanaka <shinyak@google.com>
2583 Crashes in WebCore::InsertListCommand::unlistifyParagraph.
2584 https://bugs.webkit.org/show_bug.cgi?id=67918
2586 Reviewed by Ryosuke Niwa.
2590 * editing/execCommand/insert-list-in-noneditable-list-parent-expected.txt: Added.
2591 * editing/execCommand/insert-list-in-noneditable-list-parent.html: Added.
2593 2011-09-12 Sheriff Bot <webkit.review.bot@gmail.com>
2595 Unreviewed, rolling out r94975.
2596 http://trac.webkit.org/changeset/94975
2597 https://bugs.webkit.org/show_bug.cgi?id=67984
2599 crash in PrerenderBrowserTest.PrerenderHTML5VideoJs (Requested
2600 by ukai on #webkit).
2602 * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
2603 * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.txt: Removed.
2604 * platform/chromium/compositing/lost-compositor-context-with-rendersurface.html: Removed.
2606 2011-09-12 Sam Weinig <sam@webkit.org>
2608 Don't allow setting __proto__ to be a getter or setter
2609 https://bugs.webkit.org/show_bug.cgi?id=67982
2611 Reviewed by Gavin Barraclough.
2613 * fast/js/prototypes-expected.txt:
2614 * fast/js/script-tests/prototypes.js:
2615 Add test that we disallow setting a getter or setter on __proto__.
2617 2011-09-12 Jacky Jiang <zhajiang@rim.com>
2619 Setting document.title doesn't affect contents of title tag of XHTML documents
2620 https://bugs.webkit.org/show_bug.cgi?id=57537
2622 Reviewed by Alexey Proskuryakov.
2624 * fast/dom/title-content-set-innerText-get-expected.txt: Added.
2625 * fast/dom/title-content-set-innerText-get.xhtml: Added.
2627 2011-09-12 Dominic Mazzoni <dmazzoni@google.com>
2629 Add GTK & Win expectations for two recently added
2630 accessibility layout tests.
2631 https://bugs.webkit.org/show_bug.cgi?id=67948
2633 Reviewed by Chris Fleizach.
2635 * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
2636 * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
2637 * platform/win/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
2638 * platform/win/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
2640 2011-09-12 Wyatt Carss <wcarss@chromium.org>
2642 Reviewed by Eric Seidel.
2644 convert editing/deleting/5390681-2.html to dump-as-markup
2645 https://bugs.webkit.org/show_bug.cgi?id=63293
2647 Renamed editing/deleting/5390681* to editing/deleting/smart-delete-across-editable-boundaries,
2648 Added doctype/html/body to both tests, and converted smart-delete-across-editable-boundaries-2
2649 to dump-as-markup test in the same style as the first. Also updated results.
2651 * editing/deleting/5390681.html: Removed.
2652 * editing/deleting/5390681-expected.txt: Removed.
2653 * editing/deleting/5390681-2.html: Removed.
2654 * editing/deleting/smart-delete-across-editable-boundaries.html: Added.
2655 * editing/deleting/smart-delete-across-editable-boundaries-expected.txt: Added.
2656 * editing/deleting/smart-delete-across-editable-boundaries-2.html: Added.
2657 * editing/deleting/smart-delete-across-editable-boundaries-2-expected.txt: Added.
2658 * platform/chromium-linux/editing/deleting/5390681-2-expected.png: Removed.
2659 * platform/chromium-win/editing/deleting/5390681-2-expected.png: Removed.
2660 * platform/chromium-win/editing/deleting/5390681-2-expected.txt: Removed.
2661 * platform/gtk/editing/deleting/5390681-2-expected.txt: Removed.
2662 * platform/mac-leopard/editing/deleting/5390681-2-expected.png: Removed.
2663 * platform/mac/editing/deleting/5390681-2-expected.png: Removed.
2664 * platform/mac/editing/deleting/5390681-2-expected.txt: Removed.
2665 * platform/qt/editing/deleting/5390681-2-expected.png: Removed.
2666 * platform/qt/editing/deleting/5390681-2-expected.txt: Removed.
2667 * platform/qt/editing/deleting/5390681-expected.png: Removed.
2669 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
2671 Unreviewed, update chromium test expectations.
2673 * platform/chromium/test_expectations.txt: fast/borders/border-image-omit-right-slice.html crash on debug
2675 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
2677 Unreviewred, update chromium test expectations.
2679 * platform/chromium/test_expectations.txt: fast/events/constructors/progress-event-constructor.html on mac
2681 2011-09-12 James Robinson <jamesr@chromium.org>
2683 [chromium] Remove bad expectation that was causing us to run a compositing/ test on Leopard. Tsk tsk, Mike
2686 * platform/chromium/test_expectations.txt:
2688 2011-09-12 Dan Bernstein <mitz@apple.com>
2690 <rdar://problem/10054615> Floats in ruby text intrude into the base
2692 Reviewed by Darin Adler.
2694 * fast/ruby/float-overhang-from-ruby-text-expected.png: Added.
2695 * fast/ruby/float-overhang-from-ruby-text-expected.txt: Added.
2696 * fast/ruby/float-overhang-from-ruby-text.html: Added.
2698 2011-09-12 Ryosuke Niwa <rniwa@webkit.org>
2700 REGRESSION: Moving up doesn't work in some cases
2701 https://bugs.webkit.org/show_bug.cgi?id=67522
2703 Reviewed by Eric Seidel.
2705 Add a test to move caret upwards from an empty line below wrapped lines.
2707 WebKit used to skip wrapped lines and placed caret at the beginning of the first of those wrapped lines
2708 instead of before the last.
2710 * editing/selection/move-up-into-wrapped-line-expected.txt: Added.
2711 * editing/selection/move-up-into-wrapped-line.html: Added.
2713 2011-09-12 Beth Dakin <bdakin@apple.com>
2715 https://bugs.webkit.org/show_bug.cgi?id=67898
2716 REGRESSION(r94900): fast/images/support-broken-image-delegate.html fails on Mac
2718 Reviewed by Simon Fraser.
2720 * platform/mac/Skipped:
2722 2011-09-12 Ryosuke Niwa <rniwa@webkit.org>
2724 Fix a test added by r94966 to work on Mac.
2726 * fast/events/selectstart-by-arrow-keys.html:
2727 * platform/chromium/test_expectations.txt:
2729 2011-09-12 Nate Chapin <japhet@chromium.org>
2731 Fix up duplicate expectations and add expected failure
2732 for selectstart-by-arrow-keys.html for chromium mac.
2734 * platform/chromium/test_expectations.txt:
2736 2011-09-12 David Reveman <reveman@chromium.org>
2738 Rebaseline for r94703.
2739 https://bugs.webkit.org/show_bug.cgi?id=67945
2741 Reviewed by James Robinson.
2743 * platform/chromium-gpu-cg-mac/compositing/color-matching/image-color-matching-expected.png:
2744 * platform/chromium-gpu-cg-mac/compositing/flat-with-transformed-child-expected.png:
2745 * platform/chromium-gpu-cg-mac/compositing/masks/masked-ancestor-expected.png:
2746 * platform/chromium-gpu-cg-mac/compositing/reflections/nested-reflection-transformed-expected.png:
2747 * platform/chromium-gpu-cg-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
2748 * platform/chromium-gpu-cg-mac/compositing/reflections/reflection-in-composited-expected.png:
2749 * platform/chromium-gpu-cg-mac/compositing/scaling/tiled-layer-recursion-expected.png:
2750 * platform/chromium-gpu-cg-mac/media/video-layer-crash-expected.png:
2751 * platform/chromium-gpu-cg-mac/media/video-transformed-expected.png:
2752 * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
2753 * platform/chromium-gpu-win/compositing/flat-with-transformed-child-expected.png:
2754 * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.png:
2755 * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed-expected.png:
2756 * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed2-expected.png:
2757 * platform/chromium-gpu-win/compositing/reflections/reflection-in-composited-expected.png:
2758 * platform/chromium-gpu-win/compositing/scaling/tiled-layer-recursion-expected.png:
2759 * platform/chromium-gpu-win/media/video-layer-crash-expected.png:
2760 * platform/chromium-gpu-win/media/video-transformed-expected.png:
2761 * platform/chromium/test_expectations.txt:
2762 * platform/mac-snowleopard/media/video-layer-crash-expected.txt: Removed.
2764 2011-09-12 Eric Seidel <eric@webkit.org>
2766 Implement a HashChangeEvent constructor for JSC
2767 https://bugs.webkit.org/show_bug.cgi?id=67924
2769 Unreviewed. Updating results which were forgotten.
2771 * fast/dom/constructed-objects-prototypes-expected.txt:
2773 2011-09-12 Chris Rogers <crogers@google.com>
2775 DelayNode delay buffer is not correctly wrapping around
2776 https://bugs.webkit.org/show_bug.cgi?id=67872
2778 Reviewed by Kenneth Russell.
2780 * webaudio/delaynode-expected.txt: Added.
2781 * webaudio/delaynode.html: Added.
2783 2011-09-12 Arko Saha <arko@motorola.com>
2785 Selectstart is not fired when selection was created by arrow keys.
2786 https://bugs.webkit.org/show_bug.cgi?id=60430
2788 Reviewed by Ryosuke Niwa.
2790 * fast/events/selectstart-by-arrow-keys-expected.txt: Added.
2791 * fast/events/selectstart-by-arrow-keys-prevent-default-expected.txt: Added.
2792 * fast/events/selectstart-by-arrow-keys-prevent-default.html: Added.
2793 * fast/events/selectstart-by-arrow-keys.html: Added.
2795 2011-09-12 Ben Wagner <bungeman@chromium.org>
2797 Chromium shadow-buffer-partial test change.
2798 https://bugs.webkit.org/show_bug.cgi?id=67849
2800 Reviewed by Kenneth Russell.
2802 * platform/chromium/test_expectations.txt:
2804 2011-09-12 Kentaro Hara <haraken@google.com>
2806 Implement a HashChangeEvent constructor for JSC
2807 https://bugs.webkit.org/show_bug.cgi?id=67924
2809 Reviewed by Sam Weinig.
2811 hash-change-event-constructor.html checks the behavior of the HashChangeEvent constructor.
2813 * fast/events/constructors/hash-change-event-constructor-expected.txt: Added.
2814 * fast/events/constructors/hash-change-event-constructor.html: Added.
2815 * platform/chromium/test_expectations.txt: Skipped hash-change-event-constructor.html, since V8 does not yet have the HashChangeEvent constructor.
2817 2011-09-12 Nate Chapin <japhet@chromium.org>
2819 Add video-zoom-controls.html to chromium expectations
2822 * platform/chromium/test_expectations.txt:
2824 2011-09-12 Pavel Feldman <pfeldman@google.com>
2826 Web Inspector: Runtime.callFunctionOn does not accept arguments that evaluate to false.
2827 https://bugs.webkit.org/show_bug.cgi?id=67934
2829 Reviewed by Tony Gentilcore.
2831 * inspector/runtime/runtime-setPropertyValue.html:
2833 2011-09-12 Kentaro Hara <haraken@google.com>
2835 Implement a WebKitAnimationEvent constructor for V8
2836 https://bugs.webkit.org/show_bug.cgi?id=67922
2838 Reviewed by Adam Barth.
2840 Enabled webkit-animation-event-constructor.html, since now V8 has a WebKitAnimationEvent constructor.
2842 * platform/chromium/test_expectations.txt:
2844 2011-09-12 Zoltan Horvath <zoltan@webkit.org>
2846 [Qt][ARMv5] fast/events/constructors/progress-event-constructor.html is failing
2847 https://bugs.webkit.org/show_bug.cgi?id=67927
2851 * platform/qt-arm/Skipped:
2853 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
2855 Unreviewed, update chromium test expectations.
2857 * platform/chromium/test_expectations.txt: add fast/events/constructors/progress-event-constructor.html
2859 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
2861 Unreviewed, update chromium test expectations.
2863 * platform/chromium/test_expectations.txt: perf/show-hide-table-rows.html slow to timeout
2865 2011-09-12 Shinya Kawanaka <shinyak@google.com>
2867 Characters beyond U+10000 should be deleted by one pressing delete key.
2868 https://bugs.webkit.org/show_bug.cgi?id=40351
2870 Reviewed by Kent Tamura.
2872 Added deletion tests.
2874 * editing/deleting/delete-surrogatepair-expected.txt: Added.
2875 * editing/deleting/delete-surrogatepair.html: Added.
2877 2011-09-11 Kentaro Hara <haraken@google.com>
2879 Implement a ProgressEvent constructor for V8
2880 https://bugs.webkit.org/show_bug.cgi?id=67800
2882 Reviewed by Sam Weinig.
2884 Enabled fast/events/constructors/progress-event-constructor.html
2886 * platform/chromium/test_expectations.txt:
2888 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
2890 Unreviewed, update chromium test expectations.
2892 * platform/chromium/test_expectations.txt: slow perf/show-hide-table-rows.html
2894 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
2896 Unreviewed, update chromium test expectations.
2898 * platform/chromium/test_expectations.txt: slow perf/document-contains.html
2900 2011-09-11 Ben Wells <benwells@chromium.org>
2902 Rebaseline for bug 65583 (path based border radius drawing on skia) part 3
2903 https://bugs.webkit.org/show_bug.cgi?id=67830
2905 Reviewed by Kenneth Russell.
2907 * fast/borders/: 13 changes
2908 * fast/frames/iframe-scaling-with-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/iframe-scaling-with-scroll-expected.txt.
2909 * platform/chromium-linux/fast/: 18 changes
2910 * platform/chromium-win/fast/: 21 changes
2911 * platform/chromium/test_expectations.txt:
2912 * platform/mac/fast/: 13 removals
2913 * platform/qt/fast/: 14 removals
2915 2011-09-11 Dimitri Glazkov <dglazkov@chromium.org>
2917 REGRESSION (r87351): toggling display of lots (thousands) of elements with display:none is very slow
2918 https://bugs.webkit.org/show_bug.cgi?id=67581
2920 Reviewed by Darin Adler.
2922 * perf/show-hide-table-rows-expected.txt: Added.
2923 * perf/show-hide-table-rows.html: Added.
2925 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
2927 Unreviewed, update chromium test expectations.
2929 * platform/chromium/test_expectations.txt: add svg/custom/simple-text-double-shadow.svg
2931 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
2933 Unreviewed, one more rebaseline for r94912
2935 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
2936 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
2938 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
2940 Unreviewed, update chromium test expectations and rebaselines for r94912
2942 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
2943 * platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt: Removed.
2944 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2945 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
2946 * platform/chromium/test_expectations.txt:
2948 2011-09-11 Martin Robinson <mrobinson@igalia.com>
2950 Remove two platform-specific results for GTK+ that no longer apply and
2951 rebaseline one more test.
2953 * platform/gtk/fast/multicol/inherit-column-values-expected.txt: Removed.
2954 * platform/gtk/fast/multicol/initial-column-values-expected.txt: Removed.
2955 * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Rebaselined.
2956 * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Ditto.
2958 2011-09-11 Martin Robinson <mrobinson@igalia.com>
2960 Unskip two tests that should be passing now that 67383 is resolved.
2962 * platform/gtk/Skipped: Unskip passing tests.
2964 2011-09-11 Csaba Osztrogonác <ossy@webkit.org>
2966 [Qt][Mac] Unreviewed gardening. Paint the Qt-Mac bot green.
2968 * platform/qt-mac/Skipped: Skip new failing tests.
2970 2011-09-11 Csaba Osztrogonác <ossy@webkit.org>
2972 [Qt] Unreviewed gardening. Add Qt specific expected results for new passing tests.
2974 * platform/qt/fast/borders/block-mask-overlay-image-outset-expected.png: Added.
2975 * platform/qt/fast/borders/block-mask-overlay-image-outset-expected.txt: Added.
2976 * platform/qt/fast/borders/border-image-outset-expected.png: Added.
2977 * platform/qt/fast/borders/border-image-outset-expected.txt: Added.
2978 * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
2979 * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.txt: Added.
2980 * platform/qt/fast/borders/border-image-outset-split-inline-expected.png: Added.
2981 * platform/qt/fast/borders/border-image-outset-split-inline-expected.txt: Added.
2982 * platform/qt/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
2983 * platform/qt/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Added.
2984 * platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
2985 * platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.txt: Added.
2986 * platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
2987 * platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Added.
2988 * platform/qt/fast/reflections/reflection-masks-outset-expected.png: Added.
2989 * platform/qt/fast/reflections/reflection-masks-outset-expected.txt: Added.
2991 2011-09-10 Ryosuke Niwa <rniwa@webkit.org>
2993 Skip fast/images/support-broken-image-delegate.html temporarily on Mac.
2994 The failure is tracked by the bug 67898.
2996 * platform/mac/Skipped:
2998 2011-09-09 David Hyatt <hyatt@apple.com>
3000 https://bugs.webkit.org/show_bug.cgi?id=67861
3002 Implement border-image-outset (and the mask equivalents).
3004 Reviewed by Beth Dakin.
3006 * fast/borders/block-mask-overlay-image-outset.html: Added.
3007 * fast/borders/block-mask-overlay-image.html~: Added.
3008 * fast/borders/border-image-outset-in-shorthand.html: Added.
3009 * fast/borders/border-image-outset-split-inline-vertical-lr.html: Added.
3010 * fast/borders/border-image-outset-split-inline.html: Added.
3011 * fast/borders/border-image-outset.html: Added.
3012 * fast/borders/inline-mask-overlay-image-outset-vertical-rl.html: Added.
3013 * fast/borders/inline-mask-overlay-image-outset.html: Added.
3014 * fast/css/getComputedStyle/computed-style-expected.txt:
3015 * fast/css/getComputedStyle/computed-style-with-zoom-expected.txt:
3016 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3017 * fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt:
3018 * fast/reflections/reflection-computed-style-expected.txt:
3019 * fast/reflections/reflection-masks-outset.html: Added.
3020 * platform/mac/fast/borders/block-mask-overlay-image-outset-expected.png: Added.
3021 * platform/mac/fast/borders/block-mask-overlay-image-outset-expected.txt: Added.
3022 * platform/mac/fast/borders/border-image-outset-expected.png: Added.
3023 * platform/mac/fast/borders/border-image-outset-expected.txt: Added.
3024 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
3025 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.txt: Added.
3026 * platform/mac/fast/borders/border-image-outset-split-inline-expected.png: Added.
3027 * platform/mac/fast/borders/border-image-outset-split-inline-expected.txt: Added.
3028 * platform/mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
3029 * platform/mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Added.
3030 * platform/mac/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
3031 * platform/mac/fast/borders/inline-mask-overlay-image-outset-expected.txt: Added.
3032 * platform/mac/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
3033 * platform/mac/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Added.
3034 * platform/mac/fast/reflections/reflection-masks-outset-expected.png: Added.
3035 * platform/mac/fast/reflections/reflection-masks-outset-expected.txt: Added.
3036 * svg/css/getComputedStyle-basic-expected.txt:
3038 2011-09-10 Csaba Osztrogonác <ossy@webkit.org>
3040 [Qt] Unreviewed gardening after r94897.
3042 * platform/qt/svg/custom/simple-text-double-shadow-expected.png: Added.
3043 * platform/qt/svg/custom/simple-text-double-shadow-expected.txt: Added.
3045 2011-09-10 Ken Buchanan <kenrb@chromium.org>
3047 Crash due to bad data in SVGDocumentExtensions m_pendingResources.
3048 https://bugs.webkit.org/show_bug.cgi?id=67488
3050 Reviewed by Nikolas Zimmermann.
3052 Test added: validating that the crash referenced in the bug is not present.
3054 * svg/dom/SVGStyledElement-pendingResource-crash.html: Added.
3055 * svg/dom/SVGStyledElement-pendingResource-crash-expected.txt: Added.
3056 * svg/dom/resources/SVGStyledElement-pendingResource-crash.svg: Added.
3058 2011-09-09 Erik Arvidsson <arv@chromium.org>
3060 Move Element.contains to Node
3061 https://bugs.webkit.org/show_bug.cgi?id=67651
3063 Reviewed by Darin Adler.
3065 This moves the contains method from Element to Node as in the DOM4 working draft:
3066 http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-contains
3068 This also special cases Document contains to make it O(1) instead of O(depth).
3070 * fast/dom/Element/contains-method-expected.txt: Removed.
3071 * fast/dom/Element/script-tests/contains-method.js: Removed.
3072 * fast/dom/Node/contains-method-expected.txt: Added.
3073 * fast/dom/Node/contains-method.html: Renamed from LayoutTests/fast/dom/Element/contains-method.html.
3074 * fast/dom/Node/script-tests/contains-method.js: Added. Expanded tests.
3075 * fast/dom/Window/window-properties-expected.txt:
3076 * perf/document-contains-expected.txt: Added.
3077 * perf/document-contains.html: Added.
3078 Perf test to ensure that document.contains is O(1).
3079 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3080 * platform/mac/fast/dom/Window/window-properties-expected.txt:
3081 * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
3082 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3084 2011-09-09 Tim Horton <timothy_horton@apple.com>
3086 Text rendered with a simple (i.e. 0px blur) shadow inside a transparency layer has a double shadow
3087 https://bugs.webkit.org/show_bug.cgi?id=67543
3088 <rdar://problem/10070536>
3090 Reviewed by Darin Adler.
3092 Add a test ensuring that text with 0px blur CSS shadow doesn't get rendered
3093 with a second shadow when inside a transparency layer.
3095 * platform/mac/svg/custom/simple-text-double-shadow-expected.png: Added.
3096 * platform/mac/svg/custom/simple-text-double-shadow-expected.txt: Added.
3097 * svg/custom/simple-text-double-shadow.svg: Added.
3099 2011-09-09 Matthew Delaney <mdelaney@apple.com>
3101 Update Skipped lists for mac and mac-lion w.r.t. canvas
3102 https://bugs.webkit.org/show_bug.cgi?id=67867
3104 Reviewed by Simon Fraser.
3106 * platform/mac-lion/Skipped:
3107 * platform/mac/Skipped:
3109 2011-09-09 Kentaro Hara <haraken@google.com>
3111 Generate a WebKitCSSMatrix constructor of V8 using the IDL 'Constructor' extended attribute
3112 https://bugs.webkit.org/show_bug.cgi?id=67458
3114 Reviewed by Adam Barth.
3116 Added a test case for "new WebKitCSSMatrix(null)" and "new WebKitCSSMatrix(undefined)".
3118 * fast/dom/Window/custom-constructors-expected.txt:
3119 * fast/dom/Window/custom-constructors.html:
3121 2011-09-09 Dominic Mazzoni <dmazzoni@google.com>
3123 Add a test to catch a case where an assertion failure or
3124 crash is triggered in AccessibilityRenderObject when deleting
3125 a node that includes a continuation.
3126 https://bugs.webkit.org/show_bug.cgi?id=44149
3128 Reviewed by Chris Fleizach.
3130 * accessibility/div-within-anchors-causes-crash.html: Added.
3131 * platform/mac/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
3133 2011-09-09 Kulanthaivel Palanichamy <kulanthaivel@codeaurora.org>
3135 CSS rules not being applied when a hidden field is inserted between an input[type=checkbox] and a label
3136 https://bugs.webkit.org/show_bug.cgi?id=66887
3138 Reviewed by David Hyatt.
3140 * fast/css/adjacent-sibling-selector-expected.txt: Added.
3141 * fast/css/adjacent-sibling-selector.html: Added.
3143 2011-09-09 Tom Sepez <tsepez@chromium.org>
3145 Add test cases for xss auditor encoding bugs.
3146 https://bugs.webkit.org/show_bug.cgi?id=67134
3148 Reviewed by Daniel Bates.
3150 * http/tests/security/xssAuditor/resources/echo-intertag.pl:
3151 * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt: Added.
3152 * http/tests/security/xssAuditor/xss-filter-bypass-big5.html: Added.
3153 * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt: Added.
3154 * http/tests/security/xssAuditor/xss-filter-bypass-sjis.html: Added.
3156 2011-09-09 Chris Rogers <crogers@google.com>
3158 AudioBufferSourceNode must validate AudioBuffer in .buffer attribute setter
3159 https://bugs.webkit.org/show_bug.cgi?id=67749
3161 Reviewed by Kenneth Russell.
3163 * webaudio/audiobuffersource-channels-expected.txt: Added.
3164 * webaudio/audiobuffersource-channels.html: Added.
3166 2011-09-09 Ryosuke Niwa <rniwa@webkit.org>
3170 * platform/gtk/css2.1/t090204-display-change-01-b-ao-expected.txt:
3172 2011-09-09 Abhishek Arya <inferno@chromium.org>
3174 Unreviewed. Chromium, GTK, Qt rebaselines for r94857.
3176 * platform/chromium-linux/fast/lists/list-marker-before-content-table-expected.png: Added.
3177 * platform/chromium-linux/fast/runin/runin-generated-before-content-expected.png: Added.
3178 * platform/chromium-win-xp/fast/lists: Removed.
3179 * platform/chromium-win/fast/lists/list-marker-before-content-table-expected.png: Added.
3180 * platform/chromium-win/fast/runin/runin-generated-before-content-expected.png: Added.
3181 * platform/gtk/fast/lists/list-marker-before-content-table-expected.txt: Added.
3182 * platform/gtk/fast/runin/runin-generated-before-content-expected.txt: Added.
3183 * platform/mac/fast/lists/list-marker-before-content-table-expected.txt: Added.
3184 * platform/mac/fast/runin/runin-generated-before-content-expected.txt: Added.
3185 * platform/qt/fast/lists/list-marker-before-content-table-expected.txt: Added.
3186 * platform/qt/fast/runin/runin-generated-before-content-expected.txt: Added.
3188 2011-09-09 Dominic Mazzoni <dmazzoni@google.com>
3190 Add a test to catch a case where adjacent continuations were
3191 causing nodes to get added to the accessibility tree twice, leading
3192 to an assertion failure or a crash. The test expectations are
3193 currently Mac-specific, so added the test to the Skipped file for
3195 https://bugs.webkit.org/show_bug.cgi?id=61805
3197 Reviewed by Chris Fleizach.
3199 * accessibility/adjacent-continuations-cause-assertion-failure.html: Added.
3200 * platform/mac/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
3202 2011-09-08 Kentaro Hara <haraken@google.com>
3204 Implement a WebKitAnimationEvent constructor.
3205 https://bugs.webkit.org/show_bug.cgi?id=67825
3207 Checks the behavior of the WebKitAnimationEvent constructor.
3209 Reviewed by Sam Weinig.
3211 * fast/dom/constructed-objects-prototypes-expected.txt:
3212 * fast/events/constructors/webkit-animation-event-constructor-expected.txt: Added.
3213 * fast/events/constructors/webkit-animation-event-constructor.html: Added.
3214 * platform/chromium/test_expectations.txt: Skipped webkit-animation-event-constructor.html, since V8 does not yet have the WebKitAnimationEvent constructor.
3216 2011-09-09 Csaba Osztrogonác <ossy@webkit.org>
3218 [Qt] Unreviewed gardening after r94857. Add platform specific expected files.
3220 * platform/qt/fast/lists/list-marker-before-content-table-expected.png: Added.
3221 * platform/qt/fast/lists/list-marker-before-content-table-expected.txt: Added.
3222 * platform/qt/fast/runin/runin-generated-before-content-expected.png: Added.
3223 * platform/qt/fast/runin/runin-generated-before-content-expected.txt: Added.
3225 2011-09-08 Abhishek Arya <inferno@chromium.org>
3227 :before content rendering issues with list markers and run-ins.
3228 https://bugs.webkit.org/show_bug.cgi?id=67735
3230 Reviewed by Dave Hyatt.
3232 * fast/lists/list-marker-before-content-table-expected.png: Added.
3233 * fast/lists/list-marker-before-content-table-expected.txt: Added.
3234 * fast/lists/list-marker-before-content-table.html: Added.
3235 * fast/runin/runin-generated-before-content-expected.png: Added.
3236 * fast/runin/runin-generated-before-content-expected.txt: Added.
3237 * fast/runin/runin-generated-before-content.html: Added.
3239 2011-09-09 Nate Chapin <japhet@chromium.org>
3241 Chromium leopard css3 baselines, and new mac gpu baselines.
3243 * platform/chromium-cg-mac-leopard/css3: Added.
3244 * platform/chromium-cg-mac-leopard/css3/bdi-element-expected.png: Added.
3245 * platform/chromium-cg-mac-leopard/css3/bdi-element-expected.txt: Added.
3246 * platform/chromium-cg-mac-leopard/css3/unicode-bidi-isolate-aharon-expected.png: Added.
3247 * platform/chromium-cg-mac-leopard/css3/unicode-bidi-isolate-basic-expected.png: Added.
3248 * platform/chromium-gpu-cg-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
3249 * platform/chromium-gpu-win/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Removed.
3250 * platform/chromium-gpu/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Added.
3251 * platform/chromium/test_expectations.txt:
3253 2011-09-09 Cary Clark <caryclark@google.com>
3255 Unreviewed; new baselines (Skia on Mac, GPU edition)
3256 Added reference images.
3258 * platform/chromium-gpu-mac: Added.
3259 (remaining files omitted for brevity)
3261 2011-09-09 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
3263 [Qt] Unreviewed. Update test expectations for css3/bdi-element.html after r94822
3265 * platform/qt/css3/bdi-element-expected.png: Added.
3266 * platform/qt/css3/bdi-element-expected.txt: Added.
3268 2011-09-09 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
3270 [Qt] http/tests/security/xssAuditor/script-tag-with-16bit-unicode4.html fails on Qt
3271 https://bugs.webkit.org/show_bug.cgi?id=67842
3273 * platform/qt/Skipped:
3275 2011-09-09 Sheriff Bot <webkit.review.bot@gmail.com>
3277 Unreviewed, rolling out r94536.
3278 http://trac.webkit.org/changeset/94536
3279 https://bugs.webkit.org/show_bug.cgi?id=67836
3281 breaks absoluteLocation() of RelatedMouseEvent (Requested by
3282 jknotten on #webkit).
3284 * fast/events/page-scaled-mouse-click-expected.txt: Removed.
3285 * fast/events/page-scaled-mouse-click.html: Removed.
3286 * fast/events/script-tests/page-scaled-mouse-click.js: Removed.
3288 2011-09-08 Alexander Pavlov <apavlov@chromium.org>
3290 Web Inspector: live edit both for JS and CSS is not discoverable.
3291 https://bugs.webkit.org/show_bug.cgi?id=65962
3293 Reviewed by Yury Semikhatsky.
3295 * inspector/debugger/scripts-panel.html:
3297 2011-09-09 Shinya Kawanaka <shinyak@google.com>
3299 Crashes in WebCore::AppendNodeCommand::create().
3300 https://bugs.webkit.org/show_bug.cgi?id=67767
3302 Reviewed by Darin Adler.
3304 Added a crash test case.
3306 * editing/execCommand/ident-crashes-topnode-is-text-expected.txt: Added.
3307 * editing/execCommand/ident-crashes-topnode-is-text.html: Added.
3309 2011-09-09 Shinya Kawanaka <shinyak@google.com>
3311 Crashes in WebCore::ApplyStyleCommand.doApply()
3312 https://bugs.webkit.org/show_bug.cgi?id=67765
3314 Reviewed by Ryosuke Niwa.
3316 WebCore::enclosingBlock may return null, but ApplyStyleCommand::applyBlockStyle did not check it. This patch make it to be checked.
3318 * editing/style/remove-format-without-enclosing-block-expected.txt: Added.
3319 * editing/style/remove-format-without-enclosing-block.html: Added.
3321 2011-09-09 Ilya Tikhonovsky <loislo@chromium.org>
3323 Unreviewed. Update test expectations for hyphenate-limit-lines.html.
3325 * platform/chromium/test_expectations.txt:
3327 2011-09-08 Ilya Tikhonovsky <loislo@chromium.org>
3329 Unreviewed, remove wrong chromium expectations for hyphenate-limit-lines.html and mark the test as failing IMAGE+TEXT.
3331 I rebaselined the expectations yesterday but actualy Chromium doesn't support hyphenation yet.
3334 * platform/chromium-cg-mac/fast/text/hyphenate-limit-lines-expected.png: Removed.
3335 * platform/chromium-linux/fast/text/hyphenate-limit-lines-expected.png: Removed.
3336 * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.png: Removed.
3337 * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.png: Removed.
3338 * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.txt: Removed.
3339 * platform/chromium/test_expectations.txt:
3341 2011-09-08 Fumitoshi Ukai <ukai@chromium.org>
3343 Unreviewed, update chromium test expectations.
3345 * platform/chromium/test_expectations.txt: chromium/compositing/zoom-animator-scale-test missing on leopard gpu
3347 2011-09-08 Fumitoshi Ukai <ukai@chromium.org>
3349 Unreviewed, update chromium test expectations.
3351 * platform/chromium/test_expectations.txt: add webaudio/sample-accurate-scheduling.html
3353 2011-09-08 Annie Sullivan <sullivan@chromium.org>
3355 Crashes in WebCore::InsertNodeBeforeCommand constructor.
3356 https://bugs.webkit.org/show_bug.cgi?id=67763
3358 Reviewed by Ryosuke Niwa.
3360 Tests for crash when the selection is outside the contenteditable node.
3362 * editing/inserting/insert-paragraph-selection-outside-contenteditable-expected.txt: Added.
3363 * editing/inserting/insert-paragraph-selection-outside-contenteditable.html: Added.
3365 2011-09-08 Daniel Bates <dbates@webkit.org>
3367 XSS filter bypass via non-standard URL encoding
3368 https://bugs.webkit.org/show_bug.cgi?id=66588
3370 Reviewed by Adam Barth.
3372 Add tests for decoding non-standard 16-bit Unicode escape sequences.
3374 Also add a test to ensure that we don't cause an assertion failure when
3375 calling window.open("").
3377 * http/tests/security/xssAuditor/resources/echo-intertag-decode-16bit-unicode.pl: Added.
3379 (decodeRunOf16BitUnicodeEscapeSequences):
3380 (decode16BitUnicodeEscapeSequences):
3381 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt: Added.
3382 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt: Added.
3383 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair.html: Added.
3384 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode.html: Added.
3385 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt: Added.
3386 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2.html: Added.
3387 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt: Added.
3388 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3.html: Added.
3389 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt: Added.
3390 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4.html: Added.
3391 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt: Added.
3392 * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5.html: Added.
3393 * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt: Updated expected
3394 result since we now pass this test. We should rename this file to something more descriptive,
3395 see <https://bugs.webkit.org/show_bug.cgi?id=67818>.
3396 * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt: Added.
3397 * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode.html: Added.
3398 * http/tests/security/xssAuditor/window-open-without-url-should-not-assert-expected.txt: Added.
3399 * http/tests/security/xssAuditor/window-open-without-url-should-not-assert.html: Added.
3401 2011-09-08 Fumitoshi Ukai <ukai@chromium.org>
3403 Unreviewed. Chromium rebaseline of css3/bdi-element.html
3405 * platform/chromium-cg-mac/css3/bdi-element-expected.png: Added.
3406 * platform/chromium-linux/css3/bdi-element-expected.png: Added.
3407 * platform/chromium-mac/css3/bdi-element-expected.png: Added.
3408 * platform/chromium-win/css3/bdi-element-expected.png: Added.
3409 * platform/chromium-win/css3/bdi-element-expected.txt: Added.
3410 * platform/chromium/css3/bdi-element-expected.txt: Added.
3411 * platform/chromium/test_expectations.txt:
3413 2011-09-08 Eric Seidel <eric@webkit.org>
3415 [BiDi] Add support for the BDI element
3416 https://bugs.webkit.org/show_bug.cgi?id=50913
3418 Reviewed by Ryosuke Niwa.
3420 * css3/bdi-element.html: Added.
3421 * platform/mac/css3/bdi-element-expected.png: Added.
3422 * platform/mac/css3/bdi-element-expected.txt: Added.
3424 2011-09-08 Roland Steiner <rolandsteiner@chromium.org>
3426 Unreviewed, rolling out r94809.
3427 http://trac.webkit.org/changeset/94809
3428 https://bugs.webkit.org/show_bug.cgi?id=67718
3430 commit _still_ premature, despite CQ eagerness
3432 * fast/css/style-scoped/basic-attribute-expected.txt: Removed.
3433 * fast/css/style-scoped/basic-attribute.html: Removed.
3435 2011-09-08 Roland Steiner <rolandsteiner@chromium.org>
3437 <style scoped>: Add 'scoped' attribute
3438 https://bugs.webkit.org/show_bug.cgi?id=67718
3440 Test setting/resetting of the 'scoped' attribute in various circumstances.
3442 Reviewed by Dimitri Glazkov.
3444 * fast/css/style-scoped/basic-attribute-expected.txt: Added.
3445 * fast/css/style-scoped/basic-attribute.html: Added.
3447 2011-09-08 Tony Chang <tony@chromium.org>
3449 remove fast/exclusions/triangle-exclusion.html which was originally added as a placeholder
3450 https://bugs.webkit.org/show_bug.cgi?id=67795
3452 * fast/exclusions/triangle-exclusion.html: Removed.
3454 2011-09-08 Nate Chapin <japhet@chromium.org>
3456 Chromium rebaseline zoom-animator-scale-test.html and mark a couple
3457 svg-as-background tests flaky on chromium-win.
3459 * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Removed.
3460 * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Removed.
3461 * platform/chromium-gpu-win/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
3462 * platform/chromium-gpu-win/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Added.
3463 * platform/chromium/test_expectations.txt:
3465 2011-09-08 Sheriff Bot <webkit.review.bot@gmail.com>
3467 Unreviewed, rolling out r94781.
3468 http://trac.webkit.org/changeset/94781
3469 https://bugs.webkit.org/show_bug.cgi?id=67806
3471 Broke Objective-C binding on Mac (Requested by rniwa on
3474 * fast/dom/Element/contains-method-expected.txt: Added.
3475 * fast/dom/Element/contains-method.html: Renamed from LayoutTests/fast/dom/Node/contains-method.html.
3476 * fast/dom/Element/script-tests/contains-method.js: Added.
3477 * fast/dom/Node/contains-method-expected.txt: Removed.
3478 * fast/dom/Node/script-tests/contains-method.js: Removed.
3479 * fast/dom/Window/window-properties-expected.txt:
3480 * perf/document-contains-expected.txt: Removed.
3481 * perf/document-contains.html: Removed.
3482 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3483 * platform/mac/fast/dom/Window/window-properties-expected.txt:
3484 * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
3485 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3487 2011-09-08 Csaba Osztrogonác <ossy@webkit.org>
3489 [WK2] evetSender.keyDown is unimplemented
3490 https://bugs.webkit.org/show_bug.cgi?id=57515
3492 * platform/wk2/Skipped: Skip fast/dom/shadow/access-key.html.
3494 2011-09-08 Ben Wagner <bungeman@chromium.org>
3496 Chromium shadow-buffer-partial test change.
3497 Part1: Update and disable test.
3498 https://bugs.webkit.org/show_bug.cgi?id=67724
3500 Reviewed by Kenneth Russell.
3502 * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
3503 * platform/chromium/test_expectations.txt:
3505 2011-09-08 Jarred Nicholls <jarred@sencha.com>
3507 frame-loading-via-document-write.html test cases have extra slash in path
3508 https://bugs.webkit.org/show_bug.cgi?id=67784
3510 Removing extra slash in path: file:////tmp/... => file:///tmp/...
3512 Reviewed by Andreas Kling.
3514 * fast/dom/frame-loading-via-document-write.html:
3515 * http/tests/security/frame-loading-via-document-write.html:
3517 2011-09-08 Alexey Proskuryakov <ap@apple.com>
3519 Some file-url-mimetypes subtests fail on rare extensions
3520 https://bugs.webkit.org/show_bug.cgi?id=67679
3522 * platform/mac-leopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
3523 * platform/mac-leopard/platform/mac/fast/loader/file-url-mimetypes-expected.txt:
3524 * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
3525 * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-expected.txt:
3526 Update platform specific results, too.
3528 2011-09-08 Shinya Kawanaka <shinyak@google.com>
3530 Crashes in WebCore::ReplaceSelectionCommand::doApply
3531 https://bugs.webkit.org/show_bug.cgi?id=67762
3533 Reviewed by Ryosuke Niwa.
3535 WebCore::enclosingBlock may return NULL, but its return value was not checked. This patch checks it.
3537 * editing/inserting/insert-without-enclosing-block-expected.txt: Added.
3538 * editing/inserting/insert-without-enclosing-block.html: Added.
3540 2011-09-08 Nate Chapin <japhet@chromium.org>
3542 Chromium baselines for new tests added in r94775 and r94779.
3544 * platform/chromium-cg-mac/platform/chromium/fast/repaint: Added.
3545 * platform/chromium-cg-mac/platform/chromium/fast/repaint/fixed-layout-360x240-expected.png: Added.
3546 * platform/chromium-linux/css3/unicode-bidi-isolate-aharon-expected.png: Added.
3547 * platform/chromium-linux/css3/unicode-bidi-isolate-basic-expected.png: Added.
3548 * platform/chromium-win/css3/unicode-bidi-isolate-aharon-expected.png: Added.
3549 * platform/chromium-win/css3/unicode-bidi-isolate-aharon-expected.txt: Added.
3550 * platform/chromium-win/css3/unicode-bidi-isolate-basic-expected.png: Added.
3551 * platform/chromium-win/css3/unicode-bidi-isolate-basic-expected.txt: Added.
3553 2011-09-08 Csaba Osztrogonác <ossy@webkit.org>
3555 [Qt] Unreviewed gardening after r94771.
3557 * fast/dom/constructed-objects-prototypes-expected.txt: Update, it will pass on Qt, GTK, SL, Win.
3558 * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Removed.
3560 2011-09-08 Sheriff Bot <webkit.review.bot@gmail.com>
3562 Unreviewed, rolling out r94784.
3563 http://trac.webkit.org/changeset/94784
3564 https://bugs.webkit.org/show_bug.cgi?id=67796