Changes between Version 31 and Version 32 of Writing Layout Tests for DumpRenderTree


Ignore:
Timestamp:
Dec 8, 2011 1:01:08 AM (12 years ago)
Author:
shinyak@google.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Layout Tests for DumpRenderTree

    v31 v32  
    334334Given a host element gets its shadow root, if it has one; otherwise ''shadowRoot'' returns `null`.
    335335
     336=== `lastSpellCheckRequestSequence(Document)` ===
     337
     338Gets the last sequence number used in SpellChecker.
     339
     340=== `lastSpellCheckProcessedSequence(Document)` ===
     341
     342Gets the last sequence number already processed in SpellChecker.
     343
    336344= Writing tests which require network access =
    337345