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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/misc/acid2.html

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>The Second Acid Test</title> 4 <title>The Second Acid Test</title>
5 <style type="text/css"> 5 <style type="text/css">
6 /* section numbers refer to CSS2.1 */ 6 /* section numbers refer to CSS2.1 */
7 7
8 /* page setup */ 8 /* page setup */
9 html { font: 12px sans-serif; margin: 0; padding: 0; overflow: hidden; /* hid es scrollbars on viewport, see 11.1.1:3 */ background: white; color: red; } 9 html { font: 12px sans-serif; margin: 0; padding: 0; overflow: hidden; /* hid es scrollbars on viewport, see 11.1.1:3 */ background: white; color: red; }
10 body { margin: 0; padding: 0; } 10 body { margin: 0; padding: 0; }
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 <div class="parser-container"><div class="parser"><!-- ->ERROR<!- --></div></ div> <!-- two dashes is what delimits a comment, so the text "->ERROR<!-" earlie r on this line is actually part of a comment --> 138 <div class="parser-container"><div class="parser"><!-- ->ERROR<!- --></div></ div> <!-- two dashes is what delimits a comment, so the text "->ERROR<!-" earlie r on this line is actually part of a comment -->
139 <ul> 139 <ul>
140 <li class="first-part"></li> 140 <li class="first-part"></li>
141 <li class="second-part"></li> 141 <li class="second-part"></li>
142 <li class="third-part"></li> 142 <li class="third-part"></li>
143 <li class="fourth-part"></li> 143 <li class="fourth-part"></li>
144 144
145 </ul> 145 </ul>
146 <div class="image-height-test"><table><tr><td><img src="data:image/png;base64 ,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAFSDNYfAAAAaklEQVR42u3XQQrAIAwAQeP%2F%2F6w f8CJBJTK9lnQ7FpHGaOurt1I34nfH9pMMZAZ8BwMGEvvh%2BBsJCAgICLwIOA8EBAQEBAQEBAQEBK79H 5RfIQAAAAAAAAAAAAAAAAAAAAAAAAAAAID%2FABMSqAfj%2FsLmvAAAAABJRU5ErkJggg%3D%3D" alt =""></td></tr></table></div> 146 <div class="image-height-test"><table><tr><td><img src="data:image/png;base64 ,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAFSDNYfAAAAaklEQVR42u3XQQrAIAwAQeP%2F%2F6w f8CJBJTK9lnQ7FpHGaOurt1I34nfH9pMMZAZ8BwMGEvvh%2BBsJCAgICLwIOA8EBAQEBAQEBAQEBK79H 5RfIQAAAAAAAAAAAAAAAAAAAAAAAAAAAID%2FABMSqAfj%2FsLmvAAAAABJRU5ErkJggg%3D%3D" alt =""></td></tr></table></div>
147 </div> 147 </div>
148 <script>internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(); </script> 148 <script>internals.updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayout Tasks();</script>
149 </body> 149 </body>
150 </html> 150 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698