Bug 159125 - Fix style invalidation for :active when the activated node has no renderer
Summary: Fix style invalidation for :active when the activated node has no renderer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-26 14:21 PDT by Benjamin Poulain
Modified: 2016-06-27 15:20 PDT (History)
6 users (show)

See Also:


Attachments
Patch (48.80 KB, patch)
2016-06-26 14:28 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff
Patch (50.06 KB, patch)
2016-06-26 15:07 PDT, Benjamin Poulain
koivisto: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2016-06-26 14:21:14 PDT
Fix style invalidation for :active when the activated node has no renderer
Comment 1 Benjamin Poulain 2016-06-26 14:28:48 PDT
Created attachment 282097 [details]
Patch
Comment 2 Benjamin Poulain 2016-06-26 15:07:53 PDT
Created attachment 282098 [details]
Patch
Comment 3 WebKit Commit Bot 2016-06-27 10:56:15 PDT
Comment on attachment 282098 [details]
Patch

Rejecting attachment 282098 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'apply-attachment', '--no-update', '--non-interactive', 282098, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
atching file LayoutTests/fast/css/pseudo-active-style-sharing-6-expected.txt
patching file LayoutTests/fast/css/pseudo-active-style-sharing-6.html
patching file LayoutTests/platform/ios-simulator/TestExpectations
Hunk #1 FAILED at 1435.
1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/platform/ios-simulator/TestExpectations.rej

Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Antti Koivisto']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Full output: http://webkit-queues.webkit.org/results/1580823
Comment 4 Benjamin Poulain 2016-06-27 15:20:36 PDT
Committed r202517: <http://trac.webkit.org/changeset/202517>