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

Unified Diff: LayoutTests/virtual/mac-antialiasedtext/fast/text/iframe-reftest.css

Issue 249343002: Create an antialiased virtual layout test group for font testing on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments addressed, uploading with --no-find-copies Created 6 years, 8 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/virtual/mac-antialiasedtext/fast/text/iframe-reftest.css
diff --git a/LayoutTests/virtual/mac-antialiasedtext/fast/text/iframe-reftest.css b/LayoutTests/virtual/mac-antialiasedtext/fast/text/iframe-reftest.css
new file mode 100644
index 0000000000000000000000000000000000000000..181b0152da0f770e4309d9c03990b8cc404e1488
--- /dev/null
+++ b/LayoutTests/virtual/mac-antialiasedtext/fast/text/iframe-reftest.css
@@ -0,0 +1,8 @@
+body {
+margin: 0 0 0 0;
+}
+iframe {
+border: 0;
+width: 100vw;
+height: 100vh;
+}

Powered by Google App Engine
This is Rietveld 408576698