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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter.html b/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter.html
index 6e25a09a7a619451c4f8b77ec6a2dc7e73293284..7247ad62e24c14c2fd9618fa9f57e9170bae657b 100644
--- a/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter.html
+++ b/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<style>
/* Some invalid properties for ::first-letter */
- #elm { overflow:scroll; max-width:4em; opacity:0.6; background:yellow; }
+ #elm { font-family:monospace; overflow:scroll; max-width:4em; opacity:0.6; background:yellow; }
/* Some valid properties for ::first-letter */
#elm { margin-right:10px; padding-left:3em; }
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698