| div.overflow { margin: 20px; width: 150px; height: 50px; overflow: auto;} |
| div.overflow div { width: 200px; } |
| Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=14875">http://bugs.webkit.org/show_bug.cgi?id=14875</a> |
| Textarea with nowrap - left/right nav, Up/down nav both hide text</i>. |
| The letter A should be fully visible in each one of the eight boxes below. |
| <div id="t1" contenteditable="true" class="overflow"> |
| <div style="text-align: right;"> |
| <div id="t2" contenteditable="true" class="overflow" style="border-left: 10px solid;"> |
| <div style="text-align: right;"> |
| <div id="t3" contenteditable="true" class="overflow" style="border-right: 10px solid;"> |
| <div style="text-align: right;"> |
| <div id="t4" contenteditable="true" class="overflow" style="overflow-y: scroll;"> |
| <div style="text-align: right;"> |
| <div id="t5" contenteditable="true" class="overflow"> |
| <div id="t6" contenteditable="true" class="overflow" style="border-left: 10px solid;"> |
| <div id="t7" contenteditable="true" class="overflow" style="border-right: 10px solid;"> |
| <div id="t8" contenteditable="true" class="overflow" style="overflow-y: scroll;"> |
| var div = document.getElementById(id); |
| function scrollAndFocusDiv(id) |
| var div = document.getElementById(id); |