• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

facebook / react / 14078 / 2
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 05 Nov 2016 04:54PM UTC
Files 230
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Nov 2016 04:47PM UTC coverage: 88.478% (+0.004%) from 88.474%
TEST_TYPE=test

push

travis-ci

web-flow
Correctly render placeholder for textarea in IE11 (#8020)

* Check if textContent should be set for textarea

shouldSetNodeTextContent returns whether a node.textContent should be
updated. Currently it only covers one case, which is to avoid setting
the textContent if the text is empty and a placeholder exists.

* Only set node.value if it's equal to initialValue

In IE11 textContent is populated when the placeholder attribute is set.
Without this check, we end up setting node.value equal to the
placeholder text, causing the textarea to actually render with the text
inside.

This check makes sure that textContent is equal to our expected
initialValue, which should be the case when using defaultValue.

* Remove placeholder/textarea check, use contentToUse instead

8278 of 9356 relevant lines covered (88.48%)

3091.94 hits per line

Source Files on job 14078.2 (TEST_TYPE=test)
  • Tree
  • List 0
  • Changed 20
  • Source Changed 2
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14078
  • Travis Job 14078.2
  • e644faa6 on github
  • Prev Job for TEST_TYPE=test on master (#14077.2)
  • Next Job for TEST_TYPE=test on master (#14079.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc