From 27f3133401ce666547ce5d359e23318522b1386e Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Sun, 31 Jan 2021 11:11:48 +0300 Subject: [PATCH] Added section about Safari images --- docs/index.adoc | 1 + docs/safari.adoc | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/safari.adoc diff --git a/docs/index.adoc b/docs/index.adoc index 6943da930..4690d74b2 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -26,6 +26,7 @@ include::firefox.adoc[leveloffset=+1] include::msedge.adoc[leveloffset=+1] include::opera.adoc[leveloffset=+1] include::playwright.adoc[leveloffset=+1] +include::safari.adoc[leveloffset=+1] include::windows.adoc[leveloffset=+1] include::features.adoc[] diff --git a/docs/safari.adoc b/docs/safari.adoc new file mode 100644 index 000000000..305d33fe4 --- /dev/null +++ b/docs/safari.adoc @@ -0,0 +1,10 @@ +== Safari + +IMPORTANT: Real Safari browser can only run under MacOS \ iOS. These Linux images are using WebKit engine used in Safari browser. From functional point of view real Safari and WebKit browser being used inside these images are equal. However fonts and pixel per pixel rendering could differ. + +.Safari Images +|=== +| Image | WebkitGTK version + +| browsers/safari:13.0 | 2.28.2 +|===