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

Side by Side Diff: LayoutTests/svg/zoom/page/zoom-get-screen-ctm-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test checks getScreenCTM() on zoomed pages. 1 This test checks getScreenCTM() on zoomed pages.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS CTM1 is "1, 0, 0, 1, 0, 100" 6 PASS successfullyParsed is true
7 PASS CTM2 is "1, 0, 0, 1, 100, 200" 7
8 PASS CTM3 is "1, 0, 0, 1, 200, 300" 8 TEST COMPLETE
9 PASS CTM4 is "1, 0, 0, 1, 300, 400" 9 FAIL CTM1 should be 1, 0, 0, 1, 0, 100. Was 1, 0, 0, 1, 0, 145.13888549804688.
10 FAIL CTM2 should be 1, 0, 0, 1, 100, 200. Was 1, 0, 0, 1, 100, 245.1388854980468 8.
11 FAIL CTM3 should be 1, 0, 0, 1, 200, 300. Was 1, 0, 0, 1, 200, 345.1388854980469 .
12 FAIL CTM4 should be 1, 0, 0, 1, 300, 400. Was 1, 0, 0, 1, 300, 445.1388854980469 .
10 13
11 PASS successfullyParsed is true 14 PASS successfullyParsed is true
12 15
13 TEST COMPLETE 16 TEST COMPLETE
14 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698