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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html

Issue 1398043004: Change ref-tests to avoid subpixel element boundary issues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html b/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html
index 3167989d37912bf374c793ca6790a8ed7d1f0e07..503d507437965ae680cb3709786fe7a4c870669f 100644
--- a/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<style>
- #elm { overflow:scroll; max-width:4em; padding-left:3em; opacity:0.6; background:yellow; }
+ #elm { font-family:monospace; overflow:scroll; max-width:4em; padding-left:3em; opacity:0.6; background:yellow; }
</style>
<p>Test that an all:inherit declaration in a ::first-letter rule inherits what should be inherited,
while invalid properties for ::first-letter aren't.</p>

Powered by Google App Engine
This is Rietveld 408576698