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

Unified Diff: LayoutTests/fast/selectors/007a-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
Index: LayoutTests/fast/selectors/007a-expected.html
diff --git a/LayoutTests/fast/selectors/007a-expected.html b/LayoutTests/fast/selectors/007a-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..378c8c7ae52a9f0a7dbd16d24f13cd3f1022ea88
--- /dev/null
+++ b/LayoutTests/fast/selectors/007a-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<style>p, address { background: lime }</style>
+<p>This paragraph should have green background because
+ CLASS contains &quot;b&quot;</p>
+<address>This address should also have green background because the selector
+ in the last rule does not apply to the inner SPANs.
+</address>

Powered by Google App Engine
This is Rietveld 408576698