Commit 5c935c13 authored by tc@google.com's avatar tc@google.com

Rebaseline LayoutTests/editing/selection/select-all-iframe.html which Ojan changed upstream.

Defer new tests.

Fix wdiff to have deletes be red and new lines be green (it was reversed).

Review URL: http://codereview.chromium.org/28213

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10531 0039d316-1c4b-4281-b951-d872f2087c98
parent 98e0949f
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #document to 4 of BODY > HTML > #document
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 11 of #text > DIV > BODY > HTML > #document to 11 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 6 of #text > DIV > BODY > HTML > #document to 6 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text > DIV > BODY > HTML > #document to 11 of #text > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 11 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 6 of #text > DIV > BODY > HTML > #document to 6 of #text > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 11 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 11 of #text > DIV > BODY > HTML > #document
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
......
......@@ -316,6 +316,7 @@ DEFER WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = PASS FAIL
LINUX : chrome/fast/forms/basic-textareas.html = FAIL
LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL
LINUX MAC : LayoutTests/editing/selection/5354455-1.html = FAIL
LINUX : LayoutTests/editing/selection/select-all-iframe.html = FAIL
LINUX : LayoutTests/editing/selection/select-missing-image.html = FAIL
LINUX : LayoutTests/fast/events/offsetX-offsetY.html = FAIL
LINUX : LayoutTests/fast/lists/list-marker-with-line-height.html = FAIL
......@@ -1798,11 +1799,9 @@ LayoutTests/svg/custom/pointer-events-path.svg = FAIL
WIN MAC : LayoutTests/svg/custom/pointer-events-text.svg = FAIL
// New tests from merge 41181:41217
LayoutTests/fast/dom/getBoundingClientRect-getClientRects-relative-to-viewport.html = FAIL
DEFER : LayoutTests/fast/dom/getBoundingClientRect-getClientRects-relative-to-viewport.html = FAIL
// Regressions from merge 41181:41217
// New baseline upstream
LINUX WIN : LayoutTests/editing/selection/select-all-iframe.html = FAIL
WIN : LayoutTests/fast/lists/drag-into-marker.html = FAIL
LINUX WIN : LayoutTests/fast/overflow/004.html = FAIL
LINUX WIN : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL
......
......@@ -182,7 +182,7 @@ class TestTypeBase(object):
cmd = [executable,
'--start-delete=##WDIFF_DEL##', '--end-delete=##WDIFF_END##',
'--start-insert=##WDIFF_ADD##', '--end-insert=##WDIFF_END##',
actual_filename, expected_filename]
expected_filename, actual_filename]
filename = self.OutputFilename(filename,
test_type + self.FILENAME_SUFFIX_WDIFF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment