WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
112848
dialog-enabled.html and dialog-disabled.html don't really test what they think they do
https://bugs.webkit.org/show_bug.cgi?id=112848
Summary
dialog-enabled.html and dialog-disabled.html don't really test what they thin...
Thomas Sepez
Reported
2013-03-20 14:51:52 PDT
This was kicked loose by the V8 Binding Integrity work. In these tests, there is HTML <dialog id="mydialog"></dialog> before the script that does: if (window.internals) internals.settings.setDialogElementEnabled(true); and thus HTMLElementFactory.cpp's dialogConstructor() returns 0, and an HTMLUnknownElement with name "dialog" is created. To fix the test, we must set the setting before parsing the <dialog> element.
Attachments
Patch.
(2.43 KB, patch)
2013-03-20 15:19 PDT
,
Thomas Sepez
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Thomas Sepez
Comment 1
2013-03-20 15:19:43 PDT
Created
attachment 194132
[details]
Patch. Only tests changed.
WebKit Review Bot
Comment 2
2013-03-20 16:07:07 PDT
Comment on
attachment 194132
[details]
Patch. Clearing flags on attachment: 194132 Committed
r146406
: <
http://trac.webkit.org/changeset/146406
>
WebKit Review Bot
Comment 3
2013-03-20 16:07:11 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug