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

Side by Side Diff: LayoutTests/editing/spelling/inline_spelling_markers-expected.txt

Issue 49613006: Refactoring inline_spelling_markers.html to use async path for spellcheck (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Use resources/js-test.js and remove js-test-post.js 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
OLDNEW
1 layer at (0,0) size 800x600 1 This tests the correct placement of inline spelling and grammar markers in text. Spelling markers should line up exactly under misspelled words in all cases.
2 RenderView at (0,0) size 800x600 2
3 layer at (0,0) size 800x600 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 RenderBlock {HTML} at (0,0) size 800x600 4
5 RenderBody {BODY} at (8,8) size 784x584 5
6 RenderBlock {P} at (0,0) size 784x36 6 testLTR:
7 RenderText {#text} at (0,0) size 494x18 7 PASS internals.hasSpellingMarker(document, 8, 4) became true
8 text run at (0,0) width 494: "This tests the correct placement of inli ne spelling and grammar markers in text." 8 PASS internals.hasSpellingMarker(document, 13, 6) became true
9 RenderBR {BR} at (494,14) size 0x0 9 PASS internals.hasSpellingMarker(document, 20, 5) became true
10 RenderText {#text} at (0,18) size 477x18 10 PASS internals.hasGrammarMarker(document, 4, 3) became true
11 text run at (0,18) width 477: "Spelling markers should line up exactly under misspelled words in all cases." 11 PASS internals.hasGrammarMarker(document, 33, 5) became true
12 RenderBlock (anonymous) at (0,52) size 784x18 12 testRTL:
13 RenderText {#text} at (0,0) size 31x18 13 PASS internals.hasSpellingMarker(document, 8, 4) became true
14 text run at (0,0) width 31: "LTR" 14 PASS internals.hasSpellingMarker(document, 13, 6) became true
15 RenderBlock (anonymous) at (0,92) size 784x18 15 PASS internals.hasSpellingMarker(document, 20, 5) became true
16 RenderText {#text} at (0,0) size 31x18 16 PASS internals.hasGrammarMarker(document, 4, 3) became true
17 text run at (0,0) width 31: "RTL" 17 PASS internals.hasGrammarMarker(document, 33, 5) became true
18 RenderBlock (anonymous) at (0,132) size 784x18 18 testLTREllipses:
19 RenderText {#text} at (0,0) size 184x18 19 PASS internals.hasSpellingMarker(document, 8, 4) became true
20 text run at (0,0) width 184: "LTR (text-overflow:ellipses):" 20 PASS internals.hasSpellingMarker(document, 13, 6) became true
21 RenderBlock (anonymous) at (0,172) size 784x18 21 PASS internals.hasSpellingMarker(document, 20, 5) became true
22 RenderText {#text} at (0,0) size 184x18 22 PASS internals.hasGrammarMarker(document, 4, 3) became true
23 text run at (0,0) width 184: "RTL (text-overflow:ellipses):" 23 PASS internals.hasGrammarMarker(document, 33, 5) became true
24 layer at (8,78) size 202x22 clip at (9,79) size 200x20 scrollWidth 221 24 testRTLEllipses:
25 RenderBlock {DIV} at (0,70) size 202x22 [border: (1px solid #000000)] 25 PASS internals.hasSpellingMarker(document, 8, 4) became true
26 RenderText {#text} at (1,1) size 220x18 26 PASS internals.hasSpellingMarker(document, 13, 6) became true
27 text run at (1,1) width 220: "the the adlj adaasj sdklj. there there" 27 PASS internals.hasSpellingMarker(document, 20, 5) became true
28 layer at (8,118) size 202x22 clip at (9,119) size 200x20 scrollX 20 scrollWidth 220 28 PASS internals.hasGrammarMarker(document, 4, 3) became true
29 RenderBlock {DIV} at (0,110) size 202x22 [border: (1px solid #000000)] 29 PASS internals.hasGrammarMarker(document, 33, 5) became true
30 RenderText {#text} at (-19,1) size 220x18 30 PASS successfullyParsed is true
31 text run at (-19,1) width 220 RTL override: "the the adlj adaasj sdklj. th ere there" 31
32 layer at (8,158) size 202x22 clip at (9,159) size 200x20 scrollWidth 221 32 TEST COMPLETE
33 RenderBlock {DIV} at (0,150) size 202x22 [border: (1px solid #000000)] 33 LTR
34 RenderText {#text} at (1,1) size 220x18 34 the the adlj adaasj sdklj. there there
35 text run at (1,1) width 220: "the the adlj adaasj sdklj. there there" 35 RTL
36 layer at (8,198) size 202x22 clip at (9,199) size 200x20 scrollX 20 scrollWidth 220 36 the the adlj adaasj sdklj. there there
37 RenderBlock {DIV} at (0,190) size 202x22 [border: (1px solid #000000)] 37 LTR (text-overflow:ellipses):
38 RenderText {#text} at (-19,1) size 220x18 38 the the adlj adaasj sdklj. there there
39 text run at (-19,1) width 220 RTL override: "the the adlj adaasj sdklj. th ere there" 39 RTL (text-overflow:ellipses):
40 the the adlj adaasj sdklj. there there
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698