Summary: |
REGRESSION(r94822) Crash in moving text node from one bdi element into another bdi element |
Product: |
WebKit
|
Reporter: |
Dominic Cooney <dominicc> |
Component: |
DOM | Assignee: |
Nobody <webkit-unassigned> |
Status: |
RESOLVED
DUPLICATE
|
|
|
Severity: |
Normal
|
CC: |
aestes, ayg, cevans, eric, jschuh, mbarbella, playmobil, progame+wk, rniwa, tabatkins
|
Priority: |
P2
|
Keywords: |
InRadar |
Version: |
528+ (Nightly build) | |
|
Hardware: |
Unspecified | |
|
OS: |
Unspecified | |
|
URL: |
data:text/html,<!doctype html><div contenteditable><bdi></bdi><bdi>a</bdi></div> <script> document.querySelector("bdi") .appendChild(document.querySelector("bdi+bdi").firstChild) </script>
|
Attachments: |
Description |
Flags |
Repro
|
none
|
|
2011-11-07 15:17 PST, Dominic Cooney