Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Side by Side Diff: LayoutTests/fast/repaint/obscured-background-no-repaint.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script>jsTestIsAsync = true;</script> 3 <script>jsTestIsAsync = true;</script>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <style type="text/css"> 5 <style type="text/css">
6 #test1 div { 6 #test1 div {
7 height: 100px; 7 height: 100px;
8 width: 100px; 8 width: 100px;
9 } 9 }
10 #test1 .parent { 10 #test1 .parent {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 <div class="parent"> 94 <div class="parent">
95 <a> 95 <a>
96 <div></div> 96 <div></div>
97 <div> 97 <div>
98 <img src="resources/apple.jpg"> 98 <img src="resources/apple.jpg">
99 </div> 99 </div>
100 </a> 100 </a>
101 </div> 101 </div>
102 </div> 102 </div>
103 </body> 103 </body>
104 <script src="../js/resources/js-test-post.js"></script>
105 </html> 104 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698