| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 | 2 |
| 3 <!-- READ BEFORE UPDATING: | 3 <!-- READ BEFORE UPDATING: |
| 4 If this test is updated make sure to increment the "revision" value of the | 4 If this test is updated make sure to increment the "revision" value of the |
| 5 associated test in content/test/gpu/page_sets/pixel_tests.py. This will ensure | 5 associated test in content/test/gpu/gpu_tests/pixel_test_pages.py. This will ens
ure |
| 6 that the baseline images are regenerated on the next run. | 6 that the baseline images are regenerated on the next run. |
| 7 --> | 7 --> |
| 8 | 8 |
| 9 <html> | 9 <html> |
| 10 <head> | 10 <head> |
| 11 <title>OffscreenCanvas commit flow on main thread: green square on white backgro
und.</title> | 11 <title>OffscreenCanvas commit flow on main thread: green square on white backgro
und.</title> |
| 12 <style type="text/css"> | 12 <style type="text/css"> |
| 13 .nomargin { | 13 .nomargin { |
| 14 margin: 0px auto; | 14 margin: 0px auto; |
| 15 } | 15 } |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 </script> | 89 </script> |
| 90 </head> | 90 </head> |
| 91 <body onload="main()"> | 91 <body onload="main()"> |
| 92 <div style="position:relative; width:300px; height:300px; background-color:white
"> | 92 <div style="position:relative; width:300px; height:300px; background-color:white
"> |
| 93 </div> | 93 </div> |
| 94 <div id="container" style="position:absolute; top:0px; left:0px"> | 94 <div id="container" style="position:absolute; top:0px; left:0px"> |
| 95 <canvas id="c" width="300" height="300" class="nomargin"></canvas> | 95 <canvas id="c" width="300" height="300" class="nomargin"></canvas> |
| 96 </div> | 96 </div> |
| 97 </body> | 97 </body> |
| 98 </html> | 98 </html> |
| OLD | NEW |