Bug 171827 - [El Capitan Release] Layout Test editing/undo/replace-by-span-then-remove.html is flaky
Summary: [El Capitan Release] Layout Test editing/undo/replace-by-span-then-remove.htm...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-08 14:13 PDT by Matt Lewis
Modified: 2017-05-08 19:55 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2017-05-08 14:13:34 PDT
The test editing/undo/replace-by-span-then-remove.html is a flaky failure.

History:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=editing%2Fundo%2Freplace-by-span-then-remove.html

build:
https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/builds/1330

Diff:
--- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/editing/undo/replace-by-span-then-remove-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/editing/undo/replace-by-span-then-remove-actual.txt
@@ -2,6 +2,7 @@
 after removing bold:<span style="font-style: italic;">world</span>
 after removing italic:world
 after undo:<b style="font-style: italic;">world</b>
-after redo:world
-PASS
+after redo:<span style="font-style: italic;">world</span>
+but expected world
+FAIL