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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « headless/test/data/dom_tree_test.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/test/data/dom_tree_test.html
diff --git a/headless/test/data/dom_tree_test.html b/headless/test/data/dom_tree_test.html
index 6cac4ad4a8edccbb6d856e98805c6b9fae8d61b9..b55623937316cca0170d10cfcbd45756f08f6574 100644
--- a/headless/test/data/dom_tree_test.html
+++ b/headless/test/data/dom_tree_test.html
@@ -1,10 +1,11 @@
<html>
<head>
<title>Hello world!</title>
+<link href="dom_tree_test.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="id1">
-<h1 style='color: red'>Some text.</h1>
+<h1 class='red'>Some text.</h1>
<iframe src="/iframe.html" width="400" height="200"></iframe>
<div id="id2">
<div id="id3">
@@ -12,7 +13,7 @@
<a href="https://www.google.com">Google!</a>
<p>A paragraph!</p>
<br>
- <div style='color: green'>Some <em>green</em> text...</div>
+ <div class='green'>Some <em>green</em> text...</div>
</div>
</div>
</div>
« 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