Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="/js-test-resources/js-test.js"></script> | |
| 3 <style> | |
| 4 #t { width: 200px; } | |
| 5 </style> | |
| 6 <link rel="stylesheet" type="text/css" href="/resources/load-and-stall.php?name= pending-stylesheet-offset-width.css&stallAt=0&stallFor=1"> | |
|
ojan
2014/05/20 19:22:01
Nit: I usually leave out anything that doesn't cha
rune
2014/05/20 22:16:04
Done.
| |
| 7 <div id="t"></div> | |
| 8 <script> | |
| 9 description("Check that we use the style present asking for offsetWidth, ignorin g pending stylesheets."); | |
| 10 | |
| 11 shouldBe("t.offsetWidth", "200"); | |
| 12 </script> | |
| OLD | NEW |