Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / details-open-repaint.html
blob0fd3fbfe6d50c59b2af7ae03f0f3acdc692a390a
1 <!DOCTYPE html>
3 <script src="resources/text-based-repaint.js"></script>
4 <script>
5 window.onload = runRepaintTest;
7 function repaintTest() {
8 document.getElementsByTagName('details')[0].setAttribute('open', true);
10 </script>
12 <p>This test passes if the arrow rotates to the open position.</p>
13 <details>
14 <input>
15 <summary>summary</summary>
16 </details>