diff --git a/.github/workflows/demos_visual_tests.yml b/.github/workflows/demos_visual_tests.yml index b9464964659c..99fda47b6ce3 100644 --- a/.github/workflows/demos_visual_tests.yml +++ b/.github/workflows/demos_visual_tests.yml @@ -17,7 +17,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Build devextreme timeout-minutes: 20 @@ -55,9 +55,9 @@ jobs: env: ACCESSIBILITY_TESTCAFE_REPORT_PATH: "accessibility_testcafe_report" - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: ${{ matrix.CONSTEL }}-${{ matrix.STRATEGY }}-${{ matrix.THEME }} - timeout-minutes: 30 + timeout-minutes: 120 steps: - name: Get sources @@ -104,7 +104,7 @@ jobs: BROWSERS: chrome:headless --disable-partial-raster --disable-skia-runtime-opts --run-all-compositor-stages-before-draw --disable-new-content-rendering-timeout --disable-threaded-animation --disable-threaded-scrolling --disable-checker-imaging --disable-image-animation-resync --use-gl="swiftshader" --disable-features=PaintHolding --js-flags=--random-seed=2147483647 --font-render-hinting=none --disable-font-subpixel-positioning #DEBUG: hammerhead:*,testcafe:* CONCURRENCY: 4 - TCQUARANTINE: true + TCQUARANTINE: false CONSTEL: ${{ matrix.CONSTEL }} THEME: ${{ matrix.THEME }} # DISABLE_DEMO_TEST_SETTINGS: all # Uncomment to ignore all the visualtestrc.json settings diff --git a/.github/workflows/demos_visual_tests_frameworks.yml b/.github/workflows/demos_visual_tests_frameworks.yml index 0d39ebbd4e8b..da3cc87e7b64 100644 --- a/.github/workflows/demos_visual_tests_frameworks.yml +++ b/.github/workflows/demos_visual_tests_frameworks.yml @@ -17,7 +17,7 @@ env: jobs: build-devextreme: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Build DevExtreme timeout-minutes: 20 @@ -66,7 +66,7 @@ jobs: retention-days: 1 build-demos: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Build Demos timeout-minutes: 20 needs: build-devextreme @@ -126,7 +126,7 @@ jobs: retention-days: 1 get-changes: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Get changed demos timeout-minutes: 5 @@ -155,7 +155,7 @@ jobs: - build-devextreme - get-changes - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 60 strategy: @@ -211,7 +211,7 @@ jobs: check_generated_demos: name: ${{ matrix.name }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 10 needs: build-demos @@ -292,9 +292,9 @@ jobs: CONSTEL: [react(1/4), react(2/4), react(3/4), react(4/4), vue(1/4), vue(2/4), vue(3/4), vue(4/4), angular(1/4), angular(2/4), angular(3/4), angular(4/4)] THEME: ['generic.light', 'material.blue.light', 'fluent.blue.light'] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: testcafe-${{ matrix.CONSTEL }}-${{ matrix.THEME }} - timeout-minutes: 60 + timeout-minutes: 120 steps: - name: Get sources @@ -374,7 +374,7 @@ jobs: BROWSERS: chrome:headless --disable-partial-raster --disable-skia-runtime-opts --run-all-compositor-stages-before-draw --disable-new-content-rendering-timeout --disable-threaded-animation --disable-threaded-scrolling --disable-checker-imaging --disable-image-animation-resync --use-gl="swiftshader" --disable-features=PaintHolding --js-flags=--random-seed=2147483647 --font-render-hinting=none --disable-font-subpixel-positioning #DEBUG: hammerhead:*,testcafe:* CONCURRENCY: 4 - TCQUARANTINE: true + TCQUARANTINE: false CONSTEL: ${{ matrix.CONSTEL }} THEME: ${{ matrix.THEME }} # DISABLE_DEMO_TEST_SETTINGS: all # Uncomment to ignore all the visualtestrc.json settings diff --git a/.github/workflows/qunit_tests-additional-renovation.yml b/.github/workflows/qunit_tests-additional-renovation.yml index 3c5714d96d1f..9d750584367f 100644 --- a/.github/workflows/qunit_tests-additional-renovation.yml +++ b/.github/workflows/qunit_tests-additional-renovation.yml @@ -1,278 +1,278 @@ -name: Additional QUnit - -concurrency: - group: wf-${{github.event.pull_request.number || github.sha}}-${{github.workflow}} - cancel-in-progress: true - -on: - pull_request: - push: - branches: [24_1] - -env: - NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} - NX_SKIP_NX_CACHE: ${{ (github.event_name != 'pull_request' || contains( github.event.pull_request.labels.*.name, 'skip-cache')) && 'true' || 'false' }} - -jobs: - build: - runs-on: devextreme-shr2 - name: Build - timeout-minutes: 25 - - steps: - - name: Get sources - uses: actions/checkout@v4 - - - name: Use Node.js - uses: actions/setup-node@v4 - with: - node-version: '20' - - - name: Restore npm cache - uses: actions/cache@v4 - with: - path: '**/node_modules' - key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }} - restore-keys: ${{ runner.os }}-node-modules - - - name: Run npm install - run: npm install --no-audit --no-fund - - - name: Build - env: - DEVEXTREME_TEST_CI: "true" - DOTNET_CLI_TELEMETRY_OPTOUT: "true" - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true" - working-directory: ./packages/devextreme - run: | - npx nx build:dev - npx nx build:systemjs - - - name: Zip artifacts - working-directory: ./packages/devextreme - run: | - 7z a -tzip -mx3 -mmt2 artifacts.zip artifacts ../devextreme-scss/scss/bundles testing/tests/Renovation/widgets.json - - - name: Upload build artifacts - uses: actions/upload-artifact@v3 - with: - name: devextreme-artifacts - path: packages/devextreme/artifacts.zip - retention-days: 1 - - qunit-tests-timezones: - needs: build - runs-on: devextreme-shr2 - name: ${{ matrix.constel }}-${{ matrix.timezone }} - timeout-minutes: 25 - strategy: - fail-fast: false - matrix: - constel: [ - 'misc(1/2)', - 'misc(2/2)', - 'ui.editors(1/2)', - 'ui.editors(2/2)', - 'ui.grid(1/2)', - 'ui.grid(2/2)', - 'ui.scheduler(1/3)', - 'ui.scheduler(2/3)', - 'ui.scheduler(3/3)' - ] - timezone: [ 'US/Pacific', 'Japan', 'Australia/ACT', 'Europe/London' ] - - steps: - - name: Get sources - uses: actions/checkout@v4 - - - name: Run QUnit tests - uses: ./.github/actions/run-qunit-tests - with: - name: ${{ matrix.constel }}-${{ matrix.timezone }} - constel: ${{ matrix.constel }} - browser: 'chrome' - timezone: ${{ matrix.timezone }} - headless: 'true' - useJQuery: 'false' - useCsp: 'true' - - qunit-tests-performance: - needs: build - runs-on: devextreme-shr2 - name: Performance - timeout-minutes: 25 - steps: - - name: Get sources - uses: actions/checkout@v4 - - - name: Run QUnit tests - uses: ./.github/actions/run-qunit-tests - with: - name: 'Performance' - browser: 'chrome' - isPerformance: 'true' - useJQuery: 'true' - headless: 'false' - useCsp: 'false' - - qunit-tests-mobile-and-shadow-dom: - needs: build - runs-on: devextreme-shr2 - name: ${{ matrix.constel }}-${{ matrix.kind }} - timeout-minutes: 25 - strategy: - fail-fast: false - matrix: - constel: [ - 'ui', - 'ui.widgets(1/3)', - 'ui.widgets(2/3)', - 'ui.widgets(3/3)', - 'ui.editors(1/2)', - 'ui.editors(2/2)', - 'ui.htmlEditor', - 'ui.grid(1/2)', - 'ui.grid(2/2)', - 'ui.scheduler(1/3)', - 'ui.scheduler(2/3)', - 'ui.scheduler(3/3)', - 'viz' - ] - kind: [ 'shadow-dom', 'ios10', 'android6' ] - include: - - headless: false - - kind: 'shadow-dom' - userAgent: '' - useShadowDom: true - - kind: 'ios10' - userAgent: 'ios10' - - kind: 'android6' - userAgent: 'android6' - useJQuery: true - - constel: 'ui' - headless: true - - constel: 'viz' - headless: true - - steps: - - name: Get sources - uses: actions/checkout@v4 - - - name: Run QUnit tests - uses: ./.github/actions/run-qunit-tests - with: - name: ${{ matrix.constel }}-${{ matrix.kind }} - constel: ${{ matrix.constel }} - browser: 'chrome' - useJQuery: ${{ matrix.useJquery || 'false' }} - userAgent: ${{ matrix.userAgent }} - useShadowDom: ${{ matrix.useShadowDom }} - headless: ${{ matrix.headless }} - useCsp: 'true' - - qunit-tests-firefox: - needs: build - runs-on: devextreme-shr2 - name: ${{ matrix.constel }}-firefox - timeout-minutes: 25 - strategy: - fail-fast: false - matrix: - constel: [ - 'export', - 'misc', - 'ui', - 'ui.editors(1/2)', - 'ui.editors(2/2)', - 'ui.htmlEditor', - 'ui.grid(1/2)', - 'ui.grid(2/2)', - 'ui.scheduler(1/3)', - 'ui.scheduler(2/3)', - 'ui.scheduler(3/3)', - 'viz', - 'renovation' - ] - - steps: - - name: Get sources - uses: actions/checkout@v4 - - - name: Run QUnit tests - uses: ./.github/actions/run-qunit-tests - with: - name: ${{ matrix.constel }}-firefox - constel: ${{ matrix.constel }} - browser: 'firefox' - useJQuery: 'true' - headless: 'true' - useCsp: 'true' - - qunit-tests-common: - needs: build - runs-on: devextreme-shr2 - name: ${{ matrix.constel }}-chrome - timeout-minutes: 25 - strategy: - fail-fast: false - matrix: - constel: [ 'export', 'ui.htmlEditor' ] - - steps: - - name: Get sources - uses: actions/checkout@v4 - - - name: Run QUnit tests - uses: ./.github/actions/run-qunit-tests - with: - name: ${{ matrix.constel }}-chrome - constel: ${{ matrix.constel }} - browser: 'chrome' - useJQuery: 'true' - headless: 'true' - useCsp: 'true' - - qunit-tests-no-csp: - needs: build - runs-on: devextreme-shr2 - name: ${{ matrix.constel }}-no-csp - timeout-minutes: 25 - strategy: - fail-fast: false - matrix: - constel: [ 'misc(1/2)', 'misc(2/2)' ] - - steps: - - name: Get sources - uses: actions/checkout@v4 - - - name: Run QUnit tests - uses: ./.github/actions/run-qunit-tests - with: - name: ${{ matrix.constel }}-no-csp - constel: ${{ matrix.constel }} - browser: 'chrome' - useJQuery: 'true' - headless: 'true' - useCsp: 'false' - - notify: - runs-on: devextreme-shr2 - name: Send notifications - needs: [ - build, - qunit-tests-timezones, - qunit-tests-performance, - qunit-tests-mobile-and-shadow-dom, - qunit-tests-firefox, - qunit-tests-no-csp - ] - if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure') - - steps: - - uses: actions/checkout@v4 - - uses: DevExpress/github-actions/send-teams-notification@v1 - with: - hook_url: ${{secrets.TEAMS_ALERT}} - bearer_token: ${{secrets.GITHUB_TOKEN}} - specific_repo: DevExpress/DevExtreme +#name: Additional QUnit +# +#concurrency: +# group: wf-${{github.event.pull_request.number || github.sha}}-${{github.workflow}} +# cancel-in-progress: true +# +#on: +# pull_request: +# push: +# branches: [24_1] +# +#env: +# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} +# NX_SKIP_NX_CACHE: ${{ (github.event_name != 'pull_request' || contains( github.event.pull_request.labels.*.name, 'skip-cache')) && 'true' || 'false' }} +# +#jobs: +# build: +# runs-on: devextreme-shr2 +# name: Build +# timeout-minutes: 25 +# +# steps: +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Use Node.js +# uses: actions/setup-node@v4 +# with: +# node-version: '20' +# +# - name: Restore npm cache +# uses: actions/cache@v4 +# with: +# path: '**/node_modules' +# key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }} +# restore-keys: ${{ runner.os }}-node-modules +# +# - name: Run npm install +# run: npm install --no-audit --no-fund +# +# - name: Build +# env: +# DEVEXTREME_TEST_CI: "true" +# DOTNET_CLI_TELEMETRY_OPTOUT: "true" +# DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true" +# working-directory: ./packages/devextreme +# run: | +# npx nx build:dev +# npx nx build:systemjs +# +# - name: Zip artifacts +# working-directory: ./packages/devextreme +# run: | +# 7z a -tzip -mx3 -mmt2 artifacts.zip artifacts ../devextreme-scss/scss/bundles testing/tests/Renovation/widgets.json +# +# - name: Upload build artifacts +# uses: actions/upload-artifact@v3 +# with: +# name: devextreme-artifacts +# path: packages/devextreme/artifacts.zip +# retention-days: 1 +# +# qunit-tests-timezones: +# needs: build +# runs-on: devextreme-shr2 +# name: ${{ matrix.constel }}-${{ matrix.timezone }} +# timeout-minutes: 25 +# strategy: +# fail-fast: false +# matrix: +# constel: [ +# 'misc(1/2)', +# 'misc(2/2)', +# 'ui.editors(1/2)', +# 'ui.editors(2/2)', +# 'ui.grid(1/2)', +# 'ui.grid(2/2)', +# 'ui.scheduler(1/3)', +# 'ui.scheduler(2/3)', +# 'ui.scheduler(3/3)' +# ] +# timezone: [ 'US/Pacific', 'Japan', 'Australia/ACT', 'Europe/London' ] +# +# steps: +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Run QUnit tests +# uses: ./.github/actions/run-qunit-tests +# with: +# name: ${{ matrix.constel }}-${{ matrix.timezone }} +# constel: ${{ matrix.constel }} +# browser: 'chrome' +# timezone: ${{ matrix.timezone }} +# headless: 'true' +# useJQuery: 'false' +# useCsp: 'true' +# +# qunit-tests-performance: +# needs: build +# runs-on: devextreme-shr2 +# name: Performance +# timeout-minutes: 25 +# steps: +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Run QUnit tests +# uses: ./.github/actions/run-qunit-tests +# with: +# name: 'Performance' +# browser: 'chrome' +# isPerformance: 'true' +# useJQuery: 'true' +# headless: 'false' +# useCsp: 'false' +# +# qunit-tests-mobile-and-shadow-dom: +# needs: build +# runs-on: devextreme-shr2 +# name: ${{ matrix.constel }}-${{ matrix.kind }} +# timeout-minutes: 25 +# strategy: +# fail-fast: false +# matrix: +# constel: [ +# 'ui', +# 'ui.widgets(1/3)', +# 'ui.widgets(2/3)', +# 'ui.widgets(3/3)', +# 'ui.editors(1/2)', +# 'ui.editors(2/2)', +# 'ui.htmlEditor', +# 'ui.grid(1/2)', +# 'ui.grid(2/2)', +# 'ui.scheduler(1/3)', +# 'ui.scheduler(2/3)', +# 'ui.scheduler(3/3)', +# 'viz' +# ] +# kind: [ 'shadow-dom', 'ios10', 'android6' ] +# include: +# - headless: false +# - kind: 'shadow-dom' +# userAgent: '' +# useShadowDom: true +# - kind: 'ios10' +# userAgent: 'ios10' +# - kind: 'android6' +# userAgent: 'android6' +# useJQuery: true +# - constel: 'ui' +# headless: true +# - constel: 'viz' +# headless: true +# +# steps: +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Run QUnit tests +# uses: ./.github/actions/run-qunit-tests +# with: +# name: ${{ matrix.constel }}-${{ matrix.kind }} +# constel: ${{ matrix.constel }} +# browser: 'chrome' +# useJQuery: ${{ matrix.useJquery || 'false' }} +# userAgent: ${{ matrix.userAgent }} +# useShadowDom: ${{ matrix.useShadowDom }} +# headless: ${{ matrix.headless }} +# useCsp: 'true' +# +# qunit-tests-firefox: +# needs: build +# runs-on: devextreme-shr2 +# name: ${{ matrix.constel }}-firefox +# timeout-minutes: 25 +# strategy: +# fail-fast: false +# matrix: +# constel: [ +# 'export', +# 'misc', +# 'ui', +# 'ui.editors(1/2)', +# 'ui.editors(2/2)', +# 'ui.htmlEditor', +# 'ui.grid(1/2)', +# 'ui.grid(2/2)', +# 'ui.scheduler(1/3)', +# 'ui.scheduler(2/3)', +# 'ui.scheduler(3/3)', +# 'viz', +# 'renovation' +# ] +# +# steps: +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Run QUnit tests +# uses: ./.github/actions/run-qunit-tests +# with: +# name: ${{ matrix.constel }}-firefox +# constel: ${{ matrix.constel }} +# browser: 'firefox' +# useJQuery: 'true' +# headless: 'true' +# useCsp: 'true' +# +# qunit-tests-common: +# needs: build +# runs-on: devextreme-shr2 +# name: ${{ matrix.constel }}-chrome +# timeout-minutes: 25 +# strategy: +# fail-fast: false +# matrix: +# constel: [ 'export', 'ui.htmlEditor' ] +# +# steps: +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Run QUnit tests +# uses: ./.github/actions/run-qunit-tests +# with: +# name: ${{ matrix.constel }}-chrome +# constel: ${{ matrix.constel }} +# browser: 'chrome' +# useJQuery: 'true' +# headless: 'true' +# useCsp: 'true' +# +# qunit-tests-no-csp: +# needs: build +# runs-on: devextreme-shr2 +# name: ${{ matrix.constel }}-no-csp +# timeout-minutes: 25 +# strategy: +# fail-fast: false +# matrix: +# constel: [ 'misc(1/2)', 'misc(2/2)' ] +# +# steps: +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Run QUnit tests +# uses: ./.github/actions/run-qunit-tests +# with: +# name: ${{ matrix.constel }}-no-csp +# constel: ${{ matrix.constel }} +# browser: 'chrome' +# useJQuery: 'true' +# headless: 'true' +# useCsp: 'false' +# +# notify: +# runs-on: devextreme-shr2 +# name: Send notifications +# needs: [ +# build, +# qunit-tests-timezones, +# qunit-tests-performance, +# qunit-tests-mobile-and-shadow-dom, +# qunit-tests-firefox, +# qunit-tests-no-csp +# ] +# if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure') +# +# steps: +# - uses: actions/checkout@v4 +# - uses: DevExpress/github-actions/send-teams-notification@v1 +# with: +# hook_url: ${{secrets.TEAMS_ALERT}} +# bearer_token: ${{secrets.GITHUB_TOKEN}} +# specific_repo: DevExpress/DevExtreme diff --git a/.github/workflows/qunit_tests-renovation.yml b/.github/workflows/qunit_tests-renovation.yml index 4672402c9aa2..12ac83c672e2 100644 --- a/.github/workflows/qunit_tests-renovation.yml +++ b/.github/workflows/qunit_tests-renovation.yml @@ -1,94 +1,94 @@ -name: QUnit tests for renovation - -concurrency: - group: wf-${{github.event.pull_request.number || github.sha}}-${{github.workflow}} - cancel-in-progress: true - -on: - pull_request: - push: - branches: [24_1] - -env: - NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} - NX_SKIP_NX_CACHE: ${{ (github.event_name != 'pull_request' || contains( github.event.pull_request.labels.*.name, 'skip-cache')) && 'true' || 'false' }} - -jobs: - build: - runs-on: devextreme-shr2 - name: Build - timeout-minutes: 60 - - steps: - - name: Get sources - uses: actions/checkout@v4 - - - name: Use Node.js - uses: actions/setup-node@v4 - with: - node-version: '20' - - - name: Restore npm cache - uses: actions/cache@v4 - with: - path: '**/node_modules' - key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }} - restore-keys: ${{ runner.os }}-node-modules - - - name: Run npm install - run: npm install --no-audit --no-fund - - - name: Build - working-directory: ./packages/devextreme - env: - DEVEXTREME_TEST_CI: "true" - DOTNET_CLI_TELEMETRY_OPTOUT: "true" - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true" - BUILD_INPROGRESS_RENOVATION: "true" - run: npx nx build:dev - - - name: Zip artifacts - working-directory: ./packages/devextreme - run: | - 7z a -tzip -mx3 -mmt2 artifacts.zip artifacts ../devextreme-scss/scss/bundles testing/tests/Renovation/widgets.json - - - name: Upload build artifacts - uses: actions/upload-artifact@v3 - with: - name: devextreme-artifacts - path: packages/devextreme/artifacts.zip - retention-days: 1 - - qunit-tests: - needs: build - runs-on: devextreme-shr2 - name: Constel ${{ matrix.CONSTEL }} - timeout-minutes: 60 - strategy: - fail-fast: false - matrix: - CONSTEL: [ export, misc, ui, ui.widgets(1/2), ui.widgets(2/2), ui.editors, ui.htmlEditor, ui.grid, ui.scheduler(1/2), ui.scheduler(2/2), viz, renovation ] - - steps: - - name: Get sources - uses: actions/checkout@v4 - - - name: Run QUnit tests - uses: ./.github/actions/run-qunit-tests - with: - constel: ${{ matrix.CONSTEL }} - useCsp: "false" - - notify: - runs-on: devextreme-shr2 - name: Send notifications - needs: [build, qunit-tests] - if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure') - - steps: - - uses: actions/checkout@v4 - - uses: DevExpress/github-actions/send-teams-notification@v1 - with: - hook_url: ${{secrets.TEAMS_ALERT}} - bearer_token: ${{secrets.GITHUB_TOKEN}} - specific_repo: DevExpress/DevExtreme +#name: QUnit tests for renovation +# +#concurrency: +# group: wf-${{github.event.pull_request.number || github.sha}}-${{github.workflow}} +# cancel-in-progress: true +# +#on: +# pull_request: +# push: +# branches: [24_1] +# +#env: +# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} +# NX_SKIP_NX_CACHE: ${{ (github.event_name != 'pull_request' || contains( github.event.pull_request.labels.*.name, 'skip-cache')) && 'true' || 'false' }} +# +#jobs: +# build: +# runs-on: devextreme-shr2 +# name: Build +# timeout-minutes: 60 +# +# steps: +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Use Node.js +# uses: actions/setup-node@v4 +# with: +# node-version: '20' +# +# - name: Restore npm cache +# uses: actions/cache@v4 +# with: +# path: '**/node_modules' +# key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }} +# restore-keys: ${{ runner.os }}-node-modules +# +# - name: Run npm install +# run: npm install --no-audit --no-fund +# +# - name: Build +# working-directory: ./packages/devextreme +# env: +# DEVEXTREME_TEST_CI: "true" +# DOTNET_CLI_TELEMETRY_OPTOUT: "true" +# DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true" +# BUILD_INPROGRESS_RENOVATION: "true" +# run: npx nx build:dev +# +# - name: Zip artifacts +# working-directory: ./packages/devextreme +# run: | +# 7z a -tzip -mx3 -mmt2 artifacts.zip artifacts ../devextreme-scss/scss/bundles testing/tests/Renovation/widgets.json +# +# - name: Upload build artifacts +# uses: actions/upload-artifact@v3 +# with: +# name: devextreme-artifacts +# path: packages/devextreme/artifacts.zip +# retention-days: 1 +# +# qunit-tests: +# needs: build +# runs-on: devextreme-shr2 +# name: Constel ${{ matrix.CONSTEL }} +# timeout-minutes: 60 +# strategy: +# fail-fast: false +# matrix: +# CONSTEL: [ export, misc, ui, ui.widgets(1/2), ui.widgets(2/2), ui.editors, ui.htmlEditor, ui.grid, ui.scheduler(1/2), ui.scheduler(2/2), viz, renovation ] +# +# steps: +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Run QUnit tests +# uses: ./.github/actions/run-qunit-tests +# with: +# constel: ${{ matrix.CONSTEL }} +# useCsp: "false" +# +# notify: +# runs-on: devextreme-shr2 +# name: Send notifications +# needs: [build, qunit-tests] +# if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure') +# +# steps: +# - uses: actions/checkout@v4 +# - uses: DevExpress/github-actions/send-teams-notification@v1 +# with: +# hook_url: ${{secrets.TEAMS_ALERT}} +# bearer_token: ${{secrets.GITHUB_TOKEN}} +# specific_repo: DevExpress/DevExtreme diff --git a/.github/workflows/testcafe_tests.yml b/.github/workflows/testcafe_tests.yml index 967d922c2742..4124d2967ed4 100644 --- a/.github/workflows/testcafe_tests.yml +++ b/.github/workflows/testcafe_tests.yml @@ -1,208 +1,208 @@ -name: TestCafe tests - -concurrency: - group: wf-${{github.event.pull_request.number || github.sha}}-${{github.workflow}} - cancel-in-progress: true - -on: - pull_request: - push: - branches: [24_1] - -env: - NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} - NX_SKIP_NX_CACHE: ${{ (github.event_name != 'pull_request' || contains( github.event.pull_request.labels.*.name, 'skip-cache')) && 'true' || 'false' }} - BUILD_TEST_INTERNAL_PACKAGE: true - -jobs: - build: - name: build - strategy: - fail-fast: false - - runs-on: devextreme-shr2 - timeout-minutes: 15 - - steps: - - name: Get sources - uses: actions/checkout@v4 - - - name: Use Node.js - uses: actions/setup-node@v4 - with: - node-version: '20' - - - name: Restore npm cache - uses: actions/cache@v4 - with: - path: '**/node_modules' - key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }} - restore-keys: ${{ runner.os }}-node-modules - - - name: Run npm install - run: npm install --no-audit --no-fund - - - name: Build - run: npx nx build devextreme-main - - - name: Zip artifacts - working-directory: ./packages/devextreme - run: | - 7z a -tzip -mx3 -mmt2 artifacts.zip artifacts ../devextreme-scss/scss/bundles - - - name: Upload build artifacts - uses: actions/upload-artifact@v3 - with: - name: devextreme-artifacts - path: ./packages/devextreme/artifacts.zip - retention-days: 1 - - testcafe: - name: ${{ matrix.ARGS.name }} - needs: [build] - strategy: - fail-fast: false - matrix: - ARGS: [ - { componentFolder: "accessibility", name: "accessibility (1/5)", indices: "1/5" }, - { componentFolder: "accessibility", name: "accessibility (2/5)", indices: "2/5" }, - { componentFolder: "accessibility", name: "accessibility (3/5)", indices: "3/5" }, - { componentFolder: "accessibility", name: "accessibility (4/5)", indices: "4/5" }, - { componentFolder: "accessibility", name: "accessibility (5/5)", indices: "5/5" }, - { componentFolder: "accessibility", name: "accessibility - material (1/7)", theme: "material.blue.light", indices: "1/7" }, - { componentFolder: "accessibility", name: "accessibility - material (2/7)", theme: "material.blue.light", indices: "2/7" }, - { componentFolder: "accessibility", name: "accessibility - material (3/7)", theme: "material.blue.light", indices: "3/7" }, - { componentFolder: "accessibility", name: "accessibility - material (4/7)", theme: "material.blue.light", indices: "4/7" }, - { componentFolder: "accessibility", name: "accessibility - material (5/7)", theme: "material.blue.light", indices: "5/7" }, - { componentFolder: "accessibility", name: "accessibility - material (6/7)", theme: "material.blue.light", indices: "6/7" }, - { componentFolder: "accessibility", name: "accessibility - material (7/7)", theme: "material.blue.light", indices: "7/7" }, - { componentFolder: "accessibility", name: "accessibility - fluent (1/7)", theme: "fluent.blue.light", indices: "1/7" }, - { componentFolder: "accessibility", name: "accessibility - fluent (2/7)", theme: "fluent.blue.light", indices: "2/7" }, - { componentFolder: "accessibility", name: "accessibility - fluent (3/7)", theme: "fluent.blue.light", indices: "3/7" }, - { componentFolder: "accessibility", name: "accessibility - fluent (4/7)", theme: "fluent.blue.light", indices: "4/7" }, - { componentFolder: "accessibility", name: "accessibility - fluent (5/7)", theme: "fluent.blue.light", indices: "5/7" }, - { componentFolder: "accessibility", name: "accessibility - fluent (6/7)", theme: "fluent.blue.light", indices: "6/7" }, - { componentFolder: "accessibility", name: "accessibility - fluent (7/7)", theme: "fluent.blue.light", indices: "7/7" }, - { componentFolder: "common", name: "common" }, - { componentFolder: "common", name: "common - material", theme: 'material.blue.light' }, - { componentFolder: "common", name: "common - fluent", theme: 'fluent.blue.light' }, - { componentFolder: "treeList", name: "treeList", concurrency: 1 }, - { componentFolder: "dataGrid", name: "dataGrid (1/2)", indices: "1/2" }, - { componentFolder: "dataGrid", name: "dataGrid (2/2)", indices: "2/2" }, - { componentFolder: "pivotGrid", name: "pivotGrid", concurrency: 1 }, - { componentFolder: "pivotGrid", name: "pivotGrid - material", theme: 'material.blue.light', concurrency: 1 }, - { componentFolder: "pivotGrid", name: "pivotGrid - fluent", theme: 'fluent.blue.light', concurrency: 1 }, - { componentFolder: "scheduler", name: "scheduler (1/5)", indices: "1/5" }, - { componentFolder: "scheduler", name: "scheduler (2/5)", indices: "2/5" }, - { componentFolder: "scheduler", name: "scheduler (3/5)", indices: "3/5" }, - { componentFolder: "scheduler", name: "scheduler (4/5)", indices: "4/5" }, - { componentFolder: "scheduler", name: "scheduler (5/5)", indices: "5/5" }, - { componentFolder: "scheduler/timezones", name: "scheduler (Europe/Berlin)", timezone: "Europe/Berlin" }, - { componentFolder: "scheduler/timezones", name: "scheduler (America/Los_Angeles)", timezone: "America/Los_Angeles" }, - { componentFolder: "form", name: "form (1/2)", indices: "1/2" }, - { componentFolder: "form", name: "form (2/2)", indices: "2/2" }, - { componentFolder: "form", name: "form - material (1/2)", theme: 'material.blue.light', indices: "1/2" }, - { componentFolder: "form", name: "form - material (2/2)", theme: 'material.blue.light', indices: "2/2" }, - { componentFolder: "form", name: "form - fluent (1/2)", theme: 'fluent.blue.light', indices: "1/2" }, - { componentFolder: "form", name: "form - fluent (2/2)", theme: 'fluent.blue.light', indices: "2/2" }, - { componentFolder: "editors", name: "editors (1/2)", indices: "1/2" }, - { componentFolder: "editors", name: "editors (2/2)", indices: "2/2" }, - { componentFolder: "editors", name: "editors - material (1/2)", theme: 'material.blue.light', indices: "1/2" }, - { componentFolder: "editors", name: "editors - material (2/2)", theme: 'material.blue.light', indices: "2/2" }, - { componentFolder: "editors", name: "editors - fluent (1/2)", theme: 'fluent.blue.light', indices: "1/2" }, - { componentFolder: "editors", name: "editors - fluent (2/2)", theme: 'fluent.blue.light', indices: "2/2" }, - { componentFolder: "htmlEditor", name: "htmlEditor", concurrency: 1 }, - { componentFolder: "htmlEditor", name: "htmlEditor - material", theme: 'material.blue.light', concurrency: 1 }, - { componentFolder: "htmlEditor", name: "htmlEditor - fluent", theme: 'fluent.blue.light', concurrency: 1 }, - { componentFolder: "navigation", name: "navigation" }, - { componentFolder: "navigation", name: "navigation - material", theme: 'material.blue.light' }, - { componentFolder: "navigation", name: "navigation - fluent", theme: 'fluent.blue.light' }, - { componentFolder: "fileManager", name: "fileManager" }, - { componentFolder: "fileManager", name: "fileManager - material", theme: 'material.blue.light' }, - { componentFolder: "fileManager", name: "fileManager - fluent", theme: 'fluent.blue.light' }, - { componentFolder: "filterBuilder", name: "filterBuilder" }, - { componentFolder: "filterBuilder", name: "filterBuilder - material", theme: 'material.blue.light' }, - { componentFolder: "filterBuilder", name: "filterBuilder - fluent", theme: 'fluent.blue.light' }, - ] - runs-on: devextreme-shr2 - timeout-minutes: 90 - - steps: - - name: Set machine timezone - run: | - sudo ln -sf "/usr/share/zoneinfo/$([ "${{ matrix.ARGS.timezone }}" != "" ] && echo "${{ matrix.ARGS.timezone }}" || echo "GMT")" /etc/localtime - date - - - name: Get sources - uses: actions/checkout@v4 - - - name: Setup Chrome - uses: ./.github/actions/setup-chrome - with: - chrome-version: '121.0.6167.160' - - - name: Use Node.js - uses: actions/setup-node@v4 - with: - node-version: '20' - - - name: Restore npm cache - uses: actions/cache@v4 - with: - path: '**/node_modules' - key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }} - restore-keys: ${{ runner.os }}-node-modules - - - name: Run npm install - run: npm install --no-audit --no-fund - - - name: Download artifacts - uses: actions/download-artifact@v3 - with: - name: devextreme-artifacts - path: ./packages/devextreme - - - name: Unpack artifacts - working-directory: ./packages/devextreme - run: 7z x artifacts.zip -aoa - - - name: Run TestCafe tests - working-directory: ./e2e/testcafe-devextreme - run: | - [ "${{ matrix.ARGS.theme }}" != "" ] && THEME="--theme ${{ matrix.ARGS.theme }}" - [ "${{ matrix.ARGS.indices }}" != "" ] && INDICES="--indices ${{ matrix.ARGS.indices }}" - [ "${{ matrix.ARGS.concurrency }}" != "" ] && CONCURRENCY="--concurrency ${{ matrix.ARGS.concurrency }}" - [ "${{ matrix.ARGS.platform }}" != "" ] && PLATFORM="--platform ${{ matrix.ARGS.platform }}" - all_args="--browsers=chrome:devextreme-shr2 --componentFolder ${{ matrix.ARGS.componentFolder }} $CONCURRENCY $INDICES $PLATFORM $THEME" - echo "$all_args" - npx nx test $all_args - - - name: Copy compared screenshot artifacts - if: ${{ failure() }} - uses: actions/upload-artifact@v3 - with: - name: compared-screenshots - path: ${{ github.workspace }}/e2e/testcafe-devextreme/artifacts/compared-screenshots/**/* - if-no-files-found: ignore - - - name: Copy failed test artifacts - if: ${{ failure() }} - uses: actions/upload-artifact@v3 - with: - name: failed-tests - path: ${{ github.workspace }}/e2e/testcafe-devextreme/artifacts/failedtests/**/* - if-no-files-found: ignore - - notify: - runs-on: devextreme-shr2 - name: Send notifications - needs: [build, testcafe] - if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure') - - steps: - - uses: actions/checkout@v4 - - uses: DevExpress/github-actions/send-teams-notification@v1 - with: - hook_url: ${{secrets.TEAMS_ALERT}} - bearer_token: ${{secrets.GITHUB_TOKEN}} - specific_repo: DevExpress/DevExtreme +#name: TestCafe tests +# +#concurrency: +# group: wf-${{github.event.pull_request.number || github.sha}}-${{github.workflow}} +# cancel-in-progress: true +# +#on: +# pull_request: +# push: +# branches: [24_1] +# +#env: +# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} +# NX_SKIP_NX_CACHE: ${{ (github.event_name != 'pull_request' || contains( github.event.pull_request.labels.*.name, 'skip-cache')) && 'true' || 'false' }} +# BUILD_TEST_INTERNAL_PACKAGE: true +# +#jobs: +# build: +# name: build +# strategy: +# fail-fast: false +# +# runs-on: devextreme-shr2 +# timeout-minutes: 15 +# +# steps: +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Use Node.js +# uses: actions/setup-node@v4 +# with: +# node-version: '20' +# +# - name: Restore npm cache +# uses: actions/cache@v4 +# with: +# path: '**/node_modules' +# key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }} +# restore-keys: ${{ runner.os }}-node-modules +# +# - name: Run npm install +# run: npm install --no-audit --no-fund +# +# - name: Build +# run: npx nx build devextreme-main +# +# - name: Zip artifacts +# working-directory: ./packages/devextreme +# run: | +# 7z a -tzip -mx3 -mmt2 artifacts.zip artifacts ../devextreme-scss/scss/bundles +# +# - name: Upload build artifacts +# uses: actions/upload-artifact@v3 +# with: +# name: devextreme-artifacts +# path: ./packages/devextreme/artifacts.zip +# retention-days: 1 +# +# testcafe: +# name: ${{ matrix.ARGS.name }} +# needs: [build] +# strategy: +# fail-fast: false +# matrix: +# ARGS: [ +# { componentFolder: "accessibility", name: "accessibility (1/5)", indices: "1/5" }, +# { componentFolder: "accessibility", name: "accessibility (2/5)", indices: "2/5" }, +# { componentFolder: "accessibility", name: "accessibility (3/5)", indices: "3/5" }, +# { componentFolder: "accessibility", name: "accessibility (4/5)", indices: "4/5" }, +# { componentFolder: "accessibility", name: "accessibility (5/5)", indices: "5/5" }, +# { componentFolder: "accessibility", name: "accessibility - material (1/7)", theme: "material.blue.light", indices: "1/7" }, +# { componentFolder: "accessibility", name: "accessibility - material (2/7)", theme: "material.blue.light", indices: "2/7" }, +# { componentFolder: "accessibility", name: "accessibility - material (3/7)", theme: "material.blue.light", indices: "3/7" }, +# { componentFolder: "accessibility", name: "accessibility - material (4/7)", theme: "material.blue.light", indices: "4/7" }, +# { componentFolder: "accessibility", name: "accessibility - material (5/7)", theme: "material.blue.light", indices: "5/7" }, +# { componentFolder: "accessibility", name: "accessibility - material (6/7)", theme: "material.blue.light", indices: "6/7" }, +# { componentFolder: "accessibility", name: "accessibility - material (7/7)", theme: "material.blue.light", indices: "7/7" }, +# { componentFolder: "accessibility", name: "accessibility - fluent (1/7)", theme: "fluent.blue.light", indices: "1/7" }, +# { componentFolder: "accessibility", name: "accessibility - fluent (2/7)", theme: "fluent.blue.light", indices: "2/7" }, +# { componentFolder: "accessibility", name: "accessibility - fluent (3/7)", theme: "fluent.blue.light", indices: "3/7" }, +# { componentFolder: "accessibility", name: "accessibility - fluent (4/7)", theme: "fluent.blue.light", indices: "4/7" }, +# { componentFolder: "accessibility", name: "accessibility - fluent (5/7)", theme: "fluent.blue.light", indices: "5/7" }, +# { componentFolder: "accessibility", name: "accessibility - fluent (6/7)", theme: "fluent.blue.light", indices: "6/7" }, +# { componentFolder: "accessibility", name: "accessibility - fluent (7/7)", theme: "fluent.blue.light", indices: "7/7" }, +# { componentFolder: "common", name: "common" }, +# { componentFolder: "common", name: "common - material", theme: 'material.blue.light' }, +# { componentFolder: "common", name: "common - fluent", theme: 'fluent.blue.light' }, +# { componentFolder: "treeList", name: "treeList", concurrency: 1 }, +# { componentFolder: "dataGrid", name: "dataGrid (1/2)", indices: "1/2" }, +# { componentFolder: "dataGrid", name: "dataGrid (2/2)", indices: "2/2" }, +# { componentFolder: "pivotGrid", name: "pivotGrid", concurrency: 1 }, +# { componentFolder: "pivotGrid", name: "pivotGrid - material", theme: 'material.blue.light', concurrency: 1 }, +# { componentFolder: "pivotGrid", name: "pivotGrid - fluent", theme: 'fluent.blue.light', concurrency: 1 }, +# { componentFolder: "scheduler", name: "scheduler (1/5)", indices: "1/5" }, +# { componentFolder: "scheduler", name: "scheduler (2/5)", indices: "2/5" }, +# { componentFolder: "scheduler", name: "scheduler (3/5)", indices: "3/5" }, +# { componentFolder: "scheduler", name: "scheduler (4/5)", indices: "4/5" }, +# { componentFolder: "scheduler", name: "scheduler (5/5)", indices: "5/5" }, +# { componentFolder: "scheduler/timezones", name: "scheduler (Europe/Berlin)", timezone: "Europe/Berlin" }, +# { componentFolder: "scheduler/timezones", name: "scheduler (America/Los_Angeles)", timezone: "America/Los_Angeles" }, +# { componentFolder: "form", name: "form (1/2)", indices: "1/2" }, +# { componentFolder: "form", name: "form (2/2)", indices: "2/2" }, +# { componentFolder: "form", name: "form - material (1/2)", theme: 'material.blue.light', indices: "1/2" }, +# { componentFolder: "form", name: "form - material (2/2)", theme: 'material.blue.light', indices: "2/2" }, +# { componentFolder: "form", name: "form - fluent (1/2)", theme: 'fluent.blue.light', indices: "1/2" }, +# { componentFolder: "form", name: "form - fluent (2/2)", theme: 'fluent.blue.light', indices: "2/2" }, +# { componentFolder: "editors", name: "editors (1/2)", indices: "1/2" }, +# { componentFolder: "editors", name: "editors (2/2)", indices: "2/2" }, +# { componentFolder: "editors", name: "editors - material (1/2)", theme: 'material.blue.light', indices: "1/2" }, +# { componentFolder: "editors", name: "editors - material (2/2)", theme: 'material.blue.light', indices: "2/2" }, +# { componentFolder: "editors", name: "editors - fluent (1/2)", theme: 'fluent.blue.light', indices: "1/2" }, +# { componentFolder: "editors", name: "editors - fluent (2/2)", theme: 'fluent.blue.light', indices: "2/2" }, +# { componentFolder: "htmlEditor", name: "htmlEditor", concurrency: 1 }, +# { componentFolder: "htmlEditor", name: "htmlEditor - material", theme: 'material.blue.light', concurrency: 1 }, +# { componentFolder: "htmlEditor", name: "htmlEditor - fluent", theme: 'fluent.blue.light', concurrency: 1 }, +# { componentFolder: "navigation", name: "navigation" }, +# { componentFolder: "navigation", name: "navigation - material", theme: 'material.blue.light' }, +# { componentFolder: "navigation", name: "navigation - fluent", theme: 'fluent.blue.light' }, +# { componentFolder: "fileManager", name: "fileManager" }, +# { componentFolder: "fileManager", name: "fileManager - material", theme: 'material.blue.light' }, +# { componentFolder: "fileManager", name: "fileManager - fluent", theme: 'fluent.blue.light' }, +# { componentFolder: "filterBuilder", name: "filterBuilder" }, +# { componentFolder: "filterBuilder", name: "filterBuilder - material", theme: 'material.blue.light' }, +# { componentFolder: "filterBuilder", name: "filterBuilder - fluent", theme: 'fluent.blue.light' }, +# ] +# runs-on: devextreme-shr2 +# timeout-minutes: 120 +# +# steps: +# - name: Set machine timezone +# run: | +# sudo ln -sf "/usr/share/zoneinfo/$([ "${{ matrix.ARGS.timezone }}" != "" ] && echo "${{ matrix.ARGS.timezone }}" || echo "GMT")" /etc/localtime +# date +# +# - name: Get sources +# uses: actions/checkout@v4 +# +# - name: Setup Chrome +# uses: ./.github/actions/setup-chrome +# with: +# chrome-version: '121.0.6167.160' +# +# - name: Use Node.js +# uses: actions/setup-node@v4 +# with: +# node-version: '20' +# +# - name: Restore npm cache +# uses: actions/cache@v4 +# with: +# path: '**/node_modules' +# key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }} +# restore-keys: ${{ runner.os }}-node-modules +# +# - name: Run npm install +# run: npm install --no-audit --no-fund +# +# - name: Download artifacts +# uses: actions/download-artifact@v3 +# with: +# name: devextreme-artifacts +# path: ./packages/devextreme +# +# - name: Unpack artifacts +# working-directory: ./packages/devextreme +# run: 7z x artifacts.zip -aoa +# +# - name: Run TestCafe tests +# working-directory: ./e2e/testcafe-devextreme +# run: | +# [ "${{ matrix.ARGS.theme }}" != "" ] && THEME="--theme ${{ matrix.ARGS.theme }}" +# [ "${{ matrix.ARGS.indices }}" != "" ] && INDICES="--indices ${{ matrix.ARGS.indices }}" +# [ "${{ matrix.ARGS.concurrency }}" != "" ] && CONCURRENCY="--concurrency ${{ matrix.ARGS.concurrency }}" +# [ "${{ matrix.ARGS.platform }}" != "" ] && PLATFORM="--platform ${{ matrix.ARGS.platform }}" +# all_args="--browsers=chrome:devextreme-shr2 --componentFolder ${{ matrix.ARGS.componentFolder }} $CONCURRENCY $INDICES $PLATFORM $THEME" +# echo "$all_args" +# npx nx test $all_args +# +# - name: Copy compared screenshot artifacts +# if: ${{ failure() }} +# uses: actions/upload-artifact@v3 +# with: +# name: compared-screenshots +# path: ${{ github.workspace }}/e2e/testcafe-devextreme/artifacts/compared-screenshots/**/* +# if-no-files-found: ignore +# +# - name: Copy failed test artifacts +# if: ${{ failure() }} +# uses: actions/upload-artifact@v3 +# with: +# name: failed-tests +# path: ${{ github.workspace }}/e2e/testcafe-devextreme/artifacts/failedtests/**/* +# if-no-files-found: ignore +# +# notify: +# runs-on: devextreme-shr2 +# name: Send notifications +# needs: [build, testcafe] +# if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure') +# +# steps: +# - uses: actions/checkout@v4 +# - uses: DevExpress/github-actions/send-teams-notification@v1 +# with: +# hook_url: ${{secrets.TEAMS_ALERT}} +# bearer_token: ${{secrets.GITHUB_TOKEN}} +# specific_repo: DevExpress/DevExtreme diff --git a/e2e/testcafe-devextreme/runner.js b/e2e/testcafe-devextreme/runner.js index 78958892e6ee..022d782015d4 100644 --- a/e2e/testcafe-devextreme/runner.js +++ b/e2e/testcafe-devextreme/runner.js @@ -110,7 +110,7 @@ createTestCafe({ } const runOptions = { - quarantineMode: { successThreshold: 1, attemptLimit: 5 }, + // quarantineMode: { successThreshold: 1, attemptLimit: 5 }, }; if(args.componentFolder.trim() !== 'renovation') { diff --git a/e2e/testcafe-devextreme/tests/dataGrid/etalons/T1179114-grid-edit-custom-button-in-generic-theme-when-useicons-is-true.png b/e2e/testcafe-devextreme/tests/dataGrid/etalons/T1179114-grid-edit-custom-button-in-generic-theme-when-useicons-is-true.png index fe073eeafb6d..3574f496ab8e 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/etalons/T1179114-grid-edit-custom-button-in-generic-theme-when-useicons-is-true.png and b/e2e/testcafe-devextreme/tests/dataGrid/etalons/T1179114-grid-edit-custom-button-in-generic-theme-when-useicons-is-true.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/etalons/T1179114-grid-edit-custom-button-in-material-theme-when-useicons-is-false.png b/e2e/testcafe-devextreme/tests/dataGrid/etalons/T1179114-grid-edit-custom-button-in-material-theme-when-useicons-is-false.png index 4b5eef399de8..aa4210387f12 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/etalons/T1179114-grid-edit-custom-button-in-material-theme-when-useicons-is-false.png and b/e2e/testcafe-devextreme/tests/dataGrid/etalons/T1179114-grid-edit-custom-button-in-material-theme-when-useicons-is-false.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/etalons/grid-popup-editing-checkbox.png b/e2e/testcafe-devextreme/tests/dataGrid/etalons/grid-popup-editing-checkbox.png index f32f76a4c355..8c9d3394b7a1 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/etalons/grid-popup-editing-checkbox.png and b/e2e/testcafe-devextreme/tests/dataGrid/etalons/grid-popup-editing-checkbox.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/etalons/grid-popup-editing-grid.png b/e2e/testcafe-devextreme/tests/dataGrid/etalons/grid-popup-editing-grid.png index b9696028fbf3..fcc7145a2b69 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/etalons/grid-popup-editing-grid.png and b/e2e/testcafe-devextreme/tests/dataGrid/etalons/grid-popup-editing-grid.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/filterRow/etalons/T1072609-material.blue.light.png b/e2e/testcafe-devextreme/tests/dataGrid/filterRow/etalons/T1072609-material.blue.light.png index c49dc7688f00..5d6cdbd1a5ca 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/filterRow/etalons/T1072609-material.blue.light.png and b/e2e/testcafe-devextreme/tests/dataGrid/filterRow/etalons/T1072609-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/focus/focusedRow/etalons/focused-row-invalid-cells (material.blue.light).png b/e2e/testcafe-devextreme/tests/dataGrid/focus/focusedRow/etalons/focused-row-invalid-cells (material.blue.light).png index fa41f73c5bed..6e210df50254 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/focus/focusedRow/etalons/focused-row-invalid-cells (material.blue.light).png and b/e2e/testcafe-devextreme/tests/dataGrid/focus/focusedRow/etalons/focused-row-invalid-cells (material.blue.light).png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/focus/focusedRow/etalons/focused-row_markup (material.blue.light).png b/e2e/testcafe-devextreme/tests/dataGrid/focus/focusedRow/etalons/focused-row_markup (material.blue.light).png index 75bad2f59158..2ddb6fd16aa7 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/focus/focusedRow/etalons/focused-row_markup (material.blue.light).png and b/e2e/testcafe-devextreme/tests/dataGrid/focus/focusedRow/etalons/focused-row_markup (material.blue.light).png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_borders_f-columns_m-detail.png index 474b97189bb1..e432d9028a68 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_borders_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_borders_m-detail.png index 05d3bc0f45ed..a8fb94dc40fd 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_borders_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_borders_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_f-columns.png index 8d76a585471b..7a1a492984f0 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_f-columns_m-detail.png index c7973d5585a5..1e54cd5bf948 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_borders_f-columns_m-detail.png index 86e2e8048318..04193abef447 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_f-columns.png index d4de65daa412..2c69cb7192cb 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_f-columns_m-detail.png index 17e05ca43dab..f9f645339eeb 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_borders_f-columns_m-detail.png index 86e2e8048318..04193abef447 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_f-columns.png index d518f3cd8faa..8ae21b494eac 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_f-columns_m-detail.png index 17e05ca43dab..f9f645339eeb 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-c_lines-r_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_borders_f-columns_m-detail.png index 474b97189bb1..e432d9028a68 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_borders_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_borders_m-detail.png index 05d3bc0f45ed..a8fb94dc40fd 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_borders_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_borders_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_f-columns.png index fbe87fc82bcc..17b342e0ec0a 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_f-columns_m-detail.png index c7973d5585a5..1e54cd5bf948 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_m-detail.png index d90b84c55c1f..86dc1d2461c9 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_lines-r_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_m-detail.png index d90b84c55c1f..86dc1d2461c9 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_borders_f-columns_m-detail.png index c9f44847f016..30aaaa97e598 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_borders_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_borders_m-detail.png index 10efb015a82f..6503c8ffd2bd 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_borders_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_borders_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_f-columns.png index fd77b7eda4b5..6beb04fb4b4a 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_f-columns_m-detail.png index 97cc6fff610e..0f04c7f4c369 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_borders_f-columns_m-detail.png index bdeea8ccb356..b72d83bffe97 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_f-columns.png index bb55ad59493d..d5ca79300c15 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_f-columns_m-detail.png index 1f586f2c7d95..4bcc3eb4c0fb 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_borders_f-columns_m-detail.png index bdeea8ccb356..b72d83bffe97 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_f-columns.png index c7345d4bbff0..31ecdcaabfc0 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_f-columns_m-detail.png index 1f586f2c7d95..4bcc3eb4c0fb 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-c_lines-r_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_borders_f-columns_m-detail.png index c9f44847f016..30aaaa97e598 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_borders_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_borders_m-detail.png index 10efb015a82f..6503c8ffd2bd 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_borders_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_borders_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_f-columns.png index 8bcb8e7516cc..9b9bbbb4eb6e 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_f-columns_m-detail.png index 97cc6fff610e..0f04c7f4c369 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_m-detail.png index 873abc8c9c4f..b384ee3df9d6 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_lines-r_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_m-detail.png index 873abc8c9c4f..b384ee3df9d6 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders-repaint_material_r-alt_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_borders_f-columns_m-detail.png index 0d36b7b403f9..7fdafd88e8c9 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_borders_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_borders_m-detail.png index 174a002dd76f..fee7654977be 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_borders_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_borders_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_f-columns.png index 6584e79c2758..7df19b515581 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_f-columns_m-detail.png index 22895cc0c2eb..60b8b3f89c96 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_borders_f-columns_m-detail.png index 7958bc7029bc..d47f1f83c2db 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_f-columns.png index ba17129e81ae..c4f4f908a2b9 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_f-columns_m-detail.png index 07ff37d9f698..8c2e8e654d62 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_borders_f-columns_m-detail.png index 7958bc7029bc..d47f1f83c2db 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_f-columns.png index 999c7e7de7d7..183c16b0740d 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_f-columns_m-detail.png index 07ff37d9f698..8c2e8e654d62 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-c_lines-r_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_borders_f-columns_m-detail.png index 0d36b7b403f9..7fdafd88e8c9 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_borders_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_borders_m-detail.png index 174a002dd76f..fee7654977be 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_borders_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_borders_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_f-columns.png index 379d4d8f3f34..a54fb9a8171a 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_f-columns_m-detail.png index 22895cc0c2eb..60b8b3f89c96 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_m-detail.png index 3c7c37893259..a33be26e13c7 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_lines-r_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_m-detail.png index 3c7c37893259..a33be26e13c7 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_borders_f-columns_m-detail.png index 96c800712c03..bb5346f5c647 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_borders_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_borders_m-detail.png index 9996802cbb01..cd5ec44f7e73 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_borders_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_borders_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_f-columns.png index 4cc719ea07f2..682eef68d15a 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_f-columns_m-detail.png index 22c434afd1bc..1542b809c014 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_borders_f-columns_m-detail.png index a2da28002c73..f502b81b5485 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_f-columns.png index bf663abd327a..e8a7a176ddbd 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_f-columns_m-detail.png index 46ad7700400b..f97db65008fd 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_borders_f-columns_m-detail.png index a2da28002c73..f502b81b5485 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_f-columns.png index 242f98f63053..6d62c6e86287 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_f-columns_m-detail.png index 46ad7700400b..f97db65008fd 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-c_lines-r_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_borders_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_borders_f-columns_m-detail.png index 96c800712c03..bb5346f5c647 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_borders_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_borders_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_borders_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_borders_m-detail.png index 9996802cbb01..cd5ec44f7e73 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_borders_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_borders_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_f-columns.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_f-columns.png index fb3edf7385e4..189b80692f7b 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_f-columns.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_f-columns.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_f-columns_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_f-columns_m-detail.png index 22c434afd1bc..1542b809c014 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_f-columns_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_f-columns_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_m-detail.png index 42f8104440aa..714647fb67c9 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_lines-r_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_m-detail.png b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_m-detail.png index 42f8104440aa..714647fb67c9 100644 Binary files a/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_m-detail.png and b/e2e/testcafe-devextreme/tests/dataGrid/markup/group-panel/etalons/borders_material_r-alt_m-detail.png differ diff --git a/e2e/testcafe-devextreme/tests/editors/autocomplete/etalons/Autocomplete placeholder if value is not choosen (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/autocomplete/etalons/Autocomplete placeholder if value is not choosen (material-blue-light).png index 6f6b2975d7c0..e30b2a052ac2 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/autocomplete/etalons/Autocomplete placeholder if value is not choosen (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/autocomplete/etalons/Autocomplete placeholder if value is not choosen (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render (material-blue-light-compact).png index 7ed4efc65dbb..ecf345e8e44c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-dark).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-dark).png index 8829263b082d..7465183a0f7d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-dark).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-dark).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-light).png index dd400fcd35c3..18d670fd32a0 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-light-compact).png index 47702c9f661b..6feafe862a29 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render in disabled (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render with overflow (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render with overflow (material-blue-light-compact).png index 0c007f976715..e87b4521def2 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render with overflow (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button render with overflow (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button with svg icon as background (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button with svg icon as background (material-blue-light).png index 371c5b1dd587..d80990d296e6 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button with svg icon as background (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button with svg icon as background (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button with svg icon as background (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button with svg icon as background (material-blue-light-compact).png index 8f4449ae05b5..0129d9b2c099 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/Button with svg icon as background (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/Button with svg icon as background (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is #grid, after scrolling (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is #grid, after scrolling (material-blue-light).png index 0dc7b482c1a1..235020035013 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is #grid, after scrolling (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is #grid, after scrolling (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is #grid, before scrolling (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is #grid, before scrolling (material-blue-light).png index c3e2be1574d0..5b66e625056d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is #grid, before scrolling (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is #grid, before scrolling (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is undefined, after scrolling (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is undefined, after scrolling (material-blue-light).png index 3bca837a644b..0022a06b523a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is undefined, after scrolling (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is undefined, after scrolling (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is undefined, before scrolling (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is undefined, before scrolling (material-blue-light).png index a82c0bae15ee..7166051fae6f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is undefined, before scrolling (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with grid, position.of is undefined, before scrolling (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='' (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='' (material-blue-light).png index d3ed551c3ef3..6b65bf7af76e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='' (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='' (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='' (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='' (material-blue-light-compact).png index c08fd0b4cba7..85105d2f2915 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='' (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='' (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='home' (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='home' (material-blue-light-compact).png index 7161c6599511..14286145534e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='home' (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/button/etalons/FAB with one speed dial action button,label='Add Row',icon='home' (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar century view (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar century view (material-blue-light-compact).png index 2d91f65bbd19..c2c8f3da19dd 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar century view (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar century view (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar century view with today button (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar century view with today button (material-blue-light-compact).png index ca63d22c7a29..c8a947845ea0 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar century view with today button (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar century view with today button (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar decade view (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar decade view (material-blue-light-compact).png index 5e1fb827bbb3..80acb7cc4619 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar decade view (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar decade view (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar decade view with today button (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar decade view with today button (material-blue-light-compact).png index 0d8f6e4bd983..a116428c7d7e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar decade view with today button (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar decade view with today button (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar month view (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar month view (material-blue-light-compact).png index 3ccb3223cf54..87c257ba34cc 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar month view (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar month view (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar month view with today button (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar month view with today button (material-blue-light-compact).png index b108739f84cd..d28ba0cb6ca4 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar month view with today button (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar month view with today button (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with disabled dates (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with disabled dates (material-blue-light-compact).png index 9582db340927..fcdc926a8205 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with disabled dates (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with disabled dates (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with multiple selectionMode (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with multiple selectionMode (material-blue-light-compact).png index e63e19df25bf..f69520f7c26a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with multiple selectionMode (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with multiple selectionMode (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with multiview (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with multiview (material-blue-light-compact).png index d57412ab053e..08f9c02306dd 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with multiview (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with multiview (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with range selectionMode (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with range selectionMode (material-blue-light-compact).png index 56c12d7cb574..8ca876ba4508 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with range selectionMode (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with range selectionMode (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with showWeekNumbers (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with showWeekNumbers (material-blue-light-compact).png index c001dd5099c8..fe6a7ae9591e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with showWeekNumbers (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar with showWeekNumbers (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view (material-blue-light-compact).png index f4a33a23fd8c..099db4741c95 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view cell styles (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view cell styles (material-blue-light-compact).png index caa1e8e9a267..9c2e4dacabf0 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view cell styles (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view cell styles (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view with today button (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view with today button (material-blue-light-compact).png index 11ab829076eb..0223d83b7b6e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view with today button (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/calendar/etalons/Calendar year view with today button (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=0.67 (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=0.67 (material-blue-light).png index 8aeb197bba43..d444a9222da3 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=0.67 (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=0.67 (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=0.67 (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=0.67 (material-blue-light-compact).png index cc8a140afdd8..2226bc4dfabd 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=0.67 (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=0.67 (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=1.15 (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=1.15 (material-blue-light).png index bb62cfbd1950..9a2244c95691 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=1.15 (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=1.15 (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=1.15 (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=1.15 (material-blue-light-compact).png index 5e374edb71ac..3f3da7246c5d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=1.15 (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/CheckBox appearance in scaled container, scale=1.15 (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states (material-blue-light).png index 3b8b53b5a98c..4330a8f1a415 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states (material-blue-light-compact).png index b4798da8929e..6f813b61dc1d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states with column count style (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states with column count style (material-blue-light).png index a9382347c239..e5eaf2ffad26 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states with column count style (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states with column count style (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states with column count style (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states with column count style (material-blue-light-compact).png index 7131b283a341..a8d2e9340b9c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states with column count style (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox states with column count style (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with bottom position (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with bottom position (material-blue-light).png index 73b5ca4dd176..feaf00992950 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with bottom position (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with bottom position (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with bottom position (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with bottom position (material-blue-light-compact).png index 78d52fc6b71b..c38e7703a66d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with bottom position (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with bottom position (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with left position (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with left position (material-blue-light).png index 36c83762afac..51e099a13935 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with left position (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with left position (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with left position (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with left position (material-blue-light-compact).png index 9dafdd7e8656..3ebaf72237f8 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with left position (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with left position (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with right position (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with right position (material-blue-light).png index d7a2d28a103c..86562cd959d7 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with right position (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with right position (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with right position (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with right position (material-blue-light-compact).png index f81080aae109..20e023939af7 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with right position (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with right position (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with top position (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with top position (material-blue-light).png index 8992c76baf48..db3b490682c2 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with top position (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with top position (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with top position (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with top position (material-blue-light-compact).png index 5ad5b1442ee1..b981d93da11c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with top position (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/checkBox/etalons/Checkbox validation message with top position (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/colorbox/etalons/Colorbox with placeholder (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/colorbox/etalons/Colorbox with placeholder (material-blue-light).png index 167b01d06ef4..ead8c6bb26c4 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/colorbox/etalons/Colorbox with placeholder (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/colorbox/etalons/Colorbox with placeholder (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/DateBox with datetime and root element as container (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/DateBox with datetime and root element as container (material-blue-light).png index 03c8998714cf..8708a23dde69 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/DateBox with datetime and root element as container (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/DateBox with datetime and root element as container (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=floating (material-blue-light).png index a0414a1cdbf9..8311c9dbb002 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=floating (material-blue-light-compact).png index bec46dd18591..588bc7c1bf28 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=hidden (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=hidden (material-blue-light).png index bf505538b898..8ba32114eb5f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=hidden (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=hidden (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=outside (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=outside (material-blue-light).png index 46d4e9a12b91..5e79844dec0f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=outside (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=outside (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=outside (material-blue-light-compact).png index 4769d0fb9a1b..8068175d404d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=static (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=static (material-blue-light).png index 5aa832973f64..8311c9dbb002 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=static (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=static (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=static (material-blue-light-compact).png index bec46dd18591..588bc7c1bf28 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=filled, labelMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=floating (material-blue-light-compact).png index 7c3f70fd689f..2e860d6a98d6 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=outside (material-blue-light-compact).png index 4102a16af7c5..7a6e99ffb784 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=static (material-blue-light-compact).png index 7c3f70fd689f..2e860d6a98d6 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=outlined, labelMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=floating (material-blue-light-compact).png index b9f6422c3087..10d38f1eafee 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=outside (material-blue-light-compact).png index 59d30b071dfc..10cec3c88cea 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=static (material-blue-light-compact).png index b9f6422c3087..10d38f1eafee 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox active stylingMode=underlined, labelMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=floating (material-blue-light-compact).png index b9511a7c0b60..b4caea736d6b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=outside (material-blue-light-compact).png index 0f8a520348f9..1702bf54f726 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=static (material-blue-light-compact).png index b9511a7c0b60..b4caea736d6b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=filled, labelMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=floating (material-blue-light-compact).png index cf0c2cb3ce1c..81a0aea9d98d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=outside (material-blue-light-compact).png index 9ebb45bcd185..3392f4d35ce4 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=static (material-blue-light-compact).png index cf0c2cb3ce1c..81a0aea9d98d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=outlined, labelMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=floating (material-blue-light-compact).png index 0f6970b41efd..378f52b06ba5 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=outside (material-blue-light-compact).png index 5e466d7d14f4..7e9f2831e252 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=static (material-blue-light-compact).png index 0f6970b41efd..378f52b06ba5 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox focused stylingMode=underlined, labelMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=floating (material-blue-light-compact).png index d67c53d0e9d3..d7fb345944df 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=outside (material-blue-light-compact).png index b0f549c3684a..5c143dc6f1f8 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=static (material-blue-light-compact).png index d67c53d0e9d3..d7fb345944df 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=filled, labelMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=floating (material-blue-light-compact).png index 7c3f70fd689f..2e860d6a98d6 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=outside (material-blue-light-compact).png index 4102a16af7c5..7a6e99ffb784 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=static (material-blue-light-compact).png index 7c3f70fd689f..2e860d6a98d6 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=outlined, labelMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=floating (material-blue-light-compact).png index b9f6422c3087..10d38f1eafee 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=outside (material-blue-light-compact).png index 59d30b071dfc..10cec3c88cea 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=static (material-blue-light-compact).png index b9f6422c3087..10d38f1eafee 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox stylingMode=underlined, labelMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=bottom (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=bottom (material-blue-light).png index 7edf8333f88a..d85fc7dbafce 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=bottom (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=bottom (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=bottom (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=bottom (material-blue-light-compact).png index e8a31843342a..15082e588b35 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=bottom (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=bottom (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=left (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=left (material-blue-light).png index 79e346372391..efe266ebbfb9 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=left (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=left (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=left (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=left (material-blue-light-compact).png index 204727919721..0156f935b892 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=left (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=left (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=right (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=right (material-blue-light).png index 13b0de8442d7..01ccd3143120 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=right (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=right (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=right (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=right (material-blue-light-compact).png index 9f7f35d9886a..af8966dee100 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=right (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=right (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=top (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=top (material-blue-light).png index 3f6c6dabb7fc..70b79d0d0789 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=top (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=top (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=top (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=top (material-blue-light-compact).png index 11e49c27ecbc..5745c571f3f3 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=top (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateBox/etalons/Datebox validation message with position=top (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB appearance after change rtl mode in runtime (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB appearance after change rtl mode in runtime (material-blue-light).png index 03727c1b0e0c..6765a70100b2 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB appearance after change rtl mode in runtime (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB appearance after change rtl mode in runtime (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range cells, start in view and end in row & vise versa (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range cells, start in view and end in row & vise versa (material-blue-light).png index 81f4ba435fdf..2ad52233872a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range cells, start in view and end in row & vise versa (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range cells, start in view and end in row & vise versa (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range cells, start in view and in row & end in view and in row (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range cells, start in view and in row & end in view and in row (material-blue-light).png index a27e85e175f1..81d00778c59a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range cells, start in view and in row & end in view and in row (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range cells, start in view and in row & end in view and in row (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, endDate is start in row, hover is end view & start row, rtl (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, endDate is start in row, hover is end view & start row, rtl (material-blue-light).png index 7096d6b40cf3..2c3503d12389 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, endDate is start in row, hover is end view & start row, rtl (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, endDate is start in row, hover is end view & start row, rtl (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, endDate is start in view, hover is end in row, rtl (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, endDate is start in view, hover is end in row, rtl (material-blue-light).png index 172cd317046c..067174f235aa 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, endDate is start in view, hover is end in row, rtl (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, endDate is start in view, hover is end in row, rtl (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, startDate is end in view & row, hover inside row, rtl (fluent-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, startDate is end in view & row, hover inside row, rtl (fluent-blue-light).png index dddda184c910..908fc0c6998b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, startDate is end in view & row, hover inside row, rtl (fluent-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, startDate is end in view & row, hover inside row, rtl (fluent-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, startDate is end in view, hover inside row, rtl (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, startDate is end in view, hover inside row, rtl (material-blue-light).png index 3ce2e88244b4..c473127daf24 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, startDate is end in view, hover inside row, rtl (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB range, startDate is end in view, hover inside row, rtl (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=floating (material-blue-light-compact).png index 726f77586597..b0b007d32384 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=outside (material-blue-light-compact).png index 6e75bfa5c56b..87cd884e56b9 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=static (material-blue-light-compact).png index 726f77586597..b0b007d32384 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=filled,lMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=floating (material-blue-light-compact).png index 866c6fc82814..7bd681398858 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=outside (material-blue-light-compact).png index 6db8ee3902c5..093c5bd73414 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=static (material-blue-light-compact).png index 866c6fc82814..7bd681398858 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=outlined,lMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=floating (material-blue-light-compact).png index 0c3ea598acc4..7413b295140c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=outside (material-blue-light-compact).png index 61512ec7513a..67e51f0a495a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=static (material-blue-light-compact).png index 0c3ea598acc4..7413b295140c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DRB with buttons container,stMode=underlined,lMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=filled isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=filled isValid=false (material-blue-light-compact).png index ac28534a4f65..c078faee7396 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=filled isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=filled isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=filled isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=filled isValid=true (material-blue-light-compact).png index 85c4a1332b4c..b74ac83e30fa 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=filled isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=filled isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=outlined isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=outlined isValid=false (material-blue-light-compact).png index f2e2ba681f4f..722ad1d6d20b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=outlined isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=outlined isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=outlined isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=outlined isValid=true (material-blue-light-compact).png index 2368a76bed09..3268f066102a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=outlined isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=outlined isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=underlined isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=underlined isValid=false (material-blue-light-compact).png index 8ca7034d3825..831600ecc025 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=underlined isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=underlined isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=underlined isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=underlined isValid=true (material-blue-light-compact).png index 8bcebc4ac220..d0e95d5b5333 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=underlined isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox active stylingMode=underlined isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=filled isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=filled isValid=false (material-blue-light).png index 8e91270966e6..a3668cc8987b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=filled isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=filled isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=outlined isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=outlined isValid=false (material-blue-light).png index 63ff710bdbc5..48500f481250 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=outlined isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=outlined isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=underlined isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=underlined isValid=false (material-blue-light).png index 8c9aa5ea28a0..f3a2c16e953f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=underlined isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox disabled stylingMode=underlined isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=filled isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=filled isValid=false (material-blue-light-compact).png index c14d39b52b9a..021ebfb76072 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=filled isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=filled isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=filled isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=filled isValid=true (material-blue-light-compact).png index 5376007639f8..1c9ed30cc285 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=filled isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=filled isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=outlined isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=outlined isValid=false (material-blue-light-compact).png index ca70c28cf364..c940256cc98e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=outlined isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=outlined isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=outlined isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=outlined isValid=true (material-blue-light-compact).png index ee6bd4e30fcc..8da69c0aa1c5 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=outlined isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=outlined isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=underlined isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=underlined isValid=false (material-blue-light-compact).png index 72e87be98a46..d08fdf0c3333 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=underlined isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=underlined isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=underlined isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=underlined isValid=true (material-blue-light-compact).png index d936aceabf02..856e99a64b57 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=underlined isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox focused stylingMode=underlined isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=false (material-blue-light).png index 31828c6b3fe6..2046ee5f5ab8 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=false (material-blue-light-compact).png index c97690a899d2..20452d11e40e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=true (material-blue-light).png index cb7e8c88c044..5ae1f1f86507 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=true (material-blue-light-compact).png index b0356fd85cca..1eac84d3bd05 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=filled isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=false (material-blue-light).png index 3737f9988a88..e9ae982831b4 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=false (material-blue-light-compact).png index a0463df89a38..76e358f3b37b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=true (material-blue-light).png index 3a6f02f4cdda..52d2849f005a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=true (material-blue-light-compact).png index 29075f16515e..27ffe78667cc 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=outlined isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=false (material-blue-light).png index eda9ebe6bb09..95d5df3fd5b9 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=false (material-blue-light-compact).png index d7ed8532ce57..65031a55437f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=true (material-blue-light).png index 0e7941614d78..814dd899b3bf 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=true (material-blue-light-compact).png index f3d41b409fc7..2263bee6777b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox hover stylingMode=underlined isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=filled isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=filled isValid=false (material-blue-light).png index d419ddba7c97..e81412f7916c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=filled isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=filled isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=filled isValid=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=filled isValid=true (material-blue-light).png index 6791d22b37af..37de399e33c4 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=filled isValid=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=filled isValid=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=false (material-blue-light).png index 81f6ad9daee6..93f564b86482 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=false (material-blue-light-compact).png index 329796873aca..3529fe95abe8 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=true (material-blue-light).png index e56d4b062908..e0f349480d60 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=outlined isValid=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=false (material-blue-light).png index fec42d4a87c1..4ded17909146 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=false (material-blue-light-compact).png index e5401f108874..ce707be3076a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=true (material-blue-light).png index ca5b755a5e4a..47d6e5aaa18a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=true (material-blue-light-compact).png index 0991f7b179b9..892bfc754265 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox readonly stylingMode=underlined isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=false (material-blue-light).png index bab9db781357..a86719e8043b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=false (material-blue-light-compact).png index 432f5cea3531..f7629adc036b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=true (material-blue-light).png index 6c10230bbd7d..2455c90b9c12 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=true (material-blue-light-compact).png index 0139481c4b5d..c615778f39b6 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=filled isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=false (material-blue-light).png index 3737f9988a88..d312c1f5047d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=false (material-blue-light-compact).png index 345d5bc60b00..76e358f3b37b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=true (material-blue-light).png index b3196533347d..96dd8c7b1edc 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=true (material-blue-light-compact).png index 2aa7296153da..adb28c36bbce 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=outlined isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=false (material-blue-light).png index eda9ebe6bb09..95d5df3fd5b9 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=false (material-blue-light-compact).png index 64768f4362e4..65031a55437f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=true (material-blue-light).png index e8f22ac4b8f1..baded638a23c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=true (material-blue-light-compact).png index 00423f501ce9..edc1fd29db74 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/DateRangeBox stylingMode=underlined isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=floating (material-blue-light).png index 001945769bd3..12af1f84fc99 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=hidden (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=hidden (material-blue-light).png index 04ead9573163..e5aabd5d45a1 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=hidden (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=hidden (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=outside (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=outside (material-blue-light).png index 73e1b080ebd2..ef61e4495c72 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=outside (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=outside (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=static (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=static (material-blue-light).png index e396ced492a9..cb04e9f6e7ab 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=static (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label by default labelMode=static (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=floating (material-blue-light).png index 1607b41c907e..5f713a411bfa 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=hidden (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=hidden (material-blue-light).png index a4dfdb651961..143391b91c1e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=hidden (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=hidden (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=outside (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=outside (material-blue-light).png index cad866bb18fb..0133722c0157 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=outside (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=outside (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=static (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=static (material-blue-light).png index 1607b41c907e..5f713a411bfa 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=static (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on end date input focus labelMode=static (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=floating (material-blue-light).png index e21684a3d199..cbb64517aab8 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=hidden (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=hidden (material-blue-light).png index 4a94ff1b8e7a..52f645fcb279 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=hidden (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=hidden (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=outside (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=outside (material-blue-light).png index 064e00df4287..f12396eceb04 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=outside (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=outside (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=static (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=static (material-blue-light).png index e21684a3d199..cbb64517aab8 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=static (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/dateRangeBox/etalons/Placeholder and label on start date input focus labelMode=static (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render (material-blue-light-compact).png index e93987b4435f..fddc117f8d88 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render with fixed width (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render with fixed width (material-blue-light-compact).png index cd8140b8e3f7..fccf95d14dd6 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render with fixed width (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render with fixed width (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=danger (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=danger (material-blue-light-compact).png index bad37efca3ec..e7dc940e5291 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=danger (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=danger (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=default (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=default (material-blue-light-compact).png index 14b76bb6a8bf..9512860c0487 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=default (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=default (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=success (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=success (material-blue-light-compact).png index fee3d562ef90..c90ace85c34d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=success (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/dropDownButton/etalons/DropDownButton render, type=success (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/First item should be focused when deleted (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/First item should be focused when deleted (material-blue-light).png index 3d9ce4cf90ec..694941383ac1 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/First item should be focused when deleted (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/First item should be focused when deleted (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/First item should not be focused when deleted (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/First item should not be focused when deleted (material-blue-light).png index a826f0f2a3a3..03c8d6e79c01 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/First item should not be focused when deleted (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/First item should not be focused when deleted (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped List with correct margin bottom (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped List with correct margin bottom (material-blue-light).png index db2352aba2e3..e8cdc89f28bd 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped List with correct margin bottom (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped List with correct margin bottom (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance (material-blue-light).png index d055e8a93c8c..6f602c07666f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance with template. rtlEnabled=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance with template. rtlEnabled=false (material-blue-light).png index 3fb04b00ef44..33a17eb41464 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance with template. rtlEnabled=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance with template. rtlEnabled=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance with template. rtlEnabled=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance with template. rtlEnabled=true (material-blue-light).png index 74807804079a..193e458f2fd1 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance with template. rtlEnabled=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance with template. rtlEnabled=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance,collapsibleGroups=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance,collapsibleGroups=false (material-blue-light).png index 45ab18dbc6b6..ec616a7d181d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance,collapsibleGroups=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/Grouped list appearance,collapsibleGroups=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/List delete button when item is focused (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/List delete button when item is focused (material-blue-light).png index 54268cdb7519..e7fb9befc867 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/List delete button when item is focused (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/List delete button when item is focused (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/List icon in button when item is focused (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/List icon in button when item is focused (material-blue-light).png index 7682da920410..49e548a35f23 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/List icon in button when item is focused (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/List icon in button when item is focused (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be checked after enter press in multiple mode (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be checked after enter press in multiple mode (material-blue-light).png index d179696c7f7e..c5765fb07b40 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be checked after enter press in multiple mode (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be checked after enter press in multiple mode (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be checked after enter press in single mode (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be checked after enter press in single mode (material-blue-light).png index 10ede87e0bdc..faae3da00a40 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be checked after enter press in single mode (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be checked after enter press in single mode (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be focused after tab press in multiple mode (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be focused after tab press in multiple mode (material-blue-light).png index 5f49f6a2ed4d..70c239e0ace2 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be focused after tab press in multiple mode (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be focused after tab press in multiple mode (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be focused after tab press in single mode (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be focused after tab press in single mode (material-blue-light).png index 9faa6b3935b2..b6d10d276fb1 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be focused after tab press in single mode (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/List item should be focused after tab press in single mode (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/List selectAll checkbox should be checked after enter press (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/List selectAll checkbox should be checked after enter press (material-blue-light).png index 9256586c92ad..bd4d153313db 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/List selectAll checkbox should be checked after enter press (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/List selectAll checkbox should be checked after enter press (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/List selectAll checkbox should be focused after tab press (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/List selectAll checkbox should be focused after tab press (material-blue-light).png index a552226026b7..829118ea446f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/List selectAll checkbox should be focused after tab press (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/List selectAll checkbox should be focused after tab press (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/list/etalons/List with search bar appearance (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/list/etalons/List with search bar appearance (material-blue-light).png index bb450bf1cc3b..d12ddca4e15d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/list/etalons/List with search bar appearance (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/list/etalons/List with search bar appearance (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance (material-blue-light).png index 5c8ed058128e..2aec372023a6 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance (material-blue-light-compact).png index 61c8b9360fd5..eb30297e61c0 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance with limited width (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance with limited width (material-blue-light).png index 646e91e85ab0..553dd5f12c1c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance with limited width (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance with limited width (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance with limited width (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance with limited width (material-blue-light-compact).png index 970ef84a23af..4fc55b4f76a3 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance with limited width (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup appearance with limited width (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=filled (fluent-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=filled (fluent-blue-light).png index 4a1cd038de16..7fe09cae629c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=filled (fluent-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=filled (fluent-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=filled (material-blue-light).png index 58343be04bad..b1b2dfd72a8e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=outlined (material-blue-light).png index 8bc05a9bdf33..2322ec94115b 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=underlined (material-blue-light).png index 3293ef301d53..8a524d586f86 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=floating-styleMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=filled (material-blue-light).png index ee84dd01fb6b..3bc32df7037e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=outlined (material-blue-light).png index 799242b20ba1..4d83bc269eab 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=underlined (material-blue-light).png index f706e4aa9863..6ea8df0bc551 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=outside-styleMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=filled (material-blue-light).png index 74492f2248f8..db2948d33c60 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=outlined (material-blue-light).png index ee2f9d80021c..4067e7ed2516 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=underlined (material-blue-light).png index 20389a69640e..47644eff4733 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup label with labelMode=static-styleMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup placeholder if value is not choosen (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup placeholder if value is not choosen (material-blue-light).png index ee28737658f8..fef3118d3555 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup placeholder if value is not choosen (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup placeholder if value is not choosen (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup width adjust to fit its content (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup width adjust to fit its content (material-blue-light).png index f0a9744025ea..72431d6b73fe 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup width adjust to fit its content (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup width adjust to fit its content (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup width adjust to fit its content (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup width adjust to fit its content (material-blue-light-compact).png index 800b29d5a12c..37dfef181d89 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup width adjust to fit its content (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup width adjust to fit its content (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup with no found data (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup with no found data (material-blue-light).png index 201197884ddd..0701e93b4a51 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup with no found data (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/lookup/etalons/Lookup with no found data (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=filled (material-blue-light).png index fe1270caff3f..e5292b74f0c0 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=outlined (material-blue-light).png index 8f53d992c85e..fa03ff9ff578 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=underlined (material-blue-light).png index 32001fa659a8..5117413df41f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox label with stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container, isValid=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container, isValid=false (material-blue-light-compact).png index 0923b0fbceba..8286c0db65ef 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container, isValid=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container, isValid=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container, isValid=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container, isValid=true (material-blue-light-compact).png index 2432e76cf5a6..0ee9f1ac1811 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container, isValid=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container, isValid=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_bottom_toolbar_menu,rtlEnabled=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_bottom_toolbar_menu,rtlEnabled=false (material-blue-light).png index 4325ebd7746e..29bc03202713 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_bottom_toolbar_menu,rtlEnabled=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_bottom_toolbar_menu,rtlEnabled=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_bottom_toolbar_menu,rtlEnabled=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_bottom_toolbar_menu,rtlEnabled=true (material-blue-light).png index 247542a1374b..3eee45989980 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_bottom_toolbar_menu,rtlEnabled=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_bottom_toolbar_menu,rtlEnabled=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_top_toolbar_menu,rtlEnabled=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_top_toolbar_menu,rtlEnabled=true (material-blue-light).png index b90ac3792f2e..b76ddaaf1cb0 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_top_toolbar_menu,rtlEnabled=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_top_toolbar_menu,rtlEnabled=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_bottom_toolbar_menu,rtlEnabled=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_bottom_toolbar_menu,rtlEnabled=false (material-blue-light).png index 443782006379..55e8b3e5624c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_bottom_toolbar_menu,rtlEnabled=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_bottom_toolbar_menu,rtlEnabled=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_bottom_toolbar_menu,rtlEnabled=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_bottom_toolbar_menu,rtlEnabled=true (material-blue-light).png index 6ac07ff7a194..0c129319e8ac 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_bottom_toolbar_menu,rtlEnabled=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_bottom_toolbar_menu,rtlEnabled=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_top_toolbar_menu,rtlEnabled=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_top_toolbar_menu,rtlEnabled=true (material-blue-light).png index e9f290fe2705..4ea7e34ccc69 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_top_toolbar_menu,rtlEnabled=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_top_toolbar_menu,rtlEnabled=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup horizontal validation (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup horizontal validation (material-blue-light).png index 2db442a7a71d..8b993341f116 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup horizontal validation (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup horizontal validation (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup in scaled container (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup in scaled container (material-blue-light).png index 3e3cbfa9a50e..74185416701e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup in scaled container (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup in scaled container (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup in scaled container (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup in scaled container (material-blue-light-compact).png index 41f1c9d7ba87..696c44b4d1f9 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup in scaled container (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/radioGroup/etalons/RadioGroup in scaled container (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox Customize DropDown Button (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox Customize DropDown Button (material-blue-light).png index b297f398a53d..ce14892f75e9 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox Customize DropDown Button (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox Customize DropDown Button (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox no data (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox no data (material-blue-light).png index 837a474e0dc3..ca5f59e37810 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox no data (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox no data (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize equal datasource items count (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize equal datasource items count (material-blue-light).png index 85b71ec45759..0f6de99f86ad 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize equal datasource items count (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize equal datasource items count (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize less datasource items count (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize less datasource items count (material-blue-light).png index 85b71ec45759..0f6de99f86ad 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize less datasource items count (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize less datasource items count (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize more datasource items count (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize more datasource items count (material-blue-light).png index 85b71ec45759..0f6de99f86ad 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize more datasource items count (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox pagesize more datasource items count (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox placeholder after items change if value is not choosen (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox placeholder after items change if value is not choosen (material-blue-light).png index 98c79f9ced95..41b275956297 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox placeholder after items change if value is not choosen (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox placeholder after items change if value is not choosen (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox popup height after last page load (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox popup height after last page load (material-blue-light).png index 30459021f846..2e5abff5206f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox popup height after last page load (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox popup height after last page load (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=filled (material-blue-light).png index 19f4cb0c713b..d19fb5aa5cfb 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=outlined (material-blue-light).png index f2a17e1aaf8d..91b9af38d90c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=underlined (material-blue-light).png index 4b06b2c1c90a..1090ae59c5a7 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=floating-stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=filled (material-blue-light).png index b9ecc8b176eb..aae6353b85cc 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=outlined (material-blue-light).png index 3243ba580373..aa8a67f55628 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=underlined (generic-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=underlined (generic-light).png index cdf763150b25..f343102a960c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=underlined (generic-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=underlined (generic-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=underlined (material-blue-light).png index a572477efffb..8d895597a4d5 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=outside-stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=filled (material-blue-light).png index 2227db1c2f8d..3a21f15dfc43 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=outlined (material-blue-light).png index 1ba44e9474bb..c762e8359392 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=underlined (material-blue-light).png index 9bdcc5d9888f..f7d49abe8857 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/selectBox/etalons/SelectBox with label-labelMode=static-stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=floating (material-blue-light).png index 96ed2cedee1e..b7d4f69893dd 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=hidden (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=hidden (material-blue-light).png index 629008c20e63..d793f89c4348 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=hidden (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=hidden (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=static (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=static (material-blue-light).png index 96ed2cedee1e..0770186830ec 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=static (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=filled,labelMode=static (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=floating (material-blue-light).png index 15ed57ab4567..89d1e6dc7fcf 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=hidden (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=hidden (material-blue-light).png index fe924fb90d09..8504ebdac77a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=hidden (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=hidden (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=outside (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=outside (material-blue-light).png index f4a9ceea9f11..10cbb51cc9f2 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=outside (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=outside (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=static (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=static (material-blue-light).png index 15ed57ab4567..89d1e6dc7fcf 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=static (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=outlined,labelMode=static (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=floating (material-blue-light).png index 000e32b11ec5..e987d30fc24c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=hidden (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=hidden (material-blue-light).png index 808aa460b978..6cc4e37e43af 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=hidden (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=hidden (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=outside (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=outside (material-blue-light).png index 9fb4cd3d4515..49a33228cd71 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=outside (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=outside (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=static (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=static (material-blue-light).png index 000e32b11ec5..e987d30fc24c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=static (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox label with stylingMode=underlined,labelMode=static (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox placeholder if value is not choosen (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox placeholder if value is not choosen (material-blue-light).png index 9b39e53492ac..1b7d8efd034a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox placeholder if value is not choosen (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/tagBox/etalons/TagBox placeholder if value is not choosen (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, height=5em & maxHeight=7em (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, height=5em & maxHeight=7em (material-blue-light).png index 1b8fc4a7829a..4dac12eaf0b3 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, height=5em & maxHeight=7em (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, height=5em & maxHeight=7em (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, height=7em & maxHeight=5em (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, height=7em & maxHeight=5em (material-blue-light).png index 1b8fc4a7829a..4dac12eaf0b3 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, height=7em & maxHeight=5em (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, height=7em & maxHeight=5em (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight is not defined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight is not defined (material-blue-light).png index 28a53b036806..b74aea84ce14 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight is not defined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight is not defined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=5em (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=5em (material-blue-light).png index 30dc3e9cbebf..cf4db4fcad68 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=5em (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=5em (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=5em, font-size=12px (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=5em, font-size=12px (material-blue-light).png index 30dc3e9cbebf..cf4db4fcad68 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=5em, font-size=12px (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=5em, font-size=12px (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=80px (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=80px (material-blue-light).png index 30dc3e9cbebf..cf4db4fcad68 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=80px (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea appearance, maxHeight=80px (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea label after scroll (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea label after scroll (material-blue-light).png index bdc47e1941ac..2f1e46bc4463 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea label after scroll (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea label after scroll (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=filled (material-blue-light).png index 431485f2f083..3ef1a81b513e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=outlined (material-blue-light).png index 44b6ae9f2c25..eea6adc5f5dd 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=underlined (material-blue-light).png index 47e4b0214dd0..618475bf9ddb 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=floating-stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=filled (material-blue-light).png index 31f98861d277..c18bbafe3a56 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=outlined (material-blue-light).png index cdc957e26cd7..aa898ceab328 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=underlined (material-blue-light).png index 9f9e64389451..5530889454bf 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=outside-stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=filled (material-blue-light).png index c8b84792ae1d..31bed23a1a46 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=outlined (material-blue-light).png index 8a3dfae68474..8c0b70ebc154 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=underlined (material-blue-light).png index 8b77b04fe346..46d5218c0c40 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textArea/etalons/TextArea with label-labelMode=static-stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=filled (material-blue-light).png index 82921e04fab9..7b1e8fdd6fbf 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=outlined (material-blue-light).png index e0d4a1d10f60..52ccfeb69daa 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=underlined (material-blue-light).png index 19b0bf0c4610..3b1cb411ca51 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render focused,stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=filled (material-blue-light).png index 498dcf1dc14d..0e1f5af394f6 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=outlined (material-blue-light).png index c0042ede284f..af091f05f50e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=underlined (material-blue-light).png index 25ad5131b5ac..606ff704a4f6 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render hover,stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=filled (material-blue-light).png index 48adf2231a72..852092e58911 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=outlined (material-blue-light).png index 0f52ac9f16fc..430014cbbf9a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=underlined (material-blue-light).png index 57ff002454a7..37015810c6c8 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid focused,stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=filled (material-blue-light).png index cd35c44ca1eb..7dab3553c7f8 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=outlined (material-blue-light).png index cdcb3ef37fff..36f9226410bc 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=underlined (material-blue-light).png index fede5e594990..11b139952b7c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render invalid,stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=filled (material-blue-light).png index dd9a80a7f36c..efe2a73e381c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=outlined (material-blue-light).png index d5271d800f9b..b767aaba4063 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=underlined (material-blue-light).png index 56b27d51fbc9..ec8c4632bebb 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render readonly,stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=filled (material-blue-light).png index 5890f6b99d47..4b4585d9970e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=outlined (material-blue-light).png index 22905e2d6961..f95f36b37bb3 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=underlined (material-blue-light).png index a175a21a9eb7..441dfed0850c 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=filled (material-blue-light).png index 134358551951..f61bb0bf2d9e 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=outlined (material-blue-light).png index 05b1a35e5bf0..4e349f4a942f 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=underlined (material-blue-light).png index 412ad6bbc70b..0d116b840602 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox render with limited width stylingMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox validation message (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox validation message (material-blue-light).png index a0e5754db0fa..80ee78f574a7 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox validation message (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox validation message (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=floating (material-blue-light).png index 218867599eb9..7409af5e4796 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=floating (material-blue-light-compact).png index a284a42f6c98..1ab56d826059 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=outside (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=outside (material-blue-light).png index 98e6b61dc315..719b767947b5 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=outside (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=outside (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=outside (material-blue-light-compact).png index 4339f3929f1d..083032236e09 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=static (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=static (material-blue-light).png index 218867599eb9..7409af5e4796 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=static (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=static (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=static (material-blue-light-compact).png index a284a42f6c98..1ab56d826059 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=filled,lMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=floating (material-blue-light).png index d93dbc3b6489..e3534bd3ef8d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=floating (material-blue-light-compact).png index bc4493791776..5c164d88e73a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=outside (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=outside (material-blue-light).png index addb2f1ef971..fd45565fb1c2 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=outside (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=outside (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=outside (material-blue-light-compact).png index 48d2d7be27c1..a9db356dae32 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=static (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=static (material-blue-light).png index d93dbc3b6489..e3534bd3ef8d 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=static (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=static (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=static (material-blue-light-compact).png index bc4493791776..5c164d88e73a 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=outlined,lMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=floating (material-blue-light).png index 7a8a952c9970..6fbd0076c544 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=floating (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=floating (material-blue-light-compact).png index 0a7993efd802..29f15dd68597 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=floating (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=floating (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=outside (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=outside (material-blue-light).png index a0929fbc59e8..5305d300d2cf 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=outside (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=outside (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=outside (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=outside (material-blue-light-compact).png index 8c2afbf857cc..fe8858a889fb 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=outside (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=outside (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=static (material-blue-light).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=static (material-blue-light).png index 7a8a952c9970..6fbd0076c544 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=static (material-blue-light).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=static (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=static (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=static (material-blue-light-compact).png index 0a7993efd802..29f15dd68597 100644 Binary files a/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=static (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/editors/textBox/etalons/Textbox with buttons container,stMode=underlined,lMode=static (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/filterBuilder/etalons/dropdown-space (material-blue-light).png b/e2e/testcafe-devextreme/tests/filterBuilder/etalons/dropdown-space (material-blue-light).png index d4abe70fea5a..a03ddaffe26b 100644 Binary files a/e2e/testcafe-devextreme/tests/filterBuilder/etalons/dropdown-space (material-blue-light).png and b/e2e/testcafe-devextreme/tests/filterBuilder/etalons/dropdown-space (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/filterBuilder/etalons/field-dropdown (material-blue-light).png b/e2e/testcafe-devextreme/tests/filterBuilder/etalons/field-dropdown (material-blue-light).png index 044bfd15a05b..08627291b5ba 100644 Binary files a/e2e/testcafe-devextreme/tests/filterBuilder/etalons/field-dropdown (material-blue-light).png and b/e2e/testcafe-devextreme/tests/filterBuilder/etalons/field-dropdown (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/filterBuilder/etalons/operation-dropdown (material-blue-light).png b/e2e/testcafe-devextreme/tests/filterBuilder/etalons/operation-dropdown (material-blue-light).png index 0dce5153f6be..e826252f2af6 100644 Binary files a/e2e/testcafe-devextreme/tests/filterBuilder/etalons/operation-dropdown (material-blue-light).png and b/e2e/testcafe-devextreme/tests/filterBuilder/etalons/operation-dropdown (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form color of the mark (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form color of the mark (material-blue-light).png index 72da70101043..c8538f2f098c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form color of the mark (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form color of the mark (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form labels width after render in invisible container (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form labels width after render in invisible container (material-blue-light).png index ebad514d01a4..2fe0776784b6 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form labels width after render in invisible container (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form labels width after render in invisible container (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=left (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=left (material-blue-light).png index 8341f00d9d1d..f0d8795a7787 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=left (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=left (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=right (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=right (material-blue-light).png index 0b5f6b92a115..e59ccd0daac9 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=right (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=right (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=top (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=top (material-blue-light).png index 26f89cffa408..d59a03833a1f 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=top (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form with labelLocation=top (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png index 238a3e643744..358cb6aecac5 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png index 0cc9ec8e7d27..d8df4bb0b85b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png index 3114a383d129..feab7fa5a56e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 238a3e643744..358cb6aecac5 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index 1ae35bb69da8..9703488d3695 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 1dd423a1edd6..dffcf71091be 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index bdb358e87f81..6af33ea6d8f8 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png index 125d8a949491..e52f74260a0d 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png index 3182800e8bf8..c431d688a115 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png index 90248205b82b..06c7fc47fdb7 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 125d8a949491..e52f74260a0d 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 81eaa71720f3..4b427983fa49 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 5a585711892b..aa9cf0698540 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index 06e882499171..6d53dafba834 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index d5d34a7b9500..06b38c0a13a6 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 9672011bab52..72ede73d00b4 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index 7befe0a1c295..e39413e3222a 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 3e25522c91a1..50a35f04fdb4 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 5f63db36ed06..4946363bac89 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 0112e5c784b8..a35571cf0d84 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 367ed14030ba..3e98f32ad45d 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 8503225647fa..c2f39df1088a 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index eb261adcaf04..633cf78cfa84 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 0c357a41c5cb..370d588d8d27 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 5be439a51ac9..c54c922feb67 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index a1768d6d2a95..bc0b580d8679 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index d4c4007c0cab..5ec4a418ee9c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 1e24b4319b24..2a2d9e3f3d59 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 85049c4c6b46..fd040e85543e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index c3afa1a3e73b..5e77333a393c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 1eef3ba5cc49..23fc28cfa37f 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index 7f11b13d279c..7bf1c2037ace 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index a51765fdb72f..112a4f3fa7c9 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 76678adaafdc..a378d475e3c7 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=floating,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png index 238a3e643744..358cb6aecac5 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png index 0cc9ec8e7d27..d8df4bb0b85b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png index 3114a383d129..feab7fa5a56e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 0cc9ec8e7d27..d8df4bb0b85b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index acd137a17422..f425bc787808 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 35ef5a0ea49d..55f0ece20f4d 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 4bbd56e0ee13..f471720d3b62 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png index 125d8a949491..e52f74260a0d 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png index 3182800e8bf8..c431d688a115 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png index 90248205b82b..06c7fc47fdb7 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 3182800e8bf8..c431d688a115 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 99020ed2714d..fa09c69fc179 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index b80cee33d9c1..7d4c92649eef 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index 90d40b142c0d..d3436c9b104b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 1d118a36312a..9e7ef4b6c7e0 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index e19111c2651d..e8b94d8c5137 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index e77834278f90..91fa72492050 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index fbfd4adc3f88..26ce09d9124e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 0f88ac811b9e..cd000e42a66b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 8fa74efafdaf..a297bc87a89c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 75c1df492655..daa0911ecf16 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index a424e83d4a50..44fba90c388a 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index 5282dea382e0..26939e5429b1 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 2a104812a99c..fa207b559132 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index afdd772aaff6..0a48e5617584 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index b2c121f1421d..c3c4d748013e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index f5d26767bb57..81018e64bb11 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index a6b6c285eb31..dadd1386f131 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 9329fe85ba07..3bc0cd601c2c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index f96179eee05b..cc63ebde1a1c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index f88e446669fa..4b6ab2fa0b80 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index 31468aaa5862..56f4e61a0085 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index ddab30832bc9..9b884bdd762e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 3bdbd0573ac6..229da4bd7cd3 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=hidden,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png index 238a3e643744..358cb6aecac5 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png index 0cc9ec8e7d27..d8df4bb0b85b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png index 3114a383d129..feab7fa5a56e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 0cc9ec8e7d27..d8df4bb0b85b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index acd137a17422..f425bc787808 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 35ef5a0ea49d..f818e7df9992 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 4bbd56e0ee13..381408c63f93 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png index 125d8a949491..e52f74260a0d 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png index 3182800e8bf8..c431d688a115 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png index 90248205b82b..06c7fc47fdb7 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 3182800e8bf8..c431d688a115 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 99020ed2714d..254c584a2e54 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index b80cee33d9c1..7d4c92649eef 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index 90d40b142c0d..d3436c9b104b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 1d118a36312a..9e7ef4b6c7e0 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index e19111c2651d..e8b94d8c5137 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index e77834278f90..91fa72492050 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index fbfd4adc3f88..26ce09d9124e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 0f88ac811b9e..cd000e42a66b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 8fa74efafdaf..a297bc87a89c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 75c1df492655..36454ede983c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index a424e83d4a50..ac621aa945fa 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index 5282dea382e0..26939e5429b1 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 2a104812a99c..fa207b559132 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index afdd772aaff6..0a48e5617584 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index b2c121f1421d..c3c4d748013e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index f5d26767bb57..81018e64bb11 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index a6b6c285eb31..dadd1386f131 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 9329fe85ba07..3bc0cd601c2c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index f96179eee05b..cc63ebde1a1c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index f88e446669fa..4b6ab2fa0b80 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index 31468aaa5862..56f4e61a0085 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index ddab30832bc9..9b884bdd762e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 3bdbd0573ac6..229da4bd7cd3 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=outside,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png index 238a3e643744..358cb6aecac5 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png index 0cc9ec8e7d27..d8df4bb0b85b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png index 3114a383d129..feab7fa5a56e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 3114a383d129..feab7fa5a56e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=false,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index 2316505e5224..59bffbe20920 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index ccb35324c92f..f0b1ef804af5 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index ee162ab59250..fd0c307c9607 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png index 125d8a949491..e52f74260a0d 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=floating,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png index 3182800e8bf8..c431d688a115 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=hidden,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png index 90248205b82b..06c7fc47fdb7 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=static,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 90248205b82b..06c7fc47fdb7 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 28a46e865e66..4ea21174d126 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 42e9f1192c15..dd64719fba51 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index 337d92be2b16..3eedd880a93e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 5acd4aefa7c7..7c68b58d488f 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index e6887c280d6b..bb3212f1f766 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=left,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index 5af8e282a278..a398f450c9d8 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 6818e399b203..d079ff04d8b0 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 16e58cd6a6cd..758f6564f3e4 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 606cdc3fd3c1..f918076bf2a0 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 590602a737b2..db0418b36548 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 240410811176..14680492c7c3 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index 8f707f9440a3..fd88a5129590 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index c3fe1c99033b..1b6324d13d49 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 8253c3653c12..3daeab742c31 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=right,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png index b2c4bbd4462c..d0aa71672f06 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png index bbcb0168416d..6cfa9905287a 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 4b583d474ca8..652b9711300d 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=center,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png index 60a69a2fc8c7..426f20092d17 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png index 3a6677d48609..eafb6dfbc7e6 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png index 9ab64bb3b824..d402419638f2 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=left,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png index b5164ab543a1..9a7ac2e25cf8 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=filled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png index c90e3a256a0c..a0ed16f5eaeb 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png index d9e956389ce6..185f6bb42e6f 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/Form,lMode=static,lLoc=top,lVis=true,lAl=right,e.lMode=undef,e.sMode=underlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/Group caption template (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/Group caption template (material-blue-light-compact).png index e45f26e124cf..a3c8acbdab28 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/Group caption template (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/Group caption template (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_floating,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_floating,colon_false (material-blue-light).png index e67ad29c5339..49b009c9ffb3 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_floating,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_floating,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_floating,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_floating,colon_true (material-blue-light).png index e67ad29c5339..49b009c9ffb3 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_floating,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_floating,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_outside,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_outside,colon_false (material-blue-light).png index d01c9ef91912..7614d77a64f4 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_outside,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_outside,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_outside,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_outside,colon_true (material-blue-light).png index d01c9ef91912..7614d77a64f4 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_outside,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_outside,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_static,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_static,colon_false (material-blue-light).png index cd4f8e9e5c15..2e821b9cdc64 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_static,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_static,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_static,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_static,colon_true (material-blue-light).png index cd4f8e9e5c15..2e821b9cdc64 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_static,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_false,labelMode_static,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_floating,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_floating,colon_false (material-blue-light).png index 5013ae113f7e..f2ad186adc05 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_floating,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_floating,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_floating,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_floating,colon_true (material-blue-light).png index 5013ae113f7e..f2ad186adc05 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_floating,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_floating,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_outside,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_outside,colon_false (material-blue-light).png index 6f9bb1c53390..77823a5bbf18 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_outside,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_outside,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_outside,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_outside,colon_true (material-blue-light).png index 6f9bb1c53390..77823a5bbf18 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_outside,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_outside,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_static,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_static,colon_false (material-blue-light).png index 1e4eeea15924..d246b4221ee2 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_static,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_static,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_static,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_static,colon_true (material-blue-light).png index 1e4eeea15924..d246b4221ee2 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_static,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_false,optMark_true,labelMode_static,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_floating,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_floating,colon_false (material-blue-light).png index 2eb30f8636d1..41a59dcfcc26 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_floating,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_floating,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_floating,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_floating,colon_true (material-blue-light).png index 2eb30f8636d1..41a59dcfcc26 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_floating,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_floating,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_outside,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_outside,colon_false (material-blue-light).png index b2702f846b4f..d3371b974169 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_outside,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_outside,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_outside,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_outside,colon_true (material-blue-light).png index b2702f846b4f..d3371b974169 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_outside,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_outside,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_static,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_static,colon_false (material-blue-light).png index 0b952f73f301..a67d41dd13ae 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_static,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_static,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_static,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_static,colon_true (material-blue-light).png index 0b952f73f301..a67d41dd13ae 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_static,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_false,labelMode_static,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_floating,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_floating,colon_false (material-blue-light).png index 71695ef071a0..a4bea8237ee2 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_floating,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_floating,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_floating,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_floating,colon_true (material-blue-light).png index 71695ef071a0..a4bea8237ee2 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_floating,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_floating,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_outside,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_outside,colon_false (material-blue-light).png index 34043de6dc7a..17ecc96cf192 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_outside,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_outside,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_outside,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_outside,colon_true (material-blue-light).png index 34043de6dc7a..17ecc96cf192 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_outside,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_outside,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_static,colon_false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_static,colon_false (material-blue-light).png index dbd7d9e9c811..58953bfc1811 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_static,colon_false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_static,colon_false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_static,colon_true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_static,colon_true (material-blue-light).png index dbd7d9e9c811..58953bfc1811 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_static,colon_true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/SimpleItem,rtl_true,optMark_true,labelMode_static,colon_true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/TabbedItem (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/TabbedItem (material-blue-light).png index 96120e614675..82b934b84b4a 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/TabbedItem (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/TabbedItem (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox after opening (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox after opening (material-blue-light).png index 39ed025558a6..c7f8b4b3f610 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox after opening (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox after opening (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox after opening (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox after opening (material-blue-light-compact).png index 0e2eef0c4848..d758796b34f4 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox after opening (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox after opening (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox before opening (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox before opening (material-blue-light).png index 3b92a11e9bda..8ed2bb06f0c8 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox before opening (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox before opening (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox before opening (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox before opening (material-blue-light-compact).png index 3541925e5ddf..ebbc6b0f68d6 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox before opening (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position auto for DateRangeBox before opening (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox after opening (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox after opening (material-blue-light).png index 4046647cd8b3..c1c99fc2834b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox after opening (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox after opening (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox after opening (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox after opening (material-blue-light-compact).png index cbec62e5d467..ebb3de97b6cb 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox after opening (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox after opening (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox before opening (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox before opening (material-blue-light).png index 3b92a11e9bda..8ed2bb06f0c8 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox before opening (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox before opening (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox before opening (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox before opening (material-blue-light-compact).png index 3541925e5ddf..ebbc6b0f68d6 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox before opening (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position bottom for DateRangeBox before opening (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox after opening (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox after opening (material-blue-light).png index f7d84a01b693..c79bae29d30f 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox after opening (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox after opening (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox after opening (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox after opening (material-blue-light-compact).png index cf944d72ab34..387b98e5343f 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox after opening (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox after opening (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox before opening (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox before opening (material-blue-light).png index c745e4f7b857..a2137cae2570 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox before opening (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox before opening (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox before opening (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox before opening (material-blue-light-compact).png index 915afe9c5b85..8a972cbcc24e 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox before opening (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position left for DateRangeBox before opening (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox after opening (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox after opening (material-blue-light).png index 5fba17f31e7c..a9ce6d040269 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox after opening (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox after opening (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox after opening (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox after opening (material-blue-light-compact).png index 78cae30c255e..9908e6364c5b 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox after opening (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox after opening (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox before opening (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox before opening (material-blue-light).png index 42f4062900ec..b00c25851d74 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox before opening (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox before opening (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox before opening (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox before opening (material-blue-light-compact).png index e781becd80b5..682714a02e9c 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox before opening (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position right for DateRangeBox before opening (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox after opening (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox after opening (material-blue-light).png index 39ed025558a6..c7f8b4b3f610 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox after opening (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox after opening (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox after opening (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox after opening (material-blue-light-compact).png index 5a0c55a31504..67e340189d1a 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox after opening (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox after opening (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox before opening (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox before opening (material-blue-light).png index 8f60e15e78ef..78afb63febc1 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox before opening (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox before opening (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox before opening (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox before opening (material-blue-light-compact).png index ae0a0ad9544c..b038504a2e9d 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox before opening (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/form/etalons/The validation message overlay position top for DateRangeBox before opening (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=false,alignInGrp=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=false,alignInGrp=false (material-blue-light).png index d59f3aee016c..2ee92eb386d0 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=false,alignInGrp=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=false,alignInGrp=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=false,alignInGrp=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=false,alignInGrp=true (material-blue-light).png index d59f3aee016c..2ee92eb386d0 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=false,alignInGrp=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=false,alignInGrp=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=true,alignInGrp=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=true,alignInGrp=false (material-blue-light).png index d59f3aee016c..2ee92eb386d0 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=true,alignInGrp=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=true,alignInGrp=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=true,alignInGrp=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=true,alignInGrp=true (material-blue-light).png index d59f3aee016c..2ee92eb386d0 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=true,alignInGrp=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/align items,lblMode=floating,alignInAllGrp=true,alignInGrp=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/label properties, lblMode=floating (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/label properties, lblMode=floating (material-blue-light).png index 537dcdefa866..66070ff54d07 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/label properties, lblMode=floating (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/label properties, lblMode=floating (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=floating, shwSmclnAfterlbl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=floating, shwSmclnAfterlbl=false (material-blue-light).png index 92443d26bef8..91066757fa4a 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=floating, shwSmclnAfterlbl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=floating, shwSmclnAfterlbl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=floating, shwSmclnAfterlbl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=floating, shwSmclnAfterlbl=true (material-blue-light).png index 273ee331fe5f..9a82fe7f1669 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=floating, shwSmclnAfterlbl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=floating, shwSmclnAfterlbl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=hidden, shwSmclnAfterlbl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=hidden, shwSmclnAfterlbl=false (material-blue-light).png index 8649144ebfba..fab09c273f56 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=hidden, shwSmclnAfterlbl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=hidden, shwSmclnAfterlbl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=hidden, shwSmclnAfterlbl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=hidden, shwSmclnAfterlbl=true (material-blue-light).png index 8649144ebfba..fab09c273f56 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=hidden, shwSmclnAfterlbl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=hidden, shwSmclnAfterlbl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=outside, shwSmclnAfterlbl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=outside, shwSmclnAfterlbl=false (material-blue-light).png index 089ddd832b1d..1a9fe730f0c8 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=outside, shwSmclnAfterlbl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=outside, shwSmclnAfterlbl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=outside, shwSmclnAfterlbl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=outside, shwSmclnAfterlbl=true (material-blue-light).png index 1a4b8344795e..9dfb2fef9649 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=outside, shwSmclnAfterlbl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=outside, shwSmclnAfterlbl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=static, shwSmclnAfterlbl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=static, shwSmclnAfterlbl=false (material-blue-light).png index c0f0c4997456..037ce78217fc 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=static, shwSmclnAfterlbl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=static, shwSmclnAfterlbl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=static, shwSmclnAfterlbl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=static, shwSmclnAfterlbl=true (material-blue-light).png index 833ac54bf7a0..43de51886ec4 100644 Binary files a/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=static, shwSmclnAfterlbl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/form/etalons/show semicolon, lblMode=static, shwSmclnAfterlbl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/editor-before-click-add-button-and-validation (material-blue-light).png b/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/editor-before-click-add-button-and-validation (material-blue-light).png index 98aee171b785..063f86f65c4b 100644 Binary files a/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/editor-before-click-add-button-and-validation (material-blue-light).png and b/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/editor-before-click-add-button-and-validation (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/editor-before-click-add-button-from-device (material-blue-light).png b/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/editor-before-click-add-button-from-device (material-blue-light).png index d8576fc27e82..693ac7d72d80 100644 Binary files a/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/editor-before-click-add-button-from-device (material-blue-light).png and b/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/editor-before-click-add-button-from-device (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/tabpanel-in-htmleditor (material-blue-light).png b/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/tabpanel-in-htmleditor (material-blue-light).png index ff788651393f..4800fff592b0 100644 Binary files a/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/tabpanel-in-htmleditor (material-blue-light).png and b/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/tabpanel-in-htmleditor (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/tabpanel-in-htmleditor (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/tabpanel-in-htmleditor (material-blue-light-compact).png index 0e7680e08c3b..3b85fb93ce7b 100644 Binary files a/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/tabpanel-in-htmleditor (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/htmlEditor/dialogs/addImage/etalons/tabpanel-in-htmleditor (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/htmlEditor/etalons/htmleditor-without-toolbar (material-blue-light).png b/e2e/testcafe-devextreme/tests/htmlEditor/etalons/htmleditor-without-toolbar (material-blue-light).png index 5fd93ac0081a..9a88399450a7 100644 Binary files a/e2e/testcafe-devextreme/tests/htmlEditor/etalons/htmleditor-without-toolbar (material-blue-light).png and b/e2e/testcafe-devextreme/tests/htmlEditor/etalons/htmleditor-without-toolbar (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/htmlEditor/etalons/htmleditor-without-toolbar-focused (material-blue-light).png b/e2e/testcafe-devextreme/tests/htmlEditor/etalons/htmleditor-without-toolbar-focused (material-blue-light).png index c534fa6e6d5a..4ffa4537e10e 100644 Binary files a/e2e/testcafe-devextreme/tests/htmlEditor/etalons/htmleditor-without-toolbar-focused (material-blue-light).png and b/e2e/testcafe-devextreme/tests/htmlEditor/etalons/htmleditor-without-toolbar-focused (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=false (material-blue-light).png index 1e8d3d543055..508dcbba7454 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=false (material-blue-light-compact).png index a77b077e3526..4273b9e275c9 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=true (material-blue-light).png index 528ccdd4a684..35639d9b25c5 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=true (material-blue-light-compact).png index af004b802064..f94eee73bb81 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/accordion/etalons/Accordion items render rtl=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=contained (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=contained (material-blue-light).png index e999c01c88e2..dd03078aa38c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=contained (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=contained (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=outlined (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=outlined (material-blue-light).png index 6e4ea432d744..88ffbe0d5ece 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=outlined (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=outlined (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=text (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=text (material-blue-light).png index 5adbfd034bc5..e4287cd5d3eb 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=text (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/buttonGroup/etalons/ButtonGroup render states mode=text (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items mode with link focus (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items mode with link focus (material-blue-light).png index d0e0550d9ebe..4b152968ef53 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items mode with link focus (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items mode with link focus (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items with link and icon focus (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items with link and icon focus (material-blue-light).png index f7649b003d9c..a5768bdd060c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items with link and icon focus (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items with link and icon focus (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items with links (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items with links (material-blue-light).png index c791ac8ae88f..9822c916127d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items with links (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items with links (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items without links (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items without links (material-blue-light).png index 79cc8ea28de2..0c30e11323b8 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items without links (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/menu/etalons/Items without links (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/scrollable/etalons/Grid with scrollable wrapped in td,useNative=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/scrollable/etalons/Grid with scrollable wrapped in td,useNative=false (material-blue-light).png index f53a1bdadae3..e3e95561180c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/scrollable/etalons/Grid with scrollable wrapped in td,useNative=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/scrollable/etalons/Grid with scrollable wrapped in td,useNative=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/scrollable/etalons/Grid with scrollable wrapped in td,useNative=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/scrollable/etalons/Grid with scrollable wrapped in td,useNative=true (material-blue-light).png index f53a1bdadae3..e3e95561180c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/scrollable/etalons/Grid with scrollable wrapped in td,useNative=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/scrollable/etalons/Grid with scrollable wrapped in td,useNative=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Nested Splitter appearance, orientation='horizontal' (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Nested Splitter appearance, orientation='horizontal' (material-blue-light).png index 6bc1a721a675..84e060bfd7cf 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Nested Splitter appearance, orientation='horizontal' (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Nested Splitter appearance, orientation='horizontal' (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Nested Splitter appearance, orientation='vertical' (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Nested Splitter appearance, orientation='vertical' (material-blue-light).png index cd1d4d3768c5..019d54347b25 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Nested Splitter appearance, orientation='vertical' (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Nested Splitter appearance, orientation='vertical' (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in active state (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in active state (material-blue-light).png index 285d133be0a3..b586a2c4d1cb 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in active state (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in active state (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in focused state (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in focused state (material-blue-light).png index 285d133be0a3..b586a2c4d1cb 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in focused state (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in focused state (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in hover state (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in hover state (material-blue-light).png index 3091ab251b02..be4b10f82239 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in hover state (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in hover state (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in inactive state (material-blue-dark).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in inactive state (material-blue-dark).png index 1b34bf57283b..86924644e55d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in inactive state (material-blue-dark).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in inactive state (material-blue-dark).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in inactive state (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in inactive state (material-blue-light).png index 5c9ed802f708..70ef80a79e49 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in inactive state (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in inactive state (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in normal state (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in normal state (material-blue-light).png index 6ccddd82b720..8cc1df91dcd3 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in normal state (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter apearance - handle in normal state (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter appearance, orientation='horizontal' (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter appearance, orientation='horizontal' (material-blue-light).png index 6ccddd82b720..8cc1df91dcd3 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter appearance, orientation='horizontal' (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter appearance, orientation='horizontal' (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter appearance, orientation='vertical' (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter appearance, orientation='vertical' (material-blue-light).png index dccd50a51da9..37932d48a2f2 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter appearance, orientation='vertical' (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter appearance, orientation='vertical' (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter in tab content after window resize, pane_1.size=`100px` (fluent-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter in tab content after window resize, pane_1.size=`100px` (fluent-blue-light).png index b5c040ec63b7..210250c65b8f 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter in tab content after window resize, pane_1.size=`100px` (fluent-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter in tab content after window resize, pane_1.size=`100px` (fluent-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter in tab content after window resize, pane_1.size=`100px` (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter in tab content after window resize, pane_1.size=`100px` (material-blue-light).png index 1405b28c2a00..3417c8be418c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter in tab content after window resize, pane_1.size=`100px` (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/splitter/etalons/Splitter in tab content after window resize, pane_1.size=`100px` (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/Tab item width in a bounded container, stylingMode=primary (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/Tab item width in a bounded container, stylingMode=primary (material-blue-light).png index 6926de316a3c..48b721d75ca2 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/Tab item width in a bounded container, stylingMode=primary (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/Tab item width in a bounded container, stylingMode=primary (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/Tab item width in a bounded container, stylingMode=secondary (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/Tab item width in a bounded container, stylingMode=secondary (material-blue-light).png index 6926de316a3c..48b721d75ca2 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/Tab item width in a bounded container, stylingMode=secondary (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/Tab item width in a bounded container, stylingMode=secondary (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,rtl=false (material-blue-light).png index cc23a396ce0a..899da52e2e4b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,rtl=true (material-blue-light).png index a0ba2fb59870..7692322cea8d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=bottom (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=bottom (material-blue-light).png index cf377cb99e32..9d98d8fd06ab 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=bottom (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=bottom (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=left (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=left (material-blue-light).png index f2eaa7d57253..5d0bdfed286a 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=left (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=left (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=right (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=right (material-blue-light).png index 671af9b963c1..c614c7b20a32 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=right (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel 1 item active,tabsPosition=right (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,rtl=false (material-blue-light).png index a567828c55dc..c4252446a5e4 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,rtl=true (material-blue-light).png index aa4ae00d2cac..36628c80af54 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=bottom (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=bottom (material-blue-light).png index 1998a83fadd9..7702500a0901 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=bottom (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=bottom (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=left (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=left (material-blue-light).png index a9f6ed4cb188..5bc54a17271e 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=left (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=left (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=right (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=right (material-blue-light).png index 577b443dd7d2..5bf6c1bffc56 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=right (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel available item focused,tabsPosition=right (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel borders without scrolling (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel borders without scrolling (material-blue-light).png index fd2f4501ff83..7c1f478a1502 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel borders without scrolling (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel borders without scrolling (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,rtl=false (material-blue-light).png index 1f047e20564a..d9827d6ea80a 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,rtl=true (material-blue-light).png index 43eb50080f94..26b0ec4536b5 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=bottom (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=bottom (material-blue-light).png index aa364c628de7..c6eefe504d5a 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=bottom (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=bottom (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=left (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=left (material-blue-light).png index 1c2bb5ceb767..2111be59a3f8 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=left (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=left (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=right (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=right (material-blue-light).png index ce3a7d42f5eb..d37d3703d9d0 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=right (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel disabled item focused,tabsPosition=right (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=bottom,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=bottom,rtl=false (material-blue-light).png index fbb1ca7a673d..92437174f2d1 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=bottom,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=bottom,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=end,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=end,rtl=false (material-blue-light).png index 6822a92f2b09..5801339429fd 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=end,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=end,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=end,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=end,rtl=true (material-blue-light).png index e842cf6b4a52..bdf4059f6550 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=end,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=end,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=top,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=top,rtl=false (material-blue-light).png index e61fddb30fbd..998b0d79b230 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=top,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel iconPosition=top,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,2 tab selected,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,2 tab selected,rtl=false (material-blue-light).png index 52af887ca197..74ee6956a63e 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,2 tab selected,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,2 tab selected,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,2 tab selected,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,2 tab selected,rtl=true (material-blue-light).png index bcecf43de6bc..fbfeaae6a72b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,2 tab selected,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,2 tab selected,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,rtl=false (material-blue-light).png index bff2906a6367..d20326b1e03d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,rtl=true (material-blue-light).png index 02072ce583e0..df024834de30 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel long tabs,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel text-overflow when tabsPosition is left (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel text-overflow when tabsPosition is left (material-blue-light).png index cad0096b66ed..419e2350206d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel text-overflow when tabsPosition is left (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel text-overflow when tabsPosition is left (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel with expanded tabs,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel with expanded tabs,rtl=false (material-blue-light).png index 3b9972972b24..010b102ff3ea 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel with expanded tabs,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel with expanded tabs,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel with expanded tabs,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel with expanded tabs,rtl=true (material-blue-light).png index 2747a3529758..ba333ee9cbdc 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel with expanded tabs,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel with expanded tabs,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,rtl=false (material-blue-light).png index 9997b728f153..82b8390463b8 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,rtl=true (material-blue-light).png index 9b8b545edd13..1feed6a62527 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=bottom (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=bottom (material-blue-light).png index 9c58f73bb70b..8c108eea4766 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=bottom (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=bottom (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=left (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=left (material-blue-light).png index e97716399506..620d376c8def 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=left (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=left (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=right (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=right (material-blue-light).png index e21357bf3cc7..ddd634b73dd5 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=right (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabPanel/etalons/TabPanel without focus,tabsPosition=right (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tab item width in secondary stylingMode (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tab item width in secondary stylingMode (material-blue-light).png index 979b12b4ccd4..62a95e8e1d0f 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tab item width in secondary stylingMode (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tab item width in secondary stylingMode (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=horizontal,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=horizontal,rtl=false (material-blue-light).png index 2b45713688e0..e4e44e2c693b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=horizontal,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=horizontal,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=horizontal,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=horizontal,rtl=true (material-blue-light).png index 6af94a1b037f..6dbc44000ea2 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=horizontal,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=horizontal,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=vertical,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=vertical,rtl=false (material-blue-light).png index f0135aef6b19..33f1f4cb58a5 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=vertical,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=vertical,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=vertical,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=vertical,rtl=true (material-blue-light).png index f0135aef6b19..33f1f4cb58a5 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=vertical,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=false,orient=vertical,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=true,orient=vertical,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=true,orient=vertical,rtl=false (material-blue-light).png index c8b66bac45cb..d09a63ba5d48 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=true,orient=vertical,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=true,orient=vertical,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=true,orient=vertical,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=true,orient=vertical,rtl=true (material-blue-light).png index ea6dfc5d1725..f2fa5e901d85 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=true,orient=vertical,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs 3item active,sOF=true,orient=vertical,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=horizontal,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=horizontal,rtl=false (material-blue-light).png index 28f9834aef03..b8f2fe7c280d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=horizontal,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=horizontal,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=horizontal,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=horizontal,rtl=true (material-blue-light).png index d0a868dadc9f..095dcca6095d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=horizontal,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=horizontal,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=vertical,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=vertical,rtl=false (material-blue-light).png index 9ced0b023165..08dcdfda4da9 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=vertical,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=vertical,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=vertical,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=vertical,rtl=true (material-blue-light).png index 9ced0b023165..08dcdfda4da9 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=vertical,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=false,orient=vertical,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=horizontal,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=horizontal,rtl=false (material-blue-light).png index c4431e5588c6..c49b76c5ddd2 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=horizontal,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=horizontal,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=horizontal,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=horizontal,rtl=true (material-blue-light).png index 93782ec32953..c2c04781e811 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=horizontal,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=horizontal,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=vertical,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=vertical,rtl=false (material-blue-light).png index 7de546e3be32..049b7a99c9f1 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=vertical,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=vertical,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=vertical,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=vertical,rtl=true (material-blue-light).png index fa17d1b202b8..95ad6656e939 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=vertical,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs avail focused,sOF=true,orient=vertical,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=horizontal,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=horizontal,rtl=false (material-blue-light).png index 22e76ba3f0bc..fa5a03dd60e4 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=horizontal,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=horizontal,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=horizontal,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=horizontal,rtl=true (material-blue-light).png index 0ec5f49847ca..03807bdd4555 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=horizontal,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=horizontal,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=vertical,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=vertical,rtl=false (material-blue-light).png index 7cd0d978095b..85e85716cea7 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=vertical,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=vertical,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=vertical,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=vertical,rtl=true (material-blue-light).png index 7cd0d978095b..85e85716cea7 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=vertical,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=false,orient=vertical,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=horizontal,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=horizontal,rtl=false (material-blue-light).png index d27b197a60e0..1e9a933c3582 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=horizontal,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=horizontal,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=horizontal,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=horizontal,rtl=true (material-blue-light).png index f525ab397e4c..579ec4913353 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=horizontal,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=horizontal,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=vertical,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=vertical,rtl=false (material-blue-light).png index fea0b0676e6f..71dfdfd1b1cb 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=vertical,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=vertical,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=vertical,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=vertical,rtl=true (material-blue-light).png index 9cfcbf7c4363..72592c522d74 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=vertical,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs disab focused,sOF=true,orient=vertical,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=bottom,rtl=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=bottom,rtl=false (material-blue-light-compact).png index 2f10cb5a9254..b3c1122f7135 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=bottom,rtl=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=bottom,rtl=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=bottom,rtl=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=bottom,rtl=true (material-blue-light-compact).png index 6d95c45ae4a3..0d996b838ec3 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=bottom,rtl=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=bottom,rtl=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=end,rtl=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=end,rtl=false (material-blue-light-compact).png index e8565fa36866..8fdac5e34887 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=end,rtl=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=end,rtl=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=end,rtl=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=end,rtl=true (material-blue-light-compact).png index 20559bc8411d..95b363cdd80b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=end,rtl=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=end,rtl=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=start,rtl=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=start,rtl=false (material-blue-light-compact).png index 6ef12919bd9f..16625fb4da80 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=start,rtl=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=start,rtl=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=start,rtl=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=start,rtl=true (material-blue-light-compact).png index 632285cc8dff..5465e7e4d948 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=start,rtl=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=start,rtl=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=top,rtl=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=top,rtl=false (material-blue-light-compact).png index b10fac0d3b7e..7fc9554f639d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=top,rtl=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=top,rtl=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=top,rtl=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=top,rtl=true (material-blue-light-compact).png index db55254023e6..30052cd453fb 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=top,rtl=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs iconPosition=top,rtl=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow (material-blue-light).png index 78c14e545275..1ae303bcaa75 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow when height is limited (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow when height is limited (material-blue-light).png index 5c88248ea712..c7d3b377004d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow when height is limited (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow when height is limited (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow when iconPosition is top (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow when iconPosition is top (material-blue-light).png index 78c14e545275..1ae303bcaa75 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow when iconPosition is top (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs text-overflow when iconPosition is top (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=horizontal,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=horizontal,rtl=false (material-blue-light).png index 096631f6ad23..ff003af3320d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=horizontal,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=horizontal,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=horizontal,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=horizontal,rtl=true (material-blue-light).png index b20f7bad8a69..17a6cfb2bb0b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=horizontal,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=horizontal,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=vertical,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=vertical,rtl=false (material-blue-light).png index fd0df71d0f77..62e0e0809e3c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=vertical,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=vertical,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=vertical,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=vertical,rtl=true (material-blue-light).png index fd0df71d0f77..62e0e0809e3c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=vertical,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=false,orient=vertical,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=horizontal,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=horizontal,rtl=false (material-blue-light).png index 096631f6ad23..ff003af3320d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=horizontal,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=horizontal,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=horizontal,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=horizontal,rtl=true (material-blue-light).png index b20f7bad8a69..17a6cfb2bb0b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=horizontal,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=horizontal,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=vertical,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=vertical,rtl=false (material-blue-light).png index fd0df71d0f77..62e0e0809e3c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=vertical,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=vertical,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=vertical,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=vertical,rtl=true (material-blue-light).png index fd0df71d0f77..62e0e0809e3c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=vertical,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/tabs/etalons/Tabs without focus,sOF=true,orient=vertical,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar all widgets appearance (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar all widgets appearance (material-blue-light).png index cd7c30567435..17b7a7acec4b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar all widgets appearance (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar all widgets appearance (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar all widgets as template appearance (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar all widgets as template appearance (material-blue-light).png index 8ecb6adba9e0..712e1911b9b5 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar all widgets as template appearance (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar all widgets as template appearance (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling menu button (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling menu button (material-blue-light).png index 211d952afcab..99765b24e20b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling menu button (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling menu button (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling overflow button (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling overflow button (material-blue-light).png index 211d952afcab..99765b24e20b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling overflow button (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling overflow button (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling toolbar button (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling toolbar button (material-blue-light).png index 211d952afcab..99765b24e20b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling toolbar button (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after cancel disabling toolbar button (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling menu button (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling menu button (material-blue-light).png index 997b246afd5f..b1e91e84869d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling menu button (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling menu button (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling menu button via options.disabled (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling menu button via options.disabled (material-blue-light).png index 3b086062cf47..5e419b4b9d5d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling menu button via options.disabled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling menu button via options.disabled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling overflow button (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling overflow button (material-blue-light).png index db776eac316e..1a2729384989 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling overflow button (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling overflow button (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling overflow button via options.disabled (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling overflow button via options.disabled (material-blue-light).png index c1418002d1a7..22bec5550146 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling overflow button via options.disabled (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar appearance after disabling overflow button via options.disabled (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar buttons render (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar buttons render (material-blue-light-compact).png index 55ac2d7ddb02..5eaa7f32ccf1 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar buttons render (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar buttons render (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup above container rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup above container rtl=false (material-blue-light).png index a495850001cf..1ee88da241cc 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup above container rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup above container rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup above container rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup above container rtl=true (material-blue-light).png index 32e5b55a5dd8..e8009f8aa27e 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup above container rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup above container rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup after window resize (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup after window resize (material-blue-light).png index 7fa4b877627b..a673fdf213cb 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup after window resize (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup after window resize (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup before window resize (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup before window resize (material-blue-light).png index d4ee6ef2e415..c71a548c89f6 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup before window resize (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup before window resize (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup under container rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup under container rtl=true (material-blue-light).png index 5de621aa3349..dfd80fc9d81f 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup under container rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar menu popup under container rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=false (material-blue-light).png index 7c87a146a928..b9243b718b3c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=false (material-blue-light-compact).png index 353d66c79ad5..b8ed9385db80 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=true (material-blue-light).png index 221cbd5dd90b..97d6f0f1d17d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=true (material-blue-light-compact).png index 48e68aab9eab..2991058547e2 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar nested widgets render in multiline rtl=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=always (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=always (material-blue-light).png index a1de1d680aa2..8bd0bda41399 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=always (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=always (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=always (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=always (material-blue-light-compact).png index cfe09b926bf3..d68debba8673 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=always (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=always (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=auto (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=auto (material-blue-light).png index a1de1d680aa2..8bd0bda41399 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=auto (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=auto (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=auto (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=auto (material-blue-light-compact).png index cfe09b926bf3..d68debba8673 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=auto (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=auto (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=never (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=never (material-blue-light).png index 96516fb96522..e1431d016cfc 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=never (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=never (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=never (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=never (material-blue-light-compact).png index 79b04e6a1418..c29662368c0c 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=never (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render rtl=true,items[]locateInMenu=never (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=always (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=always (material-blue-light).png index 1302e364473a..323e8aa76f9a 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=always (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=always (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=always (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=always (material-blue-light-compact).png index 36b3c88bd730..badc2610e993 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=always (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=always (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=auto (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=auto (material-blue-light).png index 1302e364473a..323e8aa76f9a 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=auto (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=auto (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=auto (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=auto (material-blue-light-compact).png index 36b3c88bd730..badc2610e993 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=auto (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=auto (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=never (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=never (material-blue-light).png index 9e62a1740bda..02c5e50c4fc7 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=never (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=never (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=never (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=never (material-blue-light-compact).png index b2f609d9cac6..9d55bf719ddd 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=never (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar widgets render,items[]locateInMenu=never (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=always (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=always (material-blue-light).png index 6f4c26ff8284..08bd240f6d11 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=always (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=always (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=never (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=never (material-blue-light).png index dc59429b82d6..82eb49fba333 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=never (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=never (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=never (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=never (material-blue-light-compact).png index 8b886b79fa31..c86dd4ea8a8d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=never (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with contained buttons,items[]locateInMenu=never (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=always (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=always (material-blue-light-compact).png index 33bc4c1c6867..c65a8cc3fe8d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=always (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=always (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=never (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=never (material-blue-light).png index 25943f6d5a64..23385b57d0da 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=never (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=never (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=never (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=never (material-blue-light-compact).png index 369a30db60a3..d92103ee7b4d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=never (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with dropDownButton,items[]locateInMenu=never (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=always (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=always (material-blue-light).png index 6f4c26ff8284..08bd240f6d11 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=always (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=always (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=never (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=never (material-blue-light).png index bdfaff2af0fc..703736f76e3a 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=never (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=never (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=never (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=never (material-blue-light-compact).png index f872530b51f1..e7ccdd4a9875 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=never (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with outlined buttons,items[]locateInMenu=never (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=always (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=always (material-blue-light).png index 6f4c26ff8284..08bd240f6d11 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=always (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=always (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=never (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=never (material-blue-light).png index 876e33b0a9f8..455be08c30a2 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=never (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=never (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=never (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=never (material-blue-light-compact).png index e0de72476c09..27d7a538bf72 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=never (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/toolbar/etalons/Toolbar with text buttons,items[]locateInMenu=never (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView scrollable has correct height (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView scrollable has correct height (material-blue-light).png index 2a9d5aada53e..8b9c0a472a9f 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView scrollable has correct height (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView scrollable has correct height (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=none,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=none,rtl=false (material-blue-light).png index ef682ed682a7..00a3b9574041 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=none,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=none,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=none,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=none,rtl=true (material-blue-light).png index 8866ae9bae9b..64cc0e26b403 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=none,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=none,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=normal,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=normal,rtl=false (material-blue-light).png index d199cd9df453..06bd6c536246 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=normal,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=normal,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=normal,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=normal,rtl=true (material-blue-light).png index 09c4e49f2ac6..45ff3a646cc8 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=normal,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=normal,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=selectAll,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=selectAll,rtl=false (material-blue-light).png index 1aaaac2c5664..8234306b6f31 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=selectAll,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=selectAll,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=selectAll,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=selectAll,rtl=true (material-blue-light).png index 8a29e0a51113..0006db12ad3e 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=selectAll,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/TreeView selection cbm=selectAll,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=false (material-blue-light).png index feee06ee85f9..3e58d533607b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=false (material-blue-light-compact).png index 833db92d127b..c3eeb9b471c4 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=true (material-blue-light).png index e9de8eb73b3b..85ec15ccdb9b 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=true (material-blue-light-compact).png index 262c1146014d..7c7e321e26c3 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=none,rtl=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=false (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=false (material-blue-light).png index d1e5b1537a27..97b4ff0d91dd 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=false (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=false (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=false (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=false (material-blue-light-compact).png index c193b955ad9d..19926ed7aafd 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=false (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=false (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=true (material-blue-light).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=true (material-blue-light).png index 7fc84c1009ec..29120f33ae5d 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=true (material-blue-light).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=true (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=true (material-blue-light-compact).png b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=true (material-blue-light-compact).png index f749870b0d52..c4b0a28da8dc 100644 Binary files a/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=true (material-blue-light-compact).png and b/e2e/testcafe-devextreme/tests/navigation/treeView/etalons/Treeview with custom icons cbm=normal,rtl=true (material-blue-light-compact).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/etalons/PivotGrid contextmenu width (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/etalons/PivotGrid contextmenu width (material-blue-light).png index 5cfef2f1ed3b..41a28fd8b503 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/etalons/PivotGrid contextmenu width (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/etalons/PivotGrid contextmenu width (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with invisible fields (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with invisible fields (material-blue-light).png index 6c3c394749df..f731729e59ab 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with invisible fields (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with invisible fields (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with three invisible fields (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with three invisible fields (material-blue-light).png index 4dac82faab3c..c31d677e9b77 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with three invisible fields (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with three invisible fields (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with two invisible fields (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with two invisible fields (material-blue-light).png index 6c3c394749df..f731729e59ab 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with two invisible fields (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/FieldChooser change dataField order with two invisible fields (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_bottom (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_bottom (material-blue-light).png index 9efb234a57f9..2fa2c960d839 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_bottom (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_bottom (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_left (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_left (material-blue-light).png index 1574a0ba57f2..ce8694826249 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_left (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_left (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_right (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_right (material-blue-light).png index 9fd49c70abf4..322dc428b373 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_right (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_right (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_top (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_top (material-blue-light).png index 112860400059..1d51ff863df9 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_top (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_row-area-item_dnd_top (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_bottom (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_bottom (material-blue-light).png index 7b0aca9a3032..12110277e54a 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_bottom (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_bottom (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_left (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_left (material-blue-light).png index 9313de2ad697..25ce6f560c48 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_left (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_left (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_right (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_right (material-blue-light).png index 99c26b33c826..04a88a95a5fb 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_right (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_right (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_top (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_top (material-blue-light).png index 9f2c4dbde4c5..623b8ce4867d 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_top (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldChooser/etalons/field-chooser_tree-item_dnd_top (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_column-action_dnd (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_column-action_dnd (material-blue-light).png index 58f66440d2ac..91bfd0119a1c 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_column-action_dnd (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_column-action_dnd (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_data-action_dnd (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_data-action_dnd (material-blue-light).png index 564017fb914c..1c6318a4b74d 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_data-action_dnd (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_data-action_dnd (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_row-action_dnd (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_row-action_dnd (material-blue-light).png index 321fe3319efb..cf2b526e4770 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_row-action_dnd (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/fieldPanel/etalons/field-panel_row-action_dnd (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/sort/etalons/T1173442_after_sort_with_summary_display_mode (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/sort/etalons/T1173442_after_sort_with_summary_display_mode (material-blue-light).png index 42c85da343b2..1c1cf6adae4f 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/sort/etalons/T1173442_after_sort_with_summary_display_mode (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/sort/etalons/T1173442_after_sort_with_summary_display_mode (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/pivotGrid/sort/etalons/T1173442_before_sort_with_summary_display_mode (material-blue-light).png b/e2e/testcafe-devextreme/tests/pivotGrid/sort/etalons/T1173442_before_sort_with_summary_display_mode (material-blue-light).png index 3ac593ee7a28..73ccd850f9a1 100644 Binary files a/e2e/testcafe-devextreme/tests/pivotGrid/sort/etalons/T1173442_before_sort_with_summary_display_mode (material-blue-light).png and b/e2e/testcafe-devextreme/tests/pivotGrid/sort/etalons/T1173442_before_sort_with_summary_display_mode (material-blue-light).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/grouping/etalons/material-theme-scrolling-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/grouping/etalons/material-theme-scrolling-vertical.png index 7ca38b00e7b7..a20d4651e826 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/grouping/etalons/material-theme-scrolling-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/grouping/etalons/material-theme-scrolling-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/header/etalons/scheduler-with-empty-toolbar-config.png b/e2e/testcafe-devextreme/tests/scheduler/header/etalons/scheduler-with-empty-toolbar-config.png index 78e176f3b7b9..f5b5f6a5752c 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/header/etalons/scheduler-with-empty-toolbar-config.png and b/e2e/testcafe-devextreme/tests/scheduler/header/etalons/scheduler-with-empty-toolbar-config.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/header/etalons/scheduler-with-non-empty-toolbar-config.png b/e2e/testcafe-devextreme/tests/scheduler/header/etalons/scheduler-with-non-empty-toolbar-config.png index 9a4e6342f5aa..0ee76fc46447 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/header/etalons/scheduler-with-non-empty-toolbar-config.png and b/e2e/testcafe-devextreme/tests/scheduler/header/etalons/scheduler-with-non-empty-toolbar-config.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-horizontal-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-horizontal-rtl.png index 334ad5e730a5..58a9e7927e82 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-horizontal-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-horizontal-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-horizontal.png index 68119425bbe7..58bdc7552bb7 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-rtl.png index b0b4f6cd63ad..0cefb89cf291 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-vertical-rtl.png index 4896240e0652..804dddeeb7f1 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-vertical.png index 6b1ea9d47184..a54321d7f4ef 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false.png index 0b3ca3638022..f560e6c7a102 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=false.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-horizontal-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-horizontal-rtl.png index 26c944596cfe..18b54a08fe59 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-horizontal-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-horizontal-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-horizontal.png index cfb400d64c56..83abd96628f3 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-rtl.png index 218ec36e26ec..46c205f43e8a 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-vertical-rtl.png index cd2b1f8d5c55..d342595c147d 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-vertical.png index 480f576a4e92..6b2606aac6cc 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true.png index 4d8da4831395..f560e6c7a102 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=day-crossScrolling=true.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false-rtl.png index 011af0fa6f61..e049123c80ff 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false-vertical.png index 915066be5488..1af73e3b1f22 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false.png index dd95f2212840..57c6e7224c44 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=false.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-horizontal-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-horizontal-rtl.png index 3702e3bb0c51..69d8e80863bf 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-horizontal-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-horizontal-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-horizontal.png index 1a530e274131..20e612bee0fa 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-rtl.png index 593db48b7e02..018b891cc1f9 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-vertical-rtl.png index 79eded10ec7e..cc10c09ef79d 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-vertical.png index 5415e71f2b2e..c8d59364b7d1 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true.png index 827fdd2ec400..1be1c6ed8432 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=month-crossScrolling=true.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-horizontal-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-horizontal-rtl.png index fe044124e9b5..f3177e0cacec 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-horizontal-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-horizontal-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-horizontal.png index baaf187c46cc..d667303fcc08 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-rtl.png index 65479b02342b..7cdfab00e856 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-vertical-rtl.png index 4fb77e268855..41ab7e1ad677 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-vertical.png index 15b36f375bbc..21a2ed40571c 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false.png index 5251eea2a2a6..53d3eec34304 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=false.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-horizontal-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-horizontal-rtl.png index fe044124e9b5..f3177e0cacec 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-horizontal-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-horizontal-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-horizontal.png index baaf187c46cc..d667303fcc08 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-rtl.png index 65479b02342b..7cdfab00e856 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-vertical-rtl.png index 4fb77e268855..41ab7e1ad677 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-vertical.png index 15b36f375bbc..21a2ed40571c 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true.png index 5251eea2a2a6..53d3eec34304 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineDay-crossScrolling=true.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-horizontal-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-horizontal-rtl.png index 14cd4561156b..12aa26b65aff 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-horizontal-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-horizontal-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-horizontal.png index 3eb7bb79809c..165b81942a34 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-rtl.png index 7fed5b9f4042..de90f8dde48d 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-vertical-rtl.png index 735d2652d4bc..0c329c9af252 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-vertical.png index 38cee74c7a11..132c795bad72 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false.png index c4ee7ec6f397..406848fed516 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=false.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-horizontal-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-horizontal-rtl.png index 14cd4561156b..12aa26b65aff 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-horizontal-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-horizontal-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-horizontal.png index 3eb7bb79809c..165b81942a34 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-rtl.png index 7fed5b9f4042..de90f8dde48d 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-vertical-rtl.png index 735d2652d4bc..0c329c9af252 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-vertical.png index 38cee74c7a11..132c795bad72 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true.png index c4ee7ec6f397..406848fed516 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineMonth-crossScrolling=true.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-horizontal-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-horizontal-rtl.png index 4050aab806cb..4aa41601a54a 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-horizontal-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-horizontal-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-horizontal.png index 60773fde82c8..9606b4a8b446 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-rtl.png index 91898be41aa1..14f5dab5bcd0 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-vertical-rtl.png index 4e31d02d604d..78b30c89dc0c 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-vertical.png index 09bf54401c82..7c2040551d81 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false.png index 6d472f4564c5..dd2064391c49 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=false.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-horizontal-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-horizontal-rtl.png index 4050aab806cb..4aa41601a54a 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-horizontal-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-horizontal-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-horizontal.png index 60773fde82c8..9606b4a8b446 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-rtl.png index 91898be41aa1..14f5dab5bcd0 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-vertical-rtl.png index 4e31d02d604d..78b30c89dc0c 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-vertical.png index 09bf54401c82..7c2040551d81 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true.png index 6d472f4564c5..dd2064391c49 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=timelineWeek-crossScrolling=true.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-horizontal.png index 4bc4aa0b9bde..dfe42d7081f5 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-vertical-rtl.png index 7fc65cb6373a..13ea31695ecb 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-vertical.png index f471d34cf830..ff844d22b6d6 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false.png index cfffedfe2ccc..dccc55a1cd99 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=false.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-horizontal-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-horizontal-rtl.png index e90e915115c9..d273a9c301a4 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-horizontal-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-horizontal-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-horizontal.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-horizontal.png index f69583f2961e..dfc1208ab3e5 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-horizontal.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-horizontal.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-rtl.png index 3ad356ed9e73..89d03d3dcc8a 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-vertical-rtl.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-vertical-rtl.png index bced75401a78..1e81fc99ded1 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-vertical-rtl.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-vertical-rtl.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-vertical.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-vertical.png index cf5ebe025ee0..49297425c460 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-vertical.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true-vertical.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true.png b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true.png index b6f526034015..f60c35f6438d 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/adaptive/etalons/material-view=week-crossScrolling=true.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-agenda_view-and-non-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-agenda_view-and-non-rtl_mode-material.blue.light.png index 2229240c168f..46becb8eaa61 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-agenda_view-and-non-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-agenda_view-and-non-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-agenda_view-and-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-agenda_view-and-rtl_mode-material.blue.light.png index 53350b1a4b3d..1a213da26847 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-agenda_view-and-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-agenda_view-and-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-day_view-and-non-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-day_view-and-non-rtl_mode-material.blue.light.png index 145eea172e67..32d29e5f0852 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-day_view-and-non-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-day_view-and-non-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-day_view-and-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-day_view-and-rtl_mode-material.blue.light.png index 30b7ee58c03a..3f531a761ef1 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-day_view-and-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-day_view-and-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-month_view-and-non-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-month_view-and-non-rtl_mode-material.blue.light.png index a4189cdfdb0e..e12a3e7c2144 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-month_view-and-non-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-month_view-and-non-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-month_view-and-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-month_view-and-rtl_mode-material.blue.light.png index a7a611192109..ebfd82ba0762 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-month_view-and-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-month_view-and-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineDay_view-and-non-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineDay_view-and-non-rtl_mode-material.blue.light.png index de0c5da6d66b..4b017bd7d1af 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineDay_view-and-non-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineDay_view-and-non-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineDay_view-and-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineDay_view-and-rtl_mode-material.blue.light.png index 522d1c26cf9f..53090dd044a3 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineDay_view-and-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineDay_view-and-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineMonth_view-and-non-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineMonth_view-and-non-rtl_mode-material.blue.light.png index 755084f9276e..f1cde9795243 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineMonth_view-and-non-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineMonth_view-and-non-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineMonth_view-and-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineMonth_view-and-rtl_mode-material.blue.light.png index c3783e9ea5fb..1cc2354739b2 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineMonth_view-and-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineMonth_view-and-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWeek_view-and-non-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWeek_view-and-non-rtl_mode-material.blue.light.png index e63ec20a2289..29c2670908c8 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWeek_view-and-non-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWeek_view-and-non-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWeek_view-and-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWeek_view-and-rtl_mode-material.blue.light.png index 2beef4a1049b..73764758d527 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWeek_view-and-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWeek_view-and-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWorkWeek_view-and-non-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWorkWeek_view-and-non-rtl_mode-material.blue.light.png index 0b7f625c04e8..5cabb749c4a4 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWorkWeek_view-and-non-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWorkWeek_view-and-non-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWorkWeek_view-and-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWorkWeek_view-and-rtl_mode-material.blue.light.png index 520524af742c..ed9fe81a2948 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWorkWeek_view-and-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-timelineWorkWeek_view-and-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-week_view-and-non-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-week_view-and-non-rtl_mode-material.blue.light.png index bc9f5c5710fd..60d46cc8fa7d 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-week_view-and-non-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-week_view-and-non-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-week_view-and-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-week_view-and-rtl_mode-material.blue.light.png index 1c3059d114f9..0f02968f1ba6 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-week_view-and-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-week_view-and-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-workWeek_view-and-non-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-workWeek_view-and-non-rtl_mode-material.blue.light.png index 30b529e4eb88..d046165fae5f 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-workWeek_view-and-non-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-workWeek_view-and-non-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-workWeek_view-and-rtl_mode-material.blue.light.png b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-workWeek_view-and-rtl_mode-material.blue.light.png index 231a0be12b19..7fcb80667693 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-workWeek_view-and-rtl_mode-material.blue.light.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/appointments/etalons/recurrent-appointment-in-workWeek_view-and-rtl_mode-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=agenda-resource=false).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=agenda-resource=false).png index 701690e8bf75..1fbf9c3913d8 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=agenda-resource=false).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=agenda-resource=false).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=agenda-resource=true).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=agenda-resource=true).png index 4a1a24f4187f..05695eaa6999 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=agenda-resource=true).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=agenda-resource=true).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=day-resource=false).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=day-resource=false).png index 54924533577d..15be7975dc5b 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=day-resource=false).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=day-resource=false).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=day-resource=true).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=day-resource=true).png index 3addf555ef2e..a55113e9e2ee 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=day-resource=true).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=day-resource=true).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=month-resource=false).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=month-resource=false).png index 10892395c34d..432f7b30f35c 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=month-resource=false).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=month-resource=false).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=month-resource=true).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=month-resource=true).png index 31bb805a453f..a1190e55c4e5 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=month-resource=true).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=month-resource=true).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineDay-resource=false).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineDay-resource=false).png index f4b3c289055d..5bab2dfd0f87 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineDay-resource=false).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineDay-resource=false).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineDay-resource=true).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineDay-resource=true).png index e8b49df23c07..2a89f23adde1 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineDay-resource=true).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineDay-resource=true).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineMonth-resource=false).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineMonth-resource=false).png index e2899f153832..058eec9dd108 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineMonth-resource=false).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineMonth-resource=false).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineMonth-resource=true).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineMonth-resource=true).png index 268a31e71f2b..0c86658dfd1b 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineMonth-resource=true).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineMonth-resource=true).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWeek-resource=false).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWeek-resource=false).png index 215a7403dabc..304c7fe52703 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWeek-resource=false).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWeek-resource=false).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWeek-resource=true).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWeek-resource=true).png index 4fa35bfe3899..923ee261d56f 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWeek-resource=true).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWeek-resource=true).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWorkWeek-resource=false).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWorkWeek-resource=false).png index 3326dbf7e21f..0b9a281f731b 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWorkWeek-resource=false).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWorkWeek-resource=false).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWorkWeek-resource=true).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWorkWeek-resource=true).png index 7bc0bd756b58..a4e8404a64df 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWorkWeek-resource=true).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=timelineWorkWeek-resource=true).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=week-resource=false).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=week-resource=false).png index 69097ced05c4..b5d76bd0d086 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=week-resource=false).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=week-resource=false).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=week-resource=true).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=week-resource=true).png index 82575b04d223..2aa467203fe8 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=week-resource=true).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=week-resource=true).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=workWeek-resource=false).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=workWeek-resource=false).png index 4b443340e155..b0c557bdb56e 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=workWeek-resource=false).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=workWeek-resource=false).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=workWeek-resource=true).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=workWeek-resource=true).png index 878ddf1c6c03..d1b0a6ccae14 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=workWeek-resource=true).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/base/etalons/material-resource(view=workWeek-resource=true).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=agenda-orientation=horizontal).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=agenda-orientation=horizontal).png index aad44b51951b..77db9a2a68ec 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=agenda-orientation=horizontal).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=agenda-orientation=horizontal).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=agenda-orientation=vertical).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=agenda-orientation=vertical).png index aad44b51951b..77db9a2a68ec 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=agenda-orientation=vertical).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=agenda-orientation=vertical).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=day-orientation=horizontal).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=day-orientation=horizontal).png index 9e7a39147dec..bdb8f3f89fcf 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=day-orientation=horizontal).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=day-orientation=horizontal).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=day-orientation=vertical).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=day-orientation=vertical).png index fa749f376120..cd9cd939abd9 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=day-orientation=vertical).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=day-orientation=vertical).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=month-orientation=horizontal).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=month-orientation=horizontal).png index 71e2bc9be2b4..03befe144b0e 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=month-orientation=horizontal).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=month-orientation=horizontal).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=month-orientation=vertical).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=month-orientation=vertical).png index 7f0feefc46f5..00e1c2879231 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=month-orientation=vertical).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=month-orientation=vertical).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineDay-orientation=horizontal).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineDay-orientation=horizontal).png index 56427ef1049d..f46ac9899d9e 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineDay-orientation=horizontal).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineDay-orientation=horizontal).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineDay-orientation=vertical).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineDay-orientation=vertical).png index c233484ad4ac..f1d642a98cb3 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineDay-orientation=vertical).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineDay-orientation=vertical).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineMonth-orientation=horizontal).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineMonth-orientation=horizontal).png index c7dee2db62fb..df6950114e5b 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineMonth-orientation=horizontal).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineMonth-orientation=horizontal).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineMonth-orientation=vertical).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineMonth-orientation=vertical).png index 1c7294851ce7..6066cebe6d0b 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineMonth-orientation=vertical).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineMonth-orientation=vertical).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWeek-orientation=horizontal).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWeek-orientation=horizontal).png index 5f7ea0ea9b49..fa4a5f0b9275 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWeek-orientation=horizontal).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWeek-orientation=horizontal).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWeek-orientation=vertical).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWeek-orientation=vertical).png index 3b13b8ef0bcf..63a5e647f427 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWeek-orientation=vertical).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWeek-orientation=vertical).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWorkWeek-orientation=horizontal).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWorkWeek-orientation=horizontal).png index 9be8b25908d3..deddbe9adfd6 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWorkWeek-orientation=horizontal).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWorkWeek-orientation=horizontal).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWorkWeek-orientation=vertical).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWorkWeek-orientation=vertical).png index 36c19cbb9806..1ff51fea3ff5 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWorkWeek-orientation=vertical).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=timelineWorkWeek-orientation=vertical).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=week-orientation=horizontal).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=week-orientation=horizontal).png index 067ea615c537..c775a0f34236 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=week-orientation=horizontal).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=week-orientation=horizontal).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=week-orientation=vertical).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=week-orientation=vertical).png index 45a475f60acd..1be6297f23f0 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=week-orientation=vertical).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=week-orientation=vertical).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=workWeek-orientation=horizontal).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=workWeek-orientation=horizontal).png index b5335f3367d8..1fe961963890 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=workWeek-orientation=horizontal).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=workWeek-orientation=horizontal).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=workWeek-orientation=vertical).png b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=workWeek-orientation=vertical).png index f9638b955015..17eef57942d3 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=workWeek-orientation=vertical).png and b/e2e/testcafe-devextreme/tests/scheduler/layout/resources/groups/etalons/material-groups(view=workWeek-orientation=vertical).png differ diff --git a/e2e/testcafe-devextreme/tests/scheduler/layout/views/material/etalons/week-without-all-day-panel.png b/e2e/testcafe-devextreme/tests/scheduler/layout/views/material/etalons/week-without-all-day-panel.png index 212bd0a442dd..1838f52e5b0b 100644 Binary files a/e2e/testcafe-devextreme/tests/scheduler/layout/views/material/etalons/week-without-all-day-panel.png and b/e2e/testcafe-devextreme/tests/scheduler/layout/views/material/etalons/week-without-all-day-panel.png differ diff --git a/e2e/testcafe-devextreme/tests/treeList/etalons/T1053931-material.blue.light.png b/e2e/testcafe-devextreme/tests/treeList/etalons/T1053931-material.blue.light.png index d6b2bc3c6728..07ce6fc3d4ed 100644 Binary files a/e2e/testcafe-devextreme/tests/treeList/etalons/T1053931-material.blue.light.png and b/e2e/testcafe-devextreme/tests/treeList/etalons/T1053931-material.blue.light.png differ diff --git a/e2e/testcafe-devextreme/tests/treeList/etalons/T1221037-cell-with-template-material.blue.light.png b/e2e/testcafe-devextreme/tests/treeList/etalons/T1221037-cell-with-template-material.blue.light.png index e15b2559604d..803f3fd871ce 100644 Binary files a/e2e/testcafe-devextreme/tests/treeList/etalons/T1221037-cell-with-template-material.blue.light.png and b/e2e/testcafe-devextreme/tests/treeList/etalons/T1221037-cell-with-template-material.blue.light.png differ