https://github.com/no23reason/blinkinnerhtmlbug
Repository created to provide test data for bug discovered in Blink rendering core
https://github.com/no23reason/blinkinnerhtmlbug
Last synced: 5 months ago
JSON representation
Repository created to provide test data for bug discovered in Blink rendering core
- Host: GitHub
- URL: https://github.com/no23reason/blinkinnerhtmlbug
- Owner: no23reason
- Created: 2014-12-03T11:48:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T15:02:03.000Z (over 11 years ago)
- Last Synced: 2025-01-22T20:51:35.645Z (over 1 year ago)
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BlinkInnerHtmlBug
=================
Repository created to provide test data for bug discovered in Blink rendering core. The error occurs when a very specific html string is assigned to an element's `innerHtml`.
The issue can be reproduced in both current stable version of Google Chrome on Windows (39.0.2171.71 m) and Opera on Windows (26.0.1656.32).
Demo page of this bug (created form the files in this repository) is on [RawGit](https://rawgit.com/no23reason/BlinkInnerHtmlBug/master/index.html)
The error occurs during the `Element::setInnerHTML` execution. I haven't been able to determine, what is wrong with the input.