Hints testing

This commit is contained in:
Alex
2017-06-13 15:02:46 +03:00
parent 989a5e8b91
commit b9c4ac0f5e

View File

@@ -103,6 +103,10 @@ pocketnow.com##div+center > small
||test-ext_safari.org^
!+ PLATFORM(ext_android_cb)
||test-ext_android_cb.org^
!+ PLATFORM(ext_ublock)
||test-ext_ublock.org^
!+ PLATFORM(ext_edge)
||test-ext_edge.org^
!
!
!+ NOT_PLATFORM(windows)
@@ -121,19 +125,23 @@ pocketnow.com##div+center > small
||test-NOT-ext_safari.org^
!+ NOT_PLATFORM(ext_android_cb)
||test-NOT-ext_android_cb.org^
!+ NOT_PLATFORM(ext_edge)
||test-NOT-ext_edge.org^
!+ NOT_PLATFORM(ext_ublock)
||test-NOT-ext_ublock.org^
!
!
!+ PLATFORM(windows,mac,android)
||test-windows-mac-android.org^
!+ PLATFORM(windows, mac, android, ext_ublock, ext_edge)
||test-windows-mac-android-ext_ublock.org-ext_edge^
!
!
!+ NOT_PLATFORM(windows,mac,android)
||test-NOT-windows-mac-android.org^
!+ NOT_PLATFORM(windows, mac,android, ext_ublock, ext_edge)
||test-NOT-windows-mac-android-ext_ublock.org-ext_edge^
!
!
!+ NOT_PLATFORM(ext_android_cb, ext_ff, ext_safari, ios)
||test-NOT-ext_android_cb-ext_ff-ext_safari-ios^
!+ NOT_PLATFORM(ext_android_cb, ext_ff, ext_safari, ios,ext_ublock, ext_edge)
||test-NOT-ext_android_cb-ext_ff-ext_safari-ios-ext_ublock-ext_edge^
!
!
!+ PLATFORM(ext_android_cb, ext_ff, ext_safari, ios)
||test-ext_android_cb-ext_ff-ext_safari-ios^
!+ PLATFORM(ext_android_cb, ext_ff, ext_safari, ios, ext_edge)
||test-ext_android_cb-ext_ff-ext_safari-ios-ext_ublock-ext_edge^