Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.internals) { | |
| 4 internals.settings.setCSSStickyPositionEnabled(true); | |
| 5 } | |
| 6 </script> | |
| 7 | |
| 8 <html> | |
| 9 <style> | |
| 10 html { | |
| 11 position: sticky; | |
| 12 } | |
| 13 </style> | |
| 14 <script> | |
| 15 if (window.testRunner) | |
| 16 testRunner.dumpAsText(); | |
| 17 </script> | |
| 18 </head> | |
| 19 <p>This test should not crash</p> | |
| 20 </html> | |
| OLD | NEW |