RESOLVED WORKSFORME 10894
CSS "size" property is not supported
https://bugs.webkit.org/show_bug.cgi?id=10894
Summary CSS "size" property is not supported
jay
Reported 2006-09-17 01:21:47 PDT
this page and the reduced file in attachment should print in landscape format, in fact they print in portrait
Attachments
print (605 bytes, text/html)
2006-09-17 01:22 PDT, jay
no flags
CSS test for printing landscape (567 bytes, text/html)
2006-12-15 02:07 PST, jay
no flags
jay
Comment 1 2006-09-17 01:22:23 PDT
Mark Rowe (bdash)
Comment 2 2006-12-05 19:51:36 PST
Your reduction is incorrect -- it has CSS rules inside a <script> tag: <style type="text/css"> </style> <script type="text/ecmascript" ><!-- @page {size: landscape} //--></script> A glance at the code shows that support for the "size" property isn't implemented, which is why your example fails to work as intended.
jay
Comment 3 2006-12-15 02:07:10 PST
Created attachment 11855 [details] CSS test for printing landscape
jay
Comment 4 2006-12-15 02:09:12 PST
updated patch in response to #2 cheers
Alexey Proskuryakov
Comment 5 2011-06-28 15:49:46 PDT
Re-filed as bug 63575.
Note You need to log in before you can comment on or make changes to this bug.