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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 #elm { overflow:scroll; max-width:4em; padding-left:3em; opacity:0.6; backgr ound:yellow; } 3 #elm { font-family:monospace; overflow:scroll; max-width:4em; padding-left:3 em; opacity:0.6; background:yellow; }
4 </style> 4 </style>
5 <p>Test that an all:inherit declaration in a ::first-letter rule inherits what s hould be inherited, 5 <p>Test that an all:inherit declaration in a ::first-letter rule inherits what s hould be inherited,
6 while invalid properties for ::first-letter aren't.</p> 6 while invalid properties for ::first-letter aren't.</p>
7 <p>The word "PASS" should be seen below, in a yellow box. There should be scroll bars on the yellow 7 <p>The word "PASS" should be seen below, in a yellow box. There should be scroll bars on the yellow
8 box. Translucency should be uniform. There should be no red.</p> 8 box. Translucency should be uniform. There should be no red.</p>
9 <div id="elm">PASS</div> 9 <div id="elm">PASS</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698