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

Side by Side Diff: LayoutTests/virtual/mac-antialiasedtext/fast/text/link-reftest.js

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 unified diff | Download patch
OLDNEW
(Empty)
1 document.addEventListener("DOMContentLoaded", function() {
2 var url = document.location.href;
3 url = url.replace(/.*fast\/text\//g, '');
4 var iframe = document.createElement("iframe");
5 var prefix = "../../../../fast/text/";
6 if (url.indexOf("/") > -1)
7 prefix = "../" + prefix;
8 iframe.src = prefix + url;
9 document.body.appendChild(iframe);
10 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698