Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(768)

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-hit-regions-accessibility-test-expected.txt

Issue 2679193002: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Addressing comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-hit-regions-accessibility-test-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-hit-regions-accessibility-test-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-hit-regions-accessibility-test-expected.txt
deleted file mode 100644
index 2b06997e182de57b3b371b2c47f65773cfbfce36..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-hit-regions-accessibility-test-expected.txt
+++ /dev/null
@@ -1,52 +0,0 @@
- Just one button tests.
-PASS axbutton1.x is 8
-PASS axbutton1.y is 8
-PASS axbutton1.width is 200
-PASS axbutton1.height is 200
-
-The container1 has two buttons.
-PASS axbutton2.x is 8
-PASS axbutton2.y is 8
-PASS axbutton2.width is 100
-PASS axbutton2.height is 50
-PASS axbutton3.x is 48
-PASS axbutton3.y is 28
-PASS axbutton3.width is 50
-PASS axbutton3.height is 70
-PASS axcontainer1.x is 8
-PASS axcontainer1.y is 8
-PASS axcontainer1.width is 100
-PASS axcontainer1.height is 90
-
-Remove the button2 from the container1.
-PASS axcontainer1.x is 48
-PASS axcontainer1.y is 28
-PASS axcontainer1.width is 50
-PASS axcontainer1.height is 70
-
-Depth-two container tests.
-PASS axbutton4.x is 8
-PASS axbutton4.y is 8
-PASS axbutton4.width is 100
-PASS axbutton4.height is 50
-PASS axbutton5.x is 48
-PASS axbutton5.y is 28
-PASS axbutton5.width is 50
-PASS axbutton5.height is 70
-PASS axbutton6.x is 28
-PASS axbutton6.y is 18
-PASS axbutton6.width is 140
-PASS axbutton6.height is 30
-PASS axcontainer2.x is 8
-PASS axcontainer2.y is 8
-PASS axcontainer2.width is 160
-PASS axcontainer2.height is 90
-PASS axcontainer3.x is 8
-PASS axcontainer3.y is 8
-PASS axcontainer3.width is 100
-PASS axcontainer3.height is 90
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698