Skip to content

Commit

Permalink
Remove obsolete note about updating pixel test revisions
Browse files Browse the repository at this point in the history
Made obsolete by
https://chromium-review.googlesource.com/c/chromium/src/+/1834831

No-Try: True
Bug: 1008524
Change-Id: I9cf1f03e0bddaf6f3f461009f66d386f40c4878a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4111334
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
Auto-Submit: Kai Ninomiya <kainino@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1084532}
  • Loading branch information
kainino0x authored and Chromium LUCI CQ committed Dec 16, 2022
1 parent 98891b6 commit 36dbaf1
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 66 deletions.
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<title>OffscreenCanvas 2d flow on main thread: Two Canvases</title>
Expand Down
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<title>OffscreenCanvas 2d flow on worker thread: Two Canvases</title>
Expand Down
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<title>OffscreenCanvas2d with resizing: red rectangle in the middle.</title>
Expand Down
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<title>OffscreenCanvas transferToImageBitmap on main thread: RGB squares and on large blue square on white background.</title>
Expand Down
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<title>OffscreenCanvas transferToImageBitmap on worker thread: green and blue squares on white background.</title>
Expand Down
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<title>OffscreenCanvas with style resize: green rectangle with yellow borderon white background.</title>
Expand Down
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<title>OffscreenCanvas with style resize: green rectangle with yellow borderon white background.</title>
Expand Down
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<title>OffscreenCanvas webgl flow on main thread: Two Canvases</title>
Expand Down
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<title>OffscreenCanvas webgl flow on worker thread: Two Canvases</title>
Expand Down
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<title>OffscreenCanvas webgl with resizing: red triangle with softened edge.</title>
Expand Down
6 changes: 0 additions & 6 deletions content/test/data/gpu/pixel_paintWorklet_transform.html
@@ -1,11 +1,5 @@
<!DOCTYPE HTML>

<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ensure
that the baseline images are regenerated on the next run.
-->

<html>
<head>
<meta name="viewport" content="initial-scale=1">
Expand Down

0 comments on commit 36dbaf1

Please sign in to comment.