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

Unified Diff: LayoutTests/fast/css-generated-content/after-with-inline-continuation-expected.html

Issue 25512005: Enable experimental support for sub-pixel font scaling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/css-generated-content/after-with-inline-continuation-expected.html
diff --git a/LayoutTests/fast/css-generated-content/after-with-inline-continuation-expected.html b/LayoutTests/fast/css-generated-content/after-with-inline-continuation-expected.html
index 4ce905bd64140428dc153771f69598e95c1690e5..d2f8e6fb3443d2604026b6ac182beecc2824acf5 100644
--- a/LayoutTests/fast/css-generated-content/after-with-inline-continuation-expected.html
+++ b/LayoutTests/fast/css-generated-content/after-with-inline-continuation-expected.html
@@ -1,11 +1,13 @@
<!doctype html>
<head>
<style>
+ body {
+ font-family: Arial;
+ }
span {
display: inline;
}
.block {
- font-family: Arial;
display: inline-block;
padding: 5px;
margin: 5px;

Powered by Google App Engine
This is Rietveld 408576698