/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/spec/InlineEditorProviders-test-files/test1.html
22 строки
822 B
RaymondLim
Replace 0% and 100% selectors with `from` and `to` so that we don't use invalid 100% as tag name.
05 авг 2014, 04:57
05 авг 2014, 04:57
828b5f6
Код
Авторство
О чём код?
<!doctype html> <html> <head> <title>test</title> <link rel="stylesheet" href="test1.css"> <style> {{11}} .embeddedClass { color: tan; } </style> </head> <body{{5}}> <div{{0}} class="{{1}}foo" id="myDiv{{2}}">{{3}}</div> <!--<div{{4}}>--> <div id="anotherDiv{{6}}"></div> <div{{8}} {{7}}class="foo"></{{9}}div> <div class="{{10}}embeddedClass" title="abc{{12}}xyz"></div> <div class="embeddedClass" title="abc xyz">This is a long line of text so that cursor position at end of line will have to be scrolled into view. This is a long line of text so that cursor position at end of line will have to be scrolled into view.</div>{{13}} <div class="f{{14}}oo{{17}} {{15}} b{{16}}ar">the quick brown fox jumped over the moon.</div> <t{{18}}o></to> </body> </html>