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

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

Issue 847073002: Convert some fast/selectors tests to reftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use style attribute in references 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 | « LayoutTests/fast/selectors/014-expected.html ('k') | LayoutTests/fast/selectors/016-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/selectors/015-expected.html
diff --git a/LayoutTests/fast/selectors/015-expected.html b/LayoutTests/fast/selectors/015-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f0ea41575a914c98c496dba8475972881e40f7bc
--- /dev/null
+++ b/LayoutTests/fast/selectors/015-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<ul>
+ <li style="background:lime">This list item should have a green background. because its ID is &quot;t1&quot;</li>
+ <li style="background:lime">This list item should have a green background. because its ID is &quot;t2&quot;</li>
+ <li style="background:lime">This list item should have a green background. because the inner SPAN does not match &quot;#t4&quot;</li>
+</ul>
« no previous file with comments | « LayoutTests/fast/selectors/014-expected.html ('k') | LayoutTests/fast/selectors/016-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698