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

Side by Side Diff: headless/test/data/dom_tree_test.html

Issue 2534873002: Use the Ahem font to try and deflake DomTreeExtractorBrowserTest (Closed)
Patch Set: Try and use ahem on every element Created 4 years 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
« no previous file with comments | « headless/test/data/dom_tree_test.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Hello world!</title> 3 <title>Hello world!</title>
4 <link href="dom_tree_test.css" rel="stylesheet" type="text/css">
4 </head> 5 </head>
5 <body> 6 <body>
6 <div id="id1"> 7 <div id="id1">
7 <h1 style='color: red'>Some text.</h1> 8 <h1 class='red'>Some text.</h1>
8 <iframe src="/iframe.html" width="400" height="200"></iframe> 9 <iframe src="/iframe.html" width="400" height="200"></iframe>
9 <div id="id2"> 10 <div id="id2">
10 <div id="id3"> 11 <div id="id3">
11 <div id="id4"> 12 <div id="id4">
12 <a href="https://www.google.com">Google!</a> 13 <a href="https://www.google.com">Google!</a>
13 <p>A paragraph!</p> 14 <p>A paragraph!</p>
14 <br> 15 <br>
15 <div style='color: green'>Some <em>green</em> text...</div> 16 <div class='green'>Some <em>green</em> text...</div>
16 </div> 17 </div>
17 </div> 18 </div>
18 </div> 19 </div>
19 </body> 20 </body>
20 </html> 21 </html>
OLDNEW
« no previous file with comments | « headless/test/data/dom_tree_test.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698