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

Unified Diff: LayoutTests/fast/selectors/001-expected.html

Issue 847073002: Convert some fast/selectors tests to reftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/selectors/002-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/selectors/001-expected.html
diff --git a/LayoutTests/fast/selectors/001-expected.html b/LayoutTests/fast/selectors/001-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..74b99d0de34685c27d7ff598ee42c68c8732af56
--- /dev/null
+++ b/LayoutTests/fast/selectors/001-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
mstensho (USE GERRIT) 2015/01/13 09:24:18 What's the difference between the ref and the test
rune 2015/01/13 13:45:23 Oops. I'm using a style attribute in all reference
+<style>
+li, p { background: lime }
+</style>
+<ul>
+ <li>The background of this list item should be green</li>
+ <li>The background of this second list item should be also green</li>
+</ul>
+<p>The background of this paragraph should be green.</p>
« no previous file with comments | « no previous file | LayoutTests/fast/selectors/002-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698