Summary: |
script element created with html element as parent |
Product: |
WebKit
|
Reporter: |
Sam Sneddon [:gsnedders] <gsnedders> |
Component: |
DOM | Assignee: |
Nobody <webkit-unassigned> |
Status: |
RESOLVED
FIXED
|
|
|
Severity: |
Normal
|
CC: |
abarth, ap, commit-queue, ddkilzer, hyatt, ian, mitz
|
Priority: |
P2
|
|
|
Version: |
419.x | |
|
Hardware: |
Mac | |
|
OS: |
OS X 10.4 | |
|
URL: |
data:text/html,%3C!doctype%20html%3E%0A%3Cscript%3E%0Aif%20(document.getElementsByTagName(%22script%22)%5B0%5D.parentNode.tagName.toUpperCase()%20%3D%3D%20%22HEAD%22)%0A%09document.write(%22PASS%22)%0Aelse%0A%09document.write(%22FAIL%22)%0A%3C%2Fscript%3E
|
Attachments: |
Description |
Flags |
Patch
|
commit-queue:
commit-queue-
|
|
2010-09-20 02:38 PDT, Adam Barth