| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Test for repaint on layout of flexbox</title> | 4 <title>Test for repaint on layout of flexbox</title> |
| 5 <script src="../../fast/repaint/resources/text-based-repaint.js" type="text/
javascript"></script> | 5 <script src="../../fast/repaint/resources/repaint.js" type="text/javascript"
></script> |
| 6 <script> | 6 <script> |
| 7 function repaintTest() | 7 function repaintTest() |
| 8 { | 8 { |
| 9 if (window.testRunner) | 9 if (window.testRunner) |
| 10 document.getElementById('badge').style.display = "none"; | 10 document.getElementById('badge').style.display = "none"; |
| 11 } | 11 } |
| 12 </script> | 12 </script> |
| 13 <style> | 13 <style> |
| 14 html { | 14 html { |
| 15 height: 100% | 15 height: 100% |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 <div class="nav-right"></div> | 50 <div class="nav-right"></div> |
| 51 </nav> | 51 </nav> |
| 52 <div class="item"> | 52 <div class="item"> |
| 53 <div class="state"> | 53 <div class="state"> |
| 54 <div id="badge"></div> | 54 <div id="badge"></div> |
| 55 </div> | 55 </div> |
| 56 </div> | 56 </div> |
| 57 </body> | 57 </body> |
| 58 </html> | 58 </html> |
| 59 | 59 |
| OLD | NEW |