RESOLVED FIXED 57915
Add <head> to the simpleUserAgentStyleSheet
https://bugs.webkit.org/show_bug.cgi?id=57915
Summary Add <head> to the simpleUserAgentStyleSheet
Joseph Pecoraro
Reported 2011-04-05 21:02:06 PDT
I assume this is because of the new HTMLTreeBuilder, but basic HTMLDocuments contain <html>, <head>, and <body>. But they were requiring loadFullDefaultStyle because <head> is not in the simple stylesheet. It should be added, its very simple.
Attachments
[PATCH] Add head to the simpleStyleSheet. (2.08 KB, patch)
2011-04-05 21:16 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2011-04-05 21:02:44 PDT
Joseph Pecoraro
Comment 2 2011-04-05 21:16:38 PDT
Created attachment 88360 [details] [PATCH] Add head to the simpleStyleSheet.
Joseph Pecoraro
Comment 3 2011-04-05 21:51:35 PDT
Comment on attachment 88360 [details] [PATCH] Add head to the simpleStyleSheet. It built fine for me.
Antti Koivisto
Comment 4 2011-04-05 22:12:25 PDT
Comment on attachment 88360 [details] [PATCH] Add head to the simpleStyleSheet. r=me
WebKit Commit Bot
Comment 5 2011-04-06 01:10:22 PDT
Comment on attachment 88360 [details] [PATCH] Add head to the simpleStyleSheet. Clearing flags on attachment: 88360 Committed r83032: <http://trac.webkit.org/changeset/83032>
WebKit Commit Bot
Comment 6 2011-04-06 01:10:27 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.