Changeset 203321 in webkit
- Timestamp:
- Jul 15, 2016, 9:17:21 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 deleted
- 4 edited
-
ChangeLog (modified) (1 diff)
-
fast/css/ancestor-of-hovered-element-detached-expected.txt (deleted)
-
fast/css/ancestor-of-hovered-element-detached.html (deleted)
-
fast/css/ancestor-of-hovered-element-removed.html (modified) (1 diff)
-
platform/ios-simulator/TestExpectations (modified) (1 diff)
-
platform/mac/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r203319 r203321 1 2016-07-15 Benjamin Poulain <benjamin@webkit.org> 2 3 [mac] LayoutTest fast/css/ancestor-of-hovered-element-detached.html is flaky 4 https://bugs.webkit.org/show_bug.cgi?id=159173 5 6 Reviewed by Alexey Proskuryakov. 7 8 The test ancestor-of-hovered-element-detached.html is not reliably 9 covering r202324. 10 11 In the case of that test, the first style update is done with 12 the flag TeardownType::KeepHoverAndActive. This keeps the ":hover" state 13 set despite the subtree losing their renderer. 14 This looks like a serious issue that should be tested separately. 15 16 * fast/css/ancestor-of-hovered-element-removed.html: 17 The :hover update timer is actually a zero timer. 18 It is reasonable to expect a full update after one frame update. 19 20 * fast/css/ancestor-of-hovered-element-detached-expected.txt: Removed. 21 * fast/css/ancestor-of-hovered-element-detached.html: Removed. 22 * platform/ios-simulator/TestExpectations: 23 * platform/mac/TestExpectations: 24 1 25 2016-07-15 Myles C. Maxfield <mmaxfield@apple.com> 2 26 -
trunk/LayoutTests/fast/css/ancestor-of-hovered-element-removed.html
r202324 r203321 94 94 shouldBe('elementsMatchingHoverSelector()', '["html", "body", "prime-ancestor", "interceptor"]'); 95 95 finishJSTest(); 96 }, 1 25);96 }, 17); 97 97 </script> 98 98 <script src="../../resources/js-test-post.js"></script> -
trunk/LayoutTests/platform/ios-simulator/TestExpectations
r203292 r203321 1413 1413 fast/css-generated-content/table-parts-before-and-after.html [ Failure ] 1414 1414 fast/css/absolute-child-with-percent-height-inside-relative-parent.html [ Failure ] 1415 fast/css/ancestor-of-hovered-element-detached.html [ Failure ]1416 1415 fast/css/ancestor-of-hovered-element-removed.html [ Failure ] 1417 1416 fast/css/background-image-with-baseurl.html [ Failure ] -
trunk/LayoutTests/platform/mac/TestExpectations
r203278 r203321 1450 1450 webkit.org/b/158500 storage/indexeddb/database-close-private.html [ Pass Failure ] 1451 1451 1452 webkit.org/b/159173 fast/css/ancestor-of-hovered-element-detached.html [ Pass Failure ]1453 1454 1452 webkit.org/b/158640 imported/blink/storage/indexeddb/blob-valid-after-deletion.html [ Pass Failure ]
Note:
See TracChangeset
for help on using the changeset viewer.