[webkit-changes] [WebKit/WebKit] 24d9e4: Add exclusive "shouldBeGreaterThan" function to js...

Ahmad Saleem noreply at github.com
Sat Jan 7 06:40:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 24d9e4a1e3d32fa8e0c0a2f81c5160eedf5bf070
      https://github.com/WebKit/WebKit/commit/24d9e4a1e3d32fa8e0c0a2f81c5160eedf5bf070
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-01-07 (Sat, 07 Jan 2023)

  Changed paths:
    M LayoutTests/http/tests/resources/js-test-pre.js
    M LayoutTests/resources/js-test-pre.js
    M LayoutTests/resources/js-test.js

  Log Message:
  -----------
  Add exclusive "shouldBeGreaterThan" function to js-test*.js similar to Chromium

Add exclusive "shouldBeGreaterThan" function to js-test*.js similar to Chromium
https://bugs.webkit.org/show_bug.cgi?id=250227

Reviewed by Ryosuke Niwa and Alexey Proskuryakov.

This patch adds exclusive "shouldBeGreaterThan" function to check values greater than without "equal"
part to testing script and it is pre-requisite for one of SVG SMIL animation test case.

* LayoutTests/resources/js-test.js: Add "shouldBeGreaterThan" function
* LayoutTests/http/tests/resources/js-test-pre.js: Ditto
* LayoutTests/resources/js-test-pre.js: Ditto

Canonical link: https://commits.webkit.org/258613@main




More information about the webkit-changes mailing list