Bug 83029 - Layout is broken in a fullscreened iframe
Summary: Layout is broken in a fullscreened iframe
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-03 06:46 PDT by Vladislav Kaznacheev
Modified: 2012-04-03 06:49 PDT (History)
2 users (show)

See Also:


Attachments
Archive containing two files that need to be unpacked next to each other (one is the main html file, the other is an iframe content) (1.35 KB, application/zip)
2012-04-03 06:49 PDT, Vladislav Kaznacheev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladislav Kaznacheev 2012-04-03 06:46:46 PDT
1. Download and unpack the attached archive.
2. Open fullscreen_main.html
3. Click on "Click here to toggle fullscreen" button. The browser would go fullscreen.
4. Click on a button with the text "Click here to toggle 'left:0; top 0;..." etc).

What is the expected output? 
The page should look the same. 
All this this button does is removing redundant css properties (at least they do not affect the layout in a non-fullscreen mode).

What do you see instead?
The page contents moves 50% to the right
Comment 1 Vladislav Kaznacheev 2012-04-03 06:49:26 PDT
Created attachment 135323 [details]
Archive containing two files that need to be unpacked next to each other (one is the main html file, the other is an iframe content)