WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
Test case
33245 test case.html (text/html), 742 bytes, created by
mitz
on 2010-01-17 20:46:05 PST
(
hide
)
Description:
Test case
Filename:
MIME Type:
Creator:
mitz
Created:
2010-01-17 20:46:05 PST
Size:
742 bytes
patch
obsolete
><style> > body { height: 2000px; } > .right { float: right; } > .clear { clear: both; } ></style> ><img class="right" style="width: 200px; height: 200px; background-color: yellow;"> ><div>One</div> ><br class="clear"> ><img class="right" style="width: 200px; height: 200px; background-color: yellow;"> ><div>Two</div> ><br class="clear"> ><img class="right" id="i2"> ><div><span onclick="test()">Click here to test (causing partial layout), then resize the window to cause a full layout.</span></div> ><script> > function test() > { > document.getElementById("i2").style.height = "200px"; > document.getElementById("i2").style.width = "200px"; > document.getElementById("i2").style.backgroundColor = "blue"; > } ></script>
<style> body { height: 2000px; } .right { float: right; } .clear { clear: both; } </style> <img class="right" style="width: 200px; height: 200px; background-color: yellow;"> <div>One</div> <br class="clear"> <img class="right" style="width: 200px; height: 200px; background-color: yellow;"> <div>Two</div> <br class="clear"> <img class="right" id="i2"> <div><span onclick="test()">Click here to test (causing partial layout), then resize the window to cause a full layout.</span></div> <script> function test() { document.getElementById("i2").style.height = "200px"; document.getElementById("i2").style.width = "200px"; document.getElementById("i2").style.backgroundColor = "blue"; } </script>
View Attachment As Raw
Actions:
View
Attachments on
bug 33245
:
46784
|
46787
|
46797
|
46837